#cellLeft {
	background:url(bg_repeat.jpg) repeat-y top;
}
#cellMain {
	background: url(bg_main.jpg) no-repeat bottom;	
}
.mainText{	padding: 5px 20px 20px;}
.header01 {
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #004d7b;
}
.imageborder {
	color: #628cab;
	border-color: #628cab;
}
.textfooter{background:none; color:#628cab; padding:5px;}
.textfooter a{ color:#628cab; text-decoration:none;}
.textfooter a:hover{ color:#628cab; text-decoration:underline;}

#topMenu {
	padding-bottom: 8px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #004d7b;
}

#topMenu a {
	font-weight:bold;
	color: #004d7b;
	text-decoration: none;
}
#topMenu a:hover {
	color: #7fa5bf;
}
#subMenu {
	padding: 4px 20px 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #990000;
}

#subMenu a {
	font-weight:normal;
	color: #990000;
	text-decoration: none;
}
#subMenu a:hover {
	color: #FF7777;
}

body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}
body a {
	font-weight: bold;
	color: #004d7b;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
.border_px_gray {
	border: 3px solid #CCCCCC;
}
.headingmain, .headingsub, .textintro {
	color: #990000;
}

.headingmain {
	font-size: 21px;
}
.headingsub {
	font-size: 18px;
}

/*-----------------sub menu drop down styles----------------------*/
.menustyle{
width: 99%;

}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 2px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
color: #494949;
padding: 0px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #990000;
}

.menustyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#990000;
}

/*.menustyle ul li a[rel]:after{ HTML to indicate drop down link
content: " v";
content: " " url(downimage.gif); uncomment this line to use an image instead
}*/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:12px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

