body,td,th {
	font-family: "Function", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 19px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #C3CF21;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C3CF21;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.green_section {
	color: #C3CF21;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	font-stretch: expanded;
}

.green_sidebar {
	color: #C3CF21;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	font-stretch: expanded;
}

.black_section {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	font-stretch: expanded;
}

.chromestyle{
width: 99%;
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: 0px solid #333;
width: 100%;
background-color: transparent; /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #333;
padding: 0;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background-color: transparent; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
position:absolute;
top: 0px;
line-height:22px;
z-index:100;
background-color: white;
width: 173px;
visibility: hidden;
margin-top: -1px;
margin-left: -18px;
}


.dropmenudiv a{
width: 100%;
display: block;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
text-decoration: none;
font-weight: bold;
color: #333;
}

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