a {text-decoration:underline; color: #000000; outline:none}
.style1 {color: #0051a5; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; text-transform:uppercase;}
.style2 {color: #000000; font-family: Arial, Helvetica, sans-serif;	font-size: 9.5pt; text-transform:none;}
.style3 {color: #656d75; font-family: Arial, Helvetica, sans-serif;	font-size: 10pt; text-transform:none;}
.style4 {color: #5d748c; font-family: Arial, Helvetica, sans-serif;	font-size: 8pt;  text-transform:none;}
.style5 {color: #0051a5; font-family: Arial, Helvetica, sans-serif;	font-size: 14pt; text-transform:uppercase;}
.style6 {color: #0051a5; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-transform:uppercase;}
.style7 {color: #656d75; font-family: Arial, Helvetica, sans-serif;	font-size: 11pt; font-weight: bold; text-transform:none;}

.picture { background-color: #F9F9F9; 
border: 1px solid #CCCCCC; padding: 3px; 
font: 11px/1.4em Arial, sans-serif; } 
.picture img { border: 1px solid #CCCCCC; 
vertical-align:middle; margin-bottom: 3px; } 
.right { margin: 0em 0pt 0.5em 0.8em; float:right; } 
.left { margin: 0em 0.8em 0.5em 0em; float:left; } 

blockquote.left {
   width: 200px;
   margin: 5px 5px 5px 0;
   padding: 0 0;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   float: left;
}

blockquote.right {
   width: 200px;
   margin: 5px 0 5px 5px;
   padding: 0 0;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   float: right;
}



body{
	background:#ffffff;
	color:#5d748c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
	
.chromestyle{
width: 100%;
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{
background: url(images/chrometheme/chromebg.png) center center repeat-x; /*THEME CHANGE HERE*/
padding: 8px 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;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/chrometheme/chromebg-over.png) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #4b4b4b; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:17px;
z-index:100;
background: url(images/chrometheme/bodybgmid1.png);
width: 100px;
visibility: hidden;
}


.dropmenudiv a{
text-align: left;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #4b4b4b; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

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