A:link { text-decoration:underline; color:#494949; } 
A:visited { text-decoration:underline; color:#494949; } 
A:hover { text-decoration:none; color: #494949; } 
A:active { text-decoration:underline; color: #494949; }
.divhead  {width:1000px; height:127px; background-image:url(images/index_01.jpg); background-repeat:no-repeat}
.divlinks {width:1000px; height:40px; background-image:url(images/index_02.jpg); background-repeat:no-repeat}
.divbody {width:1000px; background-image:url(images/index_03.jpg);}	
.divfooter {width:1000px; height:41px; background-image:url(images/index_04.jpg); background-repeat:no-repeat}
.body {font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}
.copy {font-family: Arial, Helvetica, sans-serif; font-size: 11px;	font-weight:bold; color: #3c4f7f; margin-left:20px;
}
h1 {font-family: Arial, Helvetica, sans-serif; font-size: 18px;	font-weight:bold; color: #3c4f7f; margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 14px;	font-weight:bold; color: #3c4f7f; margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
h3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px;	font-weight:bold; color: #3c4f7f; margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.chromestyle{
	width: 75%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*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;
}
.chromestyle ul li a:hover{
background-color:#E1E1E1;
}
.chromestyle 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 #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:13px;
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: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}
