@charset "utf-8";
/* CSS Document */



* {
}
ul ul li {
	list-style:square;
}
body, html {
	padding:0;
	margin:0;
	background:#d7d7d7;
}
#SiteContainer {
	margin-top:10px;
	background:#FFFFFF;
	width:907px;
	left:50%;
	margin-left:-454px;
	position:absolute;
}
#Header {
	height:57px;
	background:url(images/HeaderBG.jpg) top left no-repeat #d7d7d7;
	width:907px;
	overflow:auto;
}
#HeaderLogoBox {
	width:200px;
	float:left;
}
#HeaderNav {
	width:484px;
	float:right;
	margin-top:17px;
	text-align:right;
	padding-right:28px;
	padding-left:120px;
	font-family:tahoma;
	font-size:11px;
	color:#8faf4e;
	font-weight:bold;
}
*:first-child+html #HeaderNav {
	width:454px;
	float:right;
	margin-top:23px;
	text-align:right;
	padding-right:28px;
	padding-left:120px;
	font-family:tahoma;
	font-size:11px;
	color:#8faf4e;
	font-weight:bold;
}
#HeaderNav ul {
	list-style:none;
}
#HeaderNav li {
	list-style:none;
	display:inline;
	float:left;
	position:relative;
}
#HeaderNav ul a {
	list-style:none;
	text-decoration:none;
	font-size:11px;
	color:#8faf4e;
	text-transform:uppercase;
	padding-right:12px;
	font-weight:bold;
	padding-bottom:3px;
}
#ScrollerPane {
	height:284px;
	overflow:hidden;
}

#ScrollerPaneNav {
	width:875px;
	height:66px;
	position:absolute;
	left:20px;
	top:85px;
	z-index:99;
	margin-left:10px;
	text-align:center;
	font-family:tahoma;
	font-size:11px;
	color:#194087;
	font-weight:bold;
}
#contentSep {
	height:20px;
	width: 907px;
	background:url(images/csep.jpg) repeat-x;
}
#Content {
}
#ContentPanelTop {
	background:#FFFFFF;
	border-bottom:1px solid #ebebeb;
	margin-left:2px;
	margin-right:2px;
	min-height:0px;
	overflow:hidden;
}
#ContentPanelBottom {
	background:#ebebeb;
	border-top:2px solid #FFFFFF;
	margin-left:2px;
	margin-right:2px;
	padding-left:21px;
	padding-right:11px;
	padding-bottom:15px;
	font-family:Tahoma;
	font-size:11px;
	line-height:14px;
	color:#505050;
}
#ContentPanelBottom H1 {
	font-size:16px;
	font-weight:bold;
}
#Footer {
	height:31px;
	width:907px;
	background:url(images/FooterBG.jpg) top left no-repeat;
	padding-left:43px;
	line-height:29px;
	font-family:Tahoma;
	font-size:10px;
	color:#666666;
	font-weight:bold;
}
#Footer a:link {
	color: #194087;
	text-decoration:none;
}
#Footer a:active {
	color: #194087;
	text-decoration:none;
}
#Footer a:visited {
	color: #194087;
	text-decoration:none;
}
#Footer a:hover {
	color: #000;
	text-decoration:none;
}
#ContentPanelTop ul {
	list-style:none;
	margin-left:-17px;
}
#ContentPanelTop ul li {
	font-family:tahoma;
	font-size:11px;
	border: 0 none;
	padding-right: 10px;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position:relative;
}
#ContentPanelTop ul li a:link {
	color:#8faf4e;
	text-decoration:none;
	font-weight:bold;
	height:40px;
	line-height:20px;
	display:block;
	float:left;
	padding-left:3px;
	padding-right:3px;
}
#ContentPanelTop ul li a:active {
	color:#8faf4e;
	text-decoration:none;
	font-weight:bold;
	height:40px;
	line-height:20px;
	display:block;
	float:left;
	padding-left:3px;
	padding-right:3px;
}
#ContentPanelTop ul li a:visited {
	color:#8faf4e;
	text-decoration:none;
	font-weight:bold;
	height:40px;
	line-height:20px;
	display:block;
	float:left;
	padding-left:3px;
	padding-right:3px;
}
#ContentPanelTop ul li a:hover {
	color:#8faf4e;
	text-decoration:none;
	font-weight:bold;
	height:40px;
	line-height:20px;
	background:#f4f3f2;
	display:block;
	float:left;
	padding-left:3px;
	padding-right:3px;
}
/* Root = Horizontal, Secondary = Vertical */







ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	/*For KHTML*/



  list-style:none;
}
ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position:relative;
	left:15px;
}
ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 50px;
	list-style: none;
	display: none;
	position: absolute;
	left: 0;
}
ul#navmenu ul:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#navmenu ul li {
	width: 100%;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}
/* Root Menu */



ul#navmenu a {
	border: 0px solid #000;
	text-align:center;
	padding-left:0px !important;
	padding-right:18px !important;
	padding-left:0px;
	padding-right:18px;
	float: none !important; /*For Opera*/
	display: block !important;
	display:inline;
	color: #194087;
	text-transform:uppercase;
	text-decoration:none;
}
/* Root Menu Hover Persistence */



ul#navmenu a:hover,  ul#navmenu li:hover a,  ul#navmenu li.iehover a {
	color:#000033;
	text-transform:uppercase;
	text-decoration:none;
}
a:link {
	color:#024c4c;
	text-decoration:underline;
}
a:visited {
	color:#024c4c;
	text-decoration:underline;
}
a:active {
	color:#024c4c;
	text-decoration:underline;
}
a:hover {
	color:#8faf4e;
	text-decoration:underline;
}
h1 {
	color:#024c4c;
	font-size:16px;
	font-weight:bold;
}
h2 {
	color:#024c4c;
	font-size:14px;
	font-weight:bold;
	display:inline;
}
h3 {
	font-family:tahoma;
	font-size:11px;
	color:#8faf4e;
	font-weight:regular;
}
