body {
	font-family: Verdana, Sans-serif;
	background-color: #0E2554;
	background-image: url(../images/numbers_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0;
	text-align: center;
	padding: 0;
}
p, div, td {
	font-size: 8pt;
	color: white;
	line-height: 1.6em;
}
h1 {
	font-size: 8pt;
	color: white;
	font-weight: bold;	
}

a:link { text-decoration: underline;  color: #E1D5BF; }

a:visited { text-decoration: underline;  color: #E1D5BF; }

a:active { text-decoration: underline; }

a:hover { text-decoration: none; }

a {
	font-size: 8pt;
	color: #E1D5BF;
}
a.headlink {
	font-weight: bold;
}
a.big {
	font-size: 10pt;
	line-height: 1.7em;
}
#mainTable {
	margin-top: 35px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}

#mainNav {
	background-image: url(../images/mainnav_background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: 1px solid #5E729D;
	height: 42px;
	text-align: center;
}

#subNav {
	border-bottom: 1px solid #5E729D;
	height: 29px;
	text-align: center;
}
#mainContentLeft {
	vertical-align: top;
	width: 253px;
	border-right: 1px solid #5E729D;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}
#mainContentCenter {
	vertical-align: top;
	width: 253px;
	padding: 12px;
}
#mainContentRight {
	vertical-align: top;
	width: 252px;
	border-left: 1px solid #5E729D;
	padding-top: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
}
#subContentLeft {
	vertical-align: top;
	
	/*border-right: 1px solid #5E729D;*/
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}
#subContentLeft a {
	line-height: 1.8em;
}
#subContentCenter {
	vertical-align: top;
	border-left: 1px solid #5E729D;
	padding: 12px;
}
#subContentRight {
	vertical-align: top;
	
	border-left: 1px solid #5E729D;
	padding-top: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
}
#historyTable td {
	padding-bottom: 15px;
}
#contactTable {
	padding-left: 5px;
}
.navlink {
	margin-left: 13px;
	margin-right: 13px;
	padding-top: 3px;
	border: 0;
}
.subNavLink {
	font-size: 8pt;
	/*border-right: 1px solid #5E729D;
	padding-right: 7px;
	padding-left: 4px;*/
}
.contact {
	margin-bottom: 10px;	
}
.contact a {
	font-weight: bold;	
}
.highlight {
	font-size: 10pt;
	line-height: 1.5em;
}
.numbers {
	color: #FF0000;
	font-size: 12pt;
	font-weight: bold;
}
.textbox {
	border: 1px solid black;
	background-color: #E1D5BF;
}
.footer, .footer a {
	font-size: 7pt;
}
