@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8D977E;
	font-size: 10px;
	background: #9aaea3;
	padding: 0;
	margin: 0;
}

body2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8D977E;
	font-size: 10px;
	background: #9aaea3;
	padding: 0;
	margin: 0;
}

h1 {
	color: #000000;
	font-size: 18px;
}

img {
	border: none;
}

.bigtext {
	color: #c00000;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.bigtext2 {
	color: #c00000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.whitebox {
	background: #ffffff;
	padding: 10px;
	border: 1px solid #999999;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.whitebox2 {
	background: #758C7F;
	color: #FFFAF0;
	padding: 10px;
	border: 1px solid #999999;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
}

.whitebox3 {
	background: #ffffff;
	color: #FFFAF0;
	padding: 10px;
	border: 0px solid #999999;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.whitebox_login {
	background: #758C7F;
	color: #FFFAF0;
	padding: 10px;
	border: 0px solid #999999;
	width: 760px;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


.marker {
	background-color: #FFF6C2;
}

a:link, a:visited {
	color: #CCC;
}

a:hover {
	color: #FFF;
}

#header {
	font-size: 25px;
	font-weight: bold;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	padding-top: 20px;
	text-align: center;
	width: 100%;
	background: #9aaea3;
}

#headerLogo {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

#headerLogo img {
	float: left;
}

#headerLogo h1 {
	float: right;
}

#header a:link {
	color: #000000;
	text-decoration: none;
}

#header a:visited {
	color: #000000;
	text-decoration: none;
}

#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#siteNav {
	margin-top: -70px;
	width: 100%;
	text-align: center;
}

#siteNav ul {
	background: #758c7f;
	list-style: none;
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	text-align: center;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

#siteNav ul li {
	float: left;
}

#siteNav ul li2 {
	float: right;
}

#siteNav a {
	padding-right: 14px;
	padding-left: 14px;
	line-height: 32px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#siteNav a:hover {
	color: #000000;
}

#ActiveNav, #ActiveNav a, #ActiveNav a:hover {
	color: #000000;
	background: #FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#contentTop {
	margin: 0 auto;
	padding: 10px;
	width: 760px;
	height: 160px;
	background: #FFFFFF;
	text-align: center;
}

#contentTop img {
	float: left;
	margin-right: 15px;
}

#contentTop h2 {
	margin-top: 45px;
}

#content2 {
	margin: 0 auto;
	padding: 10px;
	width: 760px;
	height: 160px;
	background: #FFFFFF;
	text-align: center;
}

#content3 {
	margin: 0 auto;
	padding: 5px;
	width: 760px;
	height: 35px;
	background: #;
	text-align: right;
    font-size: 11px;
	color: #FFFFFF;
}

#content {
	margin: 0 auto;
	padding: 10px;
	width: 760px;
	background: #FFFFFF;
	font-size: 11px;
}

.factbox {
	border:1px dotted #dddddd;
	color:black;
	padding: 10px;
	background: #ffffcc;
}

.datatable {
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

.datatable td {
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

.datatd {
	background: #ffffcc;
}

.bottom-links {
	position: absolute;
	left: 20px;
	right: 20px;
	/*width: 900px;*/
	height: 0px;/*50px*/
	overflow: auto;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-right: 10px;
}

#footer {
	font-size: 10px;
	margin: 0 auto;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 60px;
	text-align: center;
	width: 100%;
	background: #758c7f;
}
#content .whitebox table {
	font-weight: bold;
	color: #9AAEA3;
}
#content .whitebox table {
	color: #9AAEA3;
}

	/*Table: HL;*/
	
table.table tr.odd:hover{background:#FF8C00;}
table.table tr.even:hover{background:#2F4F4F;}	
	