/* HTML Elements */
html {
	height: 100%; 
	margin-bottom: 1px;
}
	
body {
	background-color: #000000;
	color: #ffffff;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin: 0;
	padding: 0;	
}

tr, table, td, p, br {
	vertical-align: top;
	text-align: left;
}

img {
	border: none;
}

li, ol, ul {
}

input, select, option, textarea {
	color: #000000;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

/* Body Styles */
.error {
	color: #aa0000;
	font-weight: bold;
}

.formLabel {
	color: #bea36f;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.formLabelLeft {
	color: #bea36f;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

h1 {
	color: #bea36f;
	font-size: 24pt;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 12pt;
}

h2 {
	color: #ffffff;
	font-size: 12pt;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;	
	text-transform: uppercase;
	margin-bottom: 6pt;
}

h3 {
	color: #8d744a;
	font-size: 12pt;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 6pt;
}

h4 {
	color: #923121;
	font-size: 11pt;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
}

.homeContent {
	background-image: url(../images/map-background.gif);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 503px;
}

.homeText {
	color: #bea36f;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}

.lineDivide {
	color: #0000a0;
}

.navBottom {
	text-align: center;
	font-size: 10px;
	color: #bea36f;
	line-height: 36px;
}

.navTop, .homeBottom {
	color: #ffffff;
	font-size: 24px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}

a.navTop, a.homeBottom {
	color: #ffffff;
	font-size: 24px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.number {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.tableheader {
	background-color: #bea36f;
	color: #923121;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.top {
	font-size: 9pt;
	color: #cccccc;
	text-decoration: none;
	background-color: #000000;
	text-align: right;
}
