@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font-size:76%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3;
	/*text-align:center; /*center hack*/
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	color:#048BFD;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color:#048BFD;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
p {
	font-size: 1em;
	line-height:1.5em;
}
a {
	text-decoration:none;
	color:#990000;
}
a:hover {
	color:#EFD000;
}
img { border:none; padding:0px; margin:0px; 
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.boxText { padding-left:5px; }
.boxText a {text-align: center; }
#page_container {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width: 755px;
	border:0;
}
#page_container #header_container { width:755px; height:88px; z-index:3; visibility:visible; 
}
#page_container #nav_container { width:755px; height:30px; z-index:4; visibility:visible; background-image:url(../images/nav.png); background-repeat:no-repeat; background-position:center center; 
}
#page_container #nav_container .mainnav {
	position: relative;
	visibility: visible;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	left: 14px;
}
#page_container #nav_container .mainnav ul {
	list-style-position: inside;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
#page_container #nav_container .mainnav ul li {
	display:inline;
}
#page_container #nav_container .mainnav ul li a{
	float: left;
	color: white; /*text color*/
	padding: 8px 6px;
	text-decoration: none;
	/*border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}
#page_container #nav_container .mainnav ul li a:visited{
color: white;
}

#page_container #nav_container .mainnav ul li a:hover, .mainnav ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 9px; /*shift text down 1px for selected and active item*/
padding-bottom: 7px; /*shift text down 1px for selected and active item*/
/*background: black url(media/indentbg2.gif) center center repeat-x;*/
}
#page_container #login_container { width:755px; height:174px; z-index:5; visibility:visible; background-image:url(../images/login.png); background-repeat:no-repeat; 
}
#page_container #content_container { width:755px; z-index:6; visibility:visible; background-image:url(../images/content.png); background-repeat:repeat-y; min-height: 355px; text-align:justify; 
}
#page_container #footer-nav_container { width:755px; height:41px; z-index:7; visibility:visible; background-image:url(../images/footer-nav.png); background-repeat:no-repeat; background-position:center center; 
}
#page_container #footer-nav_container .bottomnav {
	position: relative;
	visibility: visible;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	left: 14px;
}
#page_container #footer-nav_container .bottomnav ul {
	list-style-position: inside;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
#page_container #footer-nav_container .bottomnav ul li {
	display:inline;
}
#page_container #footer-nav_container .bottomnav ul li a{
	float: left;
	color: white; /*text color*/
	padding: 8px 6px;
	text-decoration: none;
	/*border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}
#page_container #footer-nav_container .bottomnav ul li a:visited{
color: white;
}

#page_container #footer-nav_container .bottomnav ul li a:hover, .mainnav ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 9px; /*shift text down 1px for selected and active item*/
padding-bottom: 7px; /*shift text down 1px for selected and active item*/
/*background: black url(media/indentbg2.gif) center center repeat-x;*/
}
#page_container #copyright_container { width:755px; height:28px; z-index:8; visibility:visible; 
}
