body {
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 750px;
	border: 2px solid #313131;
	position: absolute;
	margin-top: 10px;
	left: 50%;
	margin-left: -375px;
	background-color: #eeeeee;
}

#banner {
	width: 100%;
}

#mainImage {
background-repeat: no-repeat;
height: 215px;
}

#menu {
	
	background-color: #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 22px;
}

.menuItem {
	display: inline;
	font-weight: bold;
	font-size: 12px;
	padding-right: 14px;
	
}

.menuItem a:link, .menuItem a:visited {
	color:#dddddd;
	text-decoration: none;
}


.menuItem a:hover  {
	color:#ede00c;
	text-decoration: none;
}

.menuItem a:active {
	color:#dddddd;
	text-decoration: none;
}



.currentMenuItem  a:link,
.currentMenuItem  a:visited,
.currentMenuItem  a:hover,
.currentMenuItem  a:active {
	display: inline;
	font-weight: bold;
	font-size: 12px;
	padding-right: 14px;
	color: #ede00c;
	text-decoration: none;
}

#content {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 22px;
	padding-right: 22px;
}

a:link, a:visited {
	color:#6B2908;
	text-decoration: none;
}


a:hover, a:active {
	color:#6B2908;
	text-decoration: none;
}


#footer {
clear: both;
background-color: #dbcf0b;
padding-top: 5px;
padding-right: 22px;
padding-bottom: 5px; 
padding-left: 22px;
font-weight: bold;
}

h5 {
margin-bottom: -10px;
font-size: 12px;
letter-spacing: 1px;
}

td.twoCol {
padding: 5px;
}

.disclaimer {
width: 99%;
background-color: #FFFFFF;
border: 1px solid #000000;
font-size: 10px;
font-weight: bold;
padding: 3px;
}