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

body{
	background-color:#000066;
	text-align:center;
	margin: 0px; 
	padding: 0px;

}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000066;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 24px;
	font-weight: bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000066;
	margin-bottom: 4px;
	margin-top: 0px;
	line-height: 24px;
	font-weight: bold;
}

a:link { color: #000066; text-decoration: none; }
a:visited { color: #000066; text-decoration: none; }
a:hover {
	color: #bbbbbb;
	text-decoration: underline;
}
a:active { color: #000066; text-decoration: none; }

/*****************************************/
/*** Layout ***/
/*****************************************/

#wrapper{
	width: 100%;
	height: none;
	overflow: auto;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header{
	text-align: center;
	width: 100%;
	height: 216px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 0px;
	background-image: url(../assets/background.gif);
	background-repeat: repeat-x;
}

#wrappermiddle{
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
	background-image: url(../assets/contentbackground.gif);
	background-repeat: repeat-x;
}

#content{
	width: 912px;
	text-align: left;
	padding-right: 24px;
	padding-left: 24px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../assets/nav-filler.gif);
	background-repeat: repeat-y;
}

#nav-container{
	width: 180px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #e2e5ea;
}

#content-middle{
	width: 470px;
	float: left;
	position: relative;
	margin-left: 30px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top:28px;
	margin-bottom:16px;
}

#content-right{
	width: 200px;
	float: right;
	margin-left: 0px;
	padding-left: 0px;
	margin-top:28px;
	margin-bottom:16px;
}

#footer{
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0px;
	background-color: #B2B6C3;
}

#footer-content{
	width: 912px;
	text-align: left;
	padding-right: 24px;
	padding-left: 24px;
	margin-right:auto;
	margin-left:auto;
}

#footer-content-left{
	width: 350px;
	float: left;
	text-align: left;
}

#footer-content-right{
	width: 540px;
	float: right;
	text-align: right;
}

#footer-shad{
	text-align: center;
	width: 100%;
	font-size: 0px;
	background-image: url(../assets/footershad.gif);
	background-repeat: repeat-x;
	height: 40px;
}

/*****************************************/
/*** Text ***/
/*****************************************/

.bodytext_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 19px;
}

.smallprint-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	line-height: 14px;
}

a.footer:link { color: #666666; text-decoration: none; }
a.footer:visited { color: #666666; text-decoration: none; }
a.footer:hover { color: #ffffff; text-decoration: none; }
a.footer:active { color: #666666; text-decoration: none; }

/*****************************************/
/*** Nav ***/
/*****************************************/

#navcontainer {
	width: 100%;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

#navcontainer a
{
	display: block;
	padding: 4px;
	width: 96%;
background-color: #;
	border-bottom: 1px solid #ffffff;
}

#navcontainer a:link, #navlist a:visited
{
color: #000066;
text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #B2B6C3;
	color: #FFFFFF;
}

.nav_active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #B2B6C3;
}

