body {
	margin:0;
	padding:0;
	background-color:#E0E4F2;
}

body, td, input, select, textarea, .normaltext {
	font-family:Lucida Grande,Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
	color:#000;
}

h1, h2, h3, h4, h5 { margin:5px 0; }
h1 {
	font-family:Arial Black,Arial,sans-serif;
	font-size:28pt;
	line-height:30pt;
	letter-spacing:-3px;
	color:#333;
}

a:link { color:#009; }
a:visited { color:#606; }
a:focus { color:#360; }
a:hover { color:#360; }
a:active { color:#f00; }

.smallprint { font-size:8pt; }

.errormessage {
	color:#c00;
	font-weight:bold;
}

.indent { margin-left:25px; }
.textindent p { text-indent:25px; }
.notextindent p { text-indent:0; }

.hilite { background-color:#ff3; }

.sectioncontent {
	position:relative;
	left:50%;
	margin-left:-475px;
	width:950px;
}

#main {
	position:relative;
	background-color:#fff;
}

.colorstripholder {
	position:relative;
	height:1px;
}

.colorstripe {
	position:absolute;
	top:0;
	width:100%;
}

#footer {
	position:relative;
	top:0;
	clear:both;
	border-top:2px solid #ccccd3;
	padding-top:20px;
	color:#666;
	font-size:8pt;
}
#footer .sectioncontent { text-align:center; }
#footer a {
	color:#666;
}

.round_corners {
	-moz-border-radius:35px;
	-khtml-border-radius:35px;
	-webkit-border-radius:35px;
	border-radius:35px;
}

.round_corners_trbl {
	-moz-border-radius-topright:35px;
	-moz-border-radius-bottomleft:35px;
	-khtml-border-radius-topright:35px;
	-khtml-border-radius-bottomleft:35px;
	-webkit-border-top-right-radius:35px;
	-webkit-border-bottom-left-radius:35px;
	border-top-right-radius:35px;
	border-bottom-left-radius:35px;
}

.round_corners_tlbr {
	-moz-border-radius-topleft:35px;
	-moz-border-radius-bottomright:35px;
	-khtml-border-radius-topleft:35px;
	-khtml-border-radius-bottomright:35px;
	-webkit-border-top-left-radius:35px;
	-webkit-border-bottom-right-radius:35px;
	border-top-left-radius:35px;
	border-bottom-right-radius:35px;
}

.hover_outer {
	position:absolute;
	z-index:50000;
}

.hover_extra {
	position:absolute;
	height:100%;
	width:100%;

	background-color:#456;
	-ms-filter:"alpha(opacity=40)";
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	opacity:0.4;
	
	font-size:0;
	height:expression(HoverExtraHeight(this));
}

.hover_inner {
	position:relative;
	top:-8px;
	left:-8px;
	border:2px solid #999;
	background-color:#f6f6f6;
	padding:8px 15px 12px 15px;
}

.widelist li {
	margin-bottom:8px;
}

#navspacer {
	height:44px;
}
#navcontainer {
	position:absolute;
	top:-1px;
	left:0;
	width:950px;
	border-bottom:1px solid #999;
}
#nav {
	position:relative;
	background-color:#8099E6;
}
#nav1 {
	background-color:#039;
}
#nav2, #nav1 .navhilite {
	background-color:#DEE4F8;
}
#nav1, #nav2 {
	width:100%;
	border:0;
	height:20px;
}

#nav1 td {
	font-weight:bold;
	width:190px;
}
#nav1 td, #nav2 td {
	padding:3px 0;
	text-align:center;
}

#nav1 a, #nav2 a { text-decoration:none; }

#nav1 a:link { color:#fff; }
#nav1 a:visited { color:#ddd; }
#nav1 a:focus { color:#fc0; }
#nav1 a:hover { color:#fc0; }
#nav1 a:active { color:#f00; }

#nav1 .navhilite a:link { color:#03c; }
#nav1 .navhilite a:visited { color:#03c; }
#nav1 .navhilite a:focus { color:#c00; }
#nav1 .navhilite a:hover { color:#c00; }
#nav1 .navhilite a:active { color:#f00; }

#header_x {
	position:fixed;
	top:0;
	z-index:10000;
	width:100%;
}

#nav_x {
	width:100%;
	height:86px;
	background-color:#349;
	background-image: -moz-linear-gradient(top, #222D66, #5C69AD 5%, #349 45%, #0A0E40);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#222D66), color-stop(5%, #5C69AD), color-stop(45%, #349), to(#0A0E40));
	color:#ddd;
	font-weight:bold;
	font-size:16pt;
}
#nav_x {
	border-bottom:1px solid #aad;
}
#nav_x a {
	color:#fff;
	text-decoration:none;
}
#nav_x td {
	color:#ddd;
	font-weight:bold;
	font-size:14pt;
	padding:3px;
}

.navpos_x {
	position:relative;
	height:1px;
	z-index:11000;
}
.nav2_x {
	display:none;
	position:absolute;
	top:2px;
	left:-12px;
	border:2px solid #89a;
	background-color:#e3e3e3;
	color:#333;
	font-size:11pt;
	font-weight:normal;
	width:200px;
	border-radius:12px;
	overflow:hidden;
	background-image: -moz-linear-gradient(top, #d3d3d3, #eee 20px, #eee 55%, #bbb);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#d3d3d3), color-stop(20px, #eee), color-stop(55%, #eee), to(#bbb));
}
.nav2_x div { padding: 6px 10px; }
.nav1_x:hover .nav2_x { display:block; }
#nav_x .nav2_x a {
	display:block;
	color:#345;
	text-decoration:none;
	padding:6px 10px;
}
#nav_x .nav2_x a:hover {
	background-color:#47c;
	color:#fff;
	border-bottom:0;
}

#navlinks_x {
	float:right;
	position:relative;
	margin-right:30px;
}
#navlinks_x a:hover, #navlinks_x a:active {
	border-bottom:2px solid #fff;
}

.main_seocf {
	position:relative;
	background-color:#fff;
	padding-top:120px;
}
