body
{	font-family: Arial;
	font-size: 8pt;
	padding-top: 0px;
	text-align: center;
	background-image: url(../Images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #AAC5CC;
}

table
{	font-family: Arial;
	font-size: 8pt;
	background-color: white;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

a
{	cursor: hand;
	cursor: pointer;
}

#tblFooter a:link {color:#708889;}
#tblFooter a:visited {color:#708889;}
#tblFooter a:active {color:#708889;}
#tblFooter a:hover {color:#708889;}

div
{	width: 100%;
}

.header
{	height:150px;
}

.headerTitle
{	font-family: Georgia;
	font-size: 11pt;
	font-weight: bold;
	color: #ab382a;
}

.footerMenu
{	cursor: hand;
	cursor: pointer;
	color: #ab382a;
}

.content
{	height: 100%;
}

.button
{	border: 2px outset gray;
	background-color: #D1D1D1;
	color: #515151;
	font-size: 8pt;
}	
	
#menuDiv
{	background-image: url(menuspan.bmp);
	background-position: absolute;
	background-repeat: repeat-x;
}

#parentImageBanner
{	height: 120px;
}

#bodyContent
{	padding-left: 3px;
}

.divBodyContent
{	font-family: Arial;
	font-size: 9pt;
	padding-right: 15px;
	padding-left: 10px;
	color: #212121;
	padding-bottom: 4px;
}

.divBodyContent a:link {color:#708889;}
.divBodyContent a:visited {color:#708889;}
.divBodyContent a:active {color:#708889;}
.divBodyContent a:hover {color:#708889;}

.menuItem
{	cursor: hand;
	cursor: pointer;
	width: 9%;
	text-align: center;
	display: inline;
	background-image: url(menuspan.bmp);
	background-position: absolute;
	background-repeat: repeat-x;
}

.subMenuItem
{	display: inline;
	cursor: hand;
	cursor: pointer;
}

/*START OF MENU STYLE*/
.chromestyle{
width: 387px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px;
text-align: center;
margin: 0; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over-new.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
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%;
}