/* CSS Document */


body {
font-family:Verdana;
font-size:12px;
color:#000066;
margin-top:0px;

}

.divbody {
	width:965px;
	margin: 0 auto; /*This fixes the centering problem on the page*/
	/*margin-left:10%;*/
	}

a {
color:#CCCCCC; text-decoration:none;
}

.nav:hover{background-color:#28c712;
padding-top:3px; padding-bottom:3px;

}

li {
padding-bottom:10px;
}

.links {
color:#000066;
}

.redlinks{
text-decoration:none;
color:#FF0000;
}

.emailLinks{
color:#FF0000;
}

.heading1
{ 
	font:Verdana;
	font-size:18px;
	color:#ff000;
	padding-top:2px;
}
/*
.heading2
{ 
	font:Verdana;
	font-size:12px;
	color:#cccccc;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:0px;

}*/

.heading2
{ 
font:Verdana;
	font-size:12px;
	color:#cccccc;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
background-color:#233a6c;
width:99%;
}
.heading3
{ 
	font:Verdana;
	font-size:16px;
	color:#000066;
	font-weight:bold;
	padding-top:30px;
}

.heading4
{ 
	font:Verdana;
	font-size:16px;
	color:#000066;
	font-weight:bold;
	padding-top:0px;
}

.divapp{
	width:900px;
	margin-left:25px;
	/*position:absolute;*/
}

.div1{
	width:210px;
	margin-left:30px;
	/*position:absolute;*/
}

.div2{
	width:485px;
	/*position:absolute;*/
}
.div3{
	width:655px;
	/*position:absolute;*/
}

.app{
	background-image:url(images/appImglong.jpg);
	width:185px;
	height:230px;
	/*position:absolute;*/
}

.divtop{
	background-image:url(images/headertop2new.gif);
	background-repeat:no-repeat;
	height:270px;
	width:965px;
	/*position:absolute;*/
}

.divRVtop{
	background-image:url(images/headertop2newRV.gif);
	background-repeat:no-repeat;
	height:270px;
	width:965px;
	/*position:absolute;*/
}

.divmain {
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	width:965px;
	/*position:absolute;*/
}

.mainHeader {
	background-image:url(images/mainHeader.gif);
	background-repeat:no-repeat;
	height:90px;
	/*position:absolute;*/
}


.leftnav{
	font-size:14px;
	}


.red{
	color:#FF0000;
	font-weight:bold;
}

.spacer {
width:10px;
}

.footer {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	height:95px;
	width:965px;
	/*position:absolute;*/
}

.footerRV {
	background-image:url(images/footerRV.gif);
	background-repeat:no-repeat;
	height:95px;
	width:965px;
	/*position:absolute;*/
}

.footertext{
	font-size:12px;
	color:#cccccc;
	font-weight:bold;
	}

