@charset "utf-8";
/* CSS Document */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	background:#353535;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	color:#497fc1;
	font-size:18px;
	margin-bottom:15px;
}
#cornerTag{
	background:url(../img/cornertag_new.jpg);
	width:302px;
	height:255px;
	position:relative;
	float: left;
}
#overWrap {
	width:1200px; 
	height:800px;
	margin:auto;
	background:url(../img/BKGR.png);
}
#wrapper{
	width:1001px; 
	height:706px;
	padding:0px 4px;
	margin:auto;
	background:url(../img/subBKGR.png);
}
#header{
	background-image:url(../img/header.jpg);
	width:1001px;
	height:274px;
}
#nav{
	margin:17px 7px 0px 7px;
	font-size:20px;
	overflow:visible;
	height:40px;
}
#nav .navbtn{
	height:40px;
	float:left;
}
#nav .navbtnSel{
	background:url(../img/downArrow.png) center bottom no-repeat;
	height:40px;
	float:left;
}
#nav .navbtn a{
	padding:7px 6px;
	text-decoration:none;
	color:#3b72b5;
}
#nav .navbtn a:hover{
	color:#124380;
}
#nav .navbtnSel a{
	color:#FFF;
	background:#3b72b5;
	text-decoration:none;
	padding:7px 6px;
}
#colLeft{
	margin:30px 20px 30px 30px;
	width:348px;
	line-height:20px;
	color:#1a3b63;
	font-size:14px;
	float:left;
}
#colMid{
	width:328px;
	line-height:20px;
	color:#1a3b63;
	font-size:14px;
	float:left;
	position: relative;
	clear: none;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	z-index: 2;
	height: 295px;
}
#colRight{
	width:226px;
	float:right;
	margin-top: -368px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	z-index: 3;
}
#colRight #rtColHeader{
	background:url(../img/RightColHeader.png);
	color:#FFF;
	width:196px;
	height:22px;
	font-size:20px;
	padding:6px 15px;
}
#colRight ul{
	list-style:url(../img/RightColBullet.png);
	line-height:45px;
	margin:20px 0px 0px 35px;
	font-size:18px;
}
#colRight ul li a{
	text-decoration:none;
	color:#497fc1;
}
#colRight ul li a:hover{
	color:#124380;
}
#footer{
	color:#0e3463;
	font-weight:bold;
	font-size:14px;
	width:1001px;
	margin:auto;
}
#footer a{
	color:#0e3463;
}
#footer a:hover{
	color:#1d497f;
}
