body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
color:#FFFFFF;
background-color:#eeeeee;
background-image:url();
margin-right: 0;
margin-top: 0;
margin-left: 0;
     }
	 
a.bottom {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
text-decoration: none;
color: #FFFFFF;
        }

p.awards {
font-family: "Times New Roman", Times, serif;
font-size: 11pt;
         }
		
#content {
background-image: url(body.gif);
background-repeat: repeat-x;
background-color: #333333;
         }
		
#awardsbox {
border: 1px solid #999999;
background-image: url(awardsbg_dark.gif);
        }
				
#awardstop {
background-image: url();
font: bold 10pt Verdana;
           }
		 
.chromestyle{
margin: 0 auto;
width: 750px;
text-align: left;
font: bold 10pt Verdana;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-bottom: 1px solid #333333;
width: 100%;
background: url(bg-over.jpg); /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: url(bg-over.jpg); /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
border: 1px solid #333333; /*THEME CHANGE HERE*/
font: 10pt Arial;
line-height:18px;
z-index:100;
background: #333333;
width: 120px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
text-align: left;
border: 1px solid #333333; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #666666;
}
