body {
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:0;
	background-color: rgb(0, 0, 0);
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.bodyTable {
	padding-top:10px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#CC3300;
	padding-top: 15px;
}
.red {
	color: #CC3300;
}

.white {
	color: #FFFFFF;
}

a.mainlevel:link, a.mainlevel:visited {
		display: block;
		width: auto !important;
		width: 100%;
		margin: 0px;
		padding: 5px 0ex 5px 0ex;
		font-family:"BankGothic Md BT";
		font-size:14px;
		font-weight: bold;
		vertical-align: middle;
		color: #CC3300;
		text-align:center;
		text-decoration: none;
		border-bottom: 0px solid #000000;
		border-left: 1px solid #CC3300;
		white-space: wrap;
		overflow: hidden;
}	
a.mainlevel:hover {
		color: HighlightText;
		background-color: #CC3300;  
		text-decoration: none;
		border-bottom: 0px solid HighlightText;
		border-left: 0px solid HighlightText;
}
a:link {
	color: #CC3300;
}
a:visited {
  color: #CC3300;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #FF0000;
}
.img-r {
	padding: 0px 0ex 5px 5ex;
}
.img-l {
	padding: 0px 2ex 0px 0ex;
}

.chromestyle{
width: 100%;
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 #BBB;
width: 100%;
background: url(images/design/nav-bk.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 7px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #CC3300;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #CC3300; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
color: HighlightText;
background: url(images/design/nav-bk-h.jpg) center center repeat-x; /*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;
top: 0;
border: 1px solid #ADED7C; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FAED53;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #CC3300; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #CC3300;
}

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