body {

	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14.5px;
	color:#FFFFFF;
	font-weight:normal;
	}
	
	
a:link {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline
	}

a:visited {
	color:#666666;
	font-style:normal;
	text-decoration:underline
	}

a:hover {
	font-weight:normal;
	font-style:normal;
	line-height:normal;
	font-variant:normal;
	text-transform:none;
	text-decoration:underline
	}	
	
/* Dropdown Menu */

.chromestyle{
width: 99%;
font-weight: normal;
}

.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-width: 0;
/*border: 1px solid #BBB;*/
width: 100%;
background-color: #111111; /*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{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
padding: 4px 12px;
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-color: #666666; */
 color: #666666;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB; */
border-bottom-width: 0;
text-indent: 5px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-align: left;
line-height: 18px;
z-index: 100;
background-color: #666666;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
/*border-bottom: 1px solid #BBB; */
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
text-align: left;
line-height: 18px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #660033;
}

/*end of Dropdowns */
	

h1 {
	font-size:14.5px;
	color: #FFFFFF;
	font-weight:normal;
	}
	
h2 {
	font-size:16.5px;
	color: #FFFFFF;
	font-weight:normal;
	}

h3 {
	font-size:18.5px;
	color: #FFFFFF;
	font-weight:normal;
	}

/*Copyright Container*/
.copyright{
	font-size:11.5px;
	color:#ffffff
	}
.copyright a:link {
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline
	}


