body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
BODY {
    scrollbar-arrow-color:#666666;
	scrollbar-base-color:#eeeeee;
	scrollbar-shadow-color:#eeeeee;
	scrollbar-face-color:#cccccc;
	scrollbar-highlight-color:#cccccc;
	scrollbar-dark-shadow-color:#cccccc;
	scrollbar-3d-light-color:#cccccc;
}

es {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.test {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.boldgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #29415A;
}
.smallblack {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.greenbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;

}
.Links {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #BD8E29; text-decoration: underline}
.nav_links {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #A74301}
.bold_rust {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: BD8E29;
}
.smallwhite {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
a:hover{color:#D1D0CF; text-decoration:underline; }
body,table,td,th,p,div,input {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
}
p{
margin: 10px;
}
.style1 {
	color: #203b7e;
	font-weight: bold;
	font-size: 20px;
}
.style2 {
	color: #687383;
	font-weight: bold;
}
.style3 {color: #6f7733}
.style4 {color: #203b7e}
.style5 {
	color: #FFFFFF;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#chromemenu{
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px solid #BBB;
width: 100%;
background: url('') repeat-x center; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font-style:normal; font-variant:normal; font-weight:bold; font-size:11px; font-family:Verdana
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #E1E1E1;
font-weight: bold;
text-decoration: none;
background: url('divider.gif') no-repeat center right; /*Theme Change here*/; padding-left:7px; padding-right:12px; padding-top:6px; padding-bottom:6px
}

#chromemenu ul li a:hover{
color: #ffffff;
}

#chromemenu ul li a[onMouseover]: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{
border-left:1px solid #BBB; border-right:1px solid #BBB; border-top:1px solid #BBB; border-bottom:0px solid #BBB; position:absolute;
top: 0;
/*Theme Change here*/
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #eeeeee;
}
