@CHARSET "UTF-8	";

@import url(common.css);

body img {
	border: none;
}

body {
	background: #FFFFFF url("./../images/topflow.png") repeat-x;
	color: #4B575A;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Trebuchet, Verdana;
	margin: 0;
	padding: 0;
	text-align: center;
}

body a {
	color: #222222;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}

body a:visited {
	color: #222222;
}

body a:hover {
	color: #222222;
	cursor: pointer;
	font-weight: normal;
	text-decoration: underline;
}

body a:active {
	color: #222222;
	cursor: pointer;
	text-decoration: underline;
}



body #site #middle #wrapper {
	margin-bottom: 0;
	text-align: left;
	padding: 0px;
	width: 630px;
	float: left;
	/*border: 1px solid #99f66e;*/
}

body #site #middle #wrapper {
	/* border-left: 1px solid #B8DDE6; */
	border-left: 1px solid #E68D15;
	border-right: 1px solid #E68D15;
}

body #site #middle #content h1 {
	font-family: Tahoma, Trebuchet, Verdana;
	font-size: 1.2em;
	font-weight: bold;
	color: #E68D15;
}

body #site #middle #content h2 {
	font-family: Tahoma, Trebuchet, Verdana;
	font-size: 1.2em;
	font-weight: bold;
	color: #E68D15;
	margin:  0;
	padding: 0}

body #site #middle #content h3 {
	font-family: Tahoma, Trebuchet, Verdana;
	font-size: 1.1em;
	font-weight: bold;
	color: #592B00;
	margin: 3px 0;
	padding: 3px 0;
}

body #site #middle #content h4 {
	font-family: Tahoma, Trebuchet, Verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	margin: 3px 0;
	padding: 3px 0;
}

body #site #middle #content h5 {
	font-family: Tahoma, Trebuchet, Verdana;
	font-size: 0.7em;
	font-weight: bold;
	color: #333333;
	margin: 3px 0;
	padding: 3px 0;
}

body #site #middle #content p {
	font-family: Tahoma, Trebuchet, Verdana;
	font-size: 0.8em;
	color: #333333;
	margin: 3px 0;
	padding: 3px 0;
}

body #site #middle #content ul {
	
	margin: 3px 0;
	padding: 3px 0;
}
body #site #middle #content ul li {
	
	list-style: none;
	font-family: Tahoma, Trebuchet, Verdana;
	font-size: 0.7em;
	color: #333333;
	padding: 3px 0;
	margin: 3px 0;
	line-height: 1.2em;
	
}

body #site #middle #content {
	padding: 15px;
}

body ul,body form,p {
	margin: 0;
}

body #site #middle #left ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

body #site #middle #left ul li a {
	font-size: 0.8em;
	font-weight: bold;
	color: #592B00;
}

body #site #middle #left ul li a:hover {
	text-decoration: underline;
	color: #7b4d22;
}

body #site #middle #left ul {
	text-align: left;
	margin: 0 0 0 20px;
	padding: 0;
}

body #site #middle #left ul.topicChild li a {

	font-size: 0.7em;
	font-weight: normal;
	line-height: 0.7em;
	color: #000000;
} 

body #site #middle #left ul.topicChild li a:hover {
	text-decoration: underline;
	color: #ee8855;
} 

body #site #middle #left ul.topicChild li {
	margin: 0;
	padding: 0;
} 

body #site {
	margin: 0 auto;
	width: 1000px;
	/* border: 1px solid #993344;*/
}

body #site #middle #menu {
	background: url("../images/menubg.png") repeat-x;
	height: 35px;
	margin: 0;
	padding: 0;
}

ul#mainnav li {
	float: left;
	list-style: none;
	margin: 7px 10px 0 10px;
	height: 35px;
	
}

ul#mainnav {
	margin: 0;
	padding: 0;
}

ul#mainnav li a {
	font-family: Arial;
	font-size: 0.8em;
	font-weight: bold;
	color: #592B00;
	text-decoration: none;
}

ul#mainnav li a:hover {
	color: #994433;
	text-decoration: underline;
}

body #site #headLogin {
	width: auto;
	text-align: right;
	float: right;
}

body #site #header {
	height: 55px;
}

body #site #headLogin span {
	font-size: 0.7em;
}

body #site #middle {
	min-height: 600px;
}

body #site #middle #left {
	width: 200px;
	float: left;
	padding: 0 10px 0 0;
}

body #site #middle #left #logo {
	padding: 0 0;
	text-align: right;
}

body #site #middle #left #logo img {
	
}

body #site #middle #right {
	width: 150px;
	float: right;
}

body #footer {
	clear: both;
	height: 109px;
	background: url("../images/footer_bg.png") repeat-x;
	padding: 25px;
}

body #footer  a {
	color: #E68D15;
	font-size: 0.8em;
}

/* button */
button {
	border: 0;
	cursor: pointer;
	font-weight: bold;
	padding: 0 20px 0 0;
	text-align: center;
}

button span {
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 0 0 0 20px;
}

button.submitBtn {
	background: url("./../images/btn_brown_right.png") right no-repeat;
	font-size: 1.3em;
}

button.submitBtn span {
	height: 50px;
	line-height: 50px;
	background: url("./../images/btn_brown_left.png") left no-repeat;
	color: #fff;
}

button.submitBtn:hover {
	background: url("./../images/btn_brown_right_hover.png") right no-repeat
		;
}

button.submitBtn:hover span {
	background: url("./../images/btn_brown_left_hover.png") left no-repeat;
}

button {
	width: auto;
	overflow: visible;
}

button span {
	margin-top: 1px;
}

.feedRow  h2 a {
	font-family: Tahoma, Trebuchet, Verdana;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	color: #192F03;
}

.feedRow {
	clear: both;
	margin: 0 0 5px 0;
}

.feedRow  h2 {
	margin: 0;
	font-size: 1em;
	padding: 0;
}

.feedRow  .feedRowCont {
	margin: 0;
	padding: 0;
	float: left;
	width: 450px;
}

.feedRow  small {
	font-size: 0.7em;
}

.feedRow  .feedImg {
	margin: 0;
	padding: 0;
	float: left;
	width: 135px;
}

.copyrightsbox {
	padding: 5px;
	margin: 80px 0 10px 0;
	color: #418107;
	border: #418107 1px solid;
	background: #E8FFDF;
	font-size: 0.8em;
}

.copyrightsbox h6 {
	margin: 0;
	padding: 0;
}

.copyrightsbox p,.copyrightsbox a {
	margin: 0;
	padding: 0;
	color: #418107;
	font-size: 1em;
}

#footerLinks {
	clear: both;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: right;
	width: 760px;
}

#footerLinks span,#footerLinks a,#footerLinks li {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.9em;
	font-family: Tahoma, Verdana, Arial;
}

#footerLinks li {
	float: left;
	list-style: none;
}
#versionInfo {
	padding: 20px 0 0 0;
	width: auto;
}

#versionInfo span {
	color: #555555;
	font-size: 0.7em;
}

#search {
	float: right;
	margin: 0 100px 0 0;
	padding: 0;
}

#search label {
	color: #222222;
	font-weight: bold;
	font-size: 0.6em;
}

#search .col75 {
	padding: 3px 0 0 0;
}

input#searchText {
	width: 120px;
	font-size: 0.6em;
	height: 14px;
	border: 1px solid #E68D15;
}

input#searchSubm {
	width: auto;
	height: 19px;
	margin: 0 0 0 3px;
	border: 1px solid #E68D15;
	background: #FFFFFF;
}