

/***********************Interior page styles - all styles that are different from the index page***************/




/* ********************----------- Rotating Header Images -----------************************/

#navcont {
	height: 210px;
	width: 760px;
}


#interiorheader1 {
	height: 210px;
	width: 760px;
	background: #000000 url(images/intheader1.jpg) 0 0 no-repeat;
}

#interiorheader2 {
	height: 210px;
	width: 760px;
	background: #000000 url(images/intheader2.jpg) 0 0 no-repeat;
}
#interiorheader3 {
	height: 210px;
	width: 760px;
	background: #000000 url(images/intheader3.jpg) 0 0 no-repeat;
}
#interiorheader4 {
	height: 210px;
	width: 760px;
	background: #000000 url(images/intheader4.jpg) 0 0 no-repeat;
}
#interiorheader5 {
	height: 210px;
	width: 760px;
	background: #000000 url(images/intheader5.jpg) 0 0 no-repeat;
}
#interiorheader6 {
	height: 210px;
	width: 760px;
	background: #000000 url(images/intheader6.jpg) 0 0 no-repeat;
}

#interiorheader7 {
	height: 210px;
	width: 760px;
	background: #000000 url(images/intheader7.jpg) 0 0 no-repeat;
}
/********** Content Area *********/
#content {
	width: 588px;
	background: #ffffff;

}

#text {
	padding: 0px 10px 40px 20px;
	color: #000000;

}
/* ************************************----------- Content Area for the INTERIOR PAGES -----------*************************************/

/* ******** Site content style *********/

#ContentArea  a{
	color: #0C517B;
	text-decoration: underline;
}

#ContentArea  a:hover{
	color: #0C517B;
	text-decoration: none;
}

/* ******** Right Navigation *********/
#rightnavbox {
	width: 172px;
	min-width: 173px;
	height: 249px;
	background-color: #26505E;
}

#rightnavbox a:link{
	display:block;
	color:#ffffff;
	text-decoration: none;
	line-height: 22px;
	font-weight:bold;
	padding-left:8px;
}

td#rightnavbox a:hover {
	color:#ffffff;
	background-color:#203F4A;
}

#rightnavbox a:visited{
	display:block;
	color:#ffffff;
	text-decoration: none;
	line-height: 22px;
	font-weight:bold;
	padding-left:10px;
}



