body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.divider {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.titletext {
	color: #1D4E3B;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.white a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.white a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.white a:hover {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}
.white a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}.whitetext {
	font-weight: bold;
	color: #FFFFFF;
}
.ltext {
	font-size: 18px;
}.titletext {
	font-size: 18px;
	text-transform: uppercase;
	color: #CC9933;
	font-weight: bold;
}
/* menu
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.chromestyle{
	width: 99%;
	font-weight: bold;
	margin-top: 8px;
	color: #FFFFFF;
}

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

.chromestyle ul{
	width: 100%;
	/*THEME CHANGE HERE*/
padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	text-transform: uppercase;
}

.chromestyle ul li{
	display: inline;
	text-transform: uppercase;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.chromestyle ul li a:hover{
	text-decoration: none;
	background-position: center center;
	color: #FFFFFF;
	text-transform: uppercase;
}

.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;
	top: 8px;
	line-height:18px;
	z-index:100;
	background-color:  #1d4e3b;
	width: 160px;
	visibility: hidden;
	border-bottom-width: 1;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 10px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color:#FFFFFF;
	text-transform: uppercase;
	color: #003300;
}

