body
{
margin: 0px;
padding: 0px;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
background-color: #FFFFFF;
}

.wrapper
{
	margin: 0 auto;
	width: 1003px;
}
	
.topline{
	background-image: url("img/topblue_bg.jpg");
	background-repeat: no-repeat;
	border-top: 1px #0871A5 solid;
	text-align: right;
}

.blueband
{
	background-image: url("img/blueband.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 206px;
}
.blueband_left
{
	width: 527px;
	margin: 0px;
	padding: 20px 20px 0 50px;
	color: #FFFFFF;
	font-style: italic;
	font-size: 12px;
}
.bblt
{
width: 360px;
}
.blueband_center
{
	width: 326px;
	margin: 0px;
	padding: 0px;
}
.blueband_right
{
	width: 80px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

.content
{
	width: 100%;
}
.content_left
{
	margin: 0px;
	padding: 10px 20px 0 50px;
	color: #000000;
	width: 527px;
	vertical-align: top;
}
.content_center
{
	width: 326px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: left;
}
.content_right
{
	width: 80px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.green_text
{
	color: #6B8A05;
	font-weight: bold;
	text-align: justify;
}

.menu
{
	background:url(img/nav_bg.gif) 0 0 repeat-x #010101;
	height: 35px;
	margin: 0px;
	padding:0 0 0 70px;
	position:relative;
	margin: 0 auto;
}
.nav{
margin: 0 auto;
	background:url(img/nav_div.gif) left top no-repeat;
	padding:0 0 0 2px;
	position:absolute;
}
.nav li{
	padding:0 2px 0 0;
	float:left;
	background:url(img/nav_div.gif) right top no-repeat;
	height:35px;
}
.nav li a{
	display:block;
	background:url(img/nav_bg.gif) 0 0 repeat-x #010101;
	padding:0 18px;
	font-size:11px;
	font-weight:bold;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
.nav li a:hover{
	background:url(img/nav_bg_hover.gif) 0 0 repeat-x #B4BFAE;
	color:#434446;
}
.nav li a.hover{
	display:block;
	background:url(img/nav_bg_hover.gif) 0 0 repeat-x #B4BFAE;
	padding:0 18px;
	font-size:11px;
	font-weight:bold;
	line-height:35px;
	color:#434446;
	text-decoration:none;
	text-transform:uppercase;
}
.nav li.noImg{
	background-image:none;
}

/*------------------------------------------------footer--------------------*/
#footer{
	background:url(img/footer_bg.jpg) 0 0 repeat-x;
	height:115px;
	margin:0 auto;
	text-align: center;
	color: #FFF;
}
#footer a{
	padding: 30px 7px 0 0;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer p.copyright{
	font:normal 10px/15px Arial, Helvetica, sans-serif;
	color:#B0D44E;
	background-color:inherit;
	padding: 10px 0 10px 0;
	margin: 0px;
}

/*------------------------------------------------footer--------------------*/

h2
{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	border-bottom:#E7E7E7 solid 2px;
}

h1
{
	color: #DF5E34;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.formfield
{
	background-color:#FFF;
	color:#000;
	border:1px solid #CCCCCC;
	height: 19px;
	width: 210px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

.rghTxt{
	display:block;
	width:301px;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#545454;
	background-color:inherit;
	margin:12px 0 20px 0;
	padding: 0 0 0 20px;
}
.rt{
	color:#0675A2;
	background-color:inherit;
	font-weight:bold;
}
.rgtcolm{
	background-image: url(img/rgt_bg.jpg);
	background-repeat: repeat-y;
}

.txt{
	text-align: justify;
}

.td1{
	padding: 0px 40px 0px 20px;
}

/*------------------------------V Menu-------------------------*/
h3{
	margin: 2px 0px 2px 0px;
}
.arrowlistmenu{
width: 210px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
height: 17px;
font: bold 12px Arial;
color: #FFF;
background-color: #0288BA;
border-top: 2px solid #0476A1;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 3px 0 3px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
border-top: 2px solid #78A109;
background-color: #8EB213;

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #0A56B4;
background: url(v_menu/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #0A56B4;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

/*-----------------------------------/V Menu-----------------------------*/
