body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	margin:0;
	color: #fff;
}

td {
}
th {
}
h1 {
	font-size: 24px;
}
h2 {
	font-size:18px;
	padding-top: 4px;
}
h3 {
}
a:link {
	color: #D8D8C2;
}
a:visited {
}
a:hover {
}
.navButtons {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 150%;
	border-top: #333333 solid 1px;
	border-bottom: #333333 solid 1px;
}
.navButtons p{
	margin: 0px;
	border-top: #333333 solid 1px;
	border-bottom: #333333 solid 1px;
}
.navButtons a, .navButtons a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.navButtons a:hover {
	color: #000000;
	background-color: #C0CAA4;
}
/*Layout Areas (identified as "id" in xhtml code - define colors, and table column widths*/
#leftColumn {
 	background-color: #586239;
	width:200px;
	vertical-align:top;
}
	
#mainContent {
	background-color: #000000;
	padding:15px;
	vertical-align:top;
}
#mainContent p, #mainContent ul {
	font-size: 0.95em;
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
}
#rightColumn {
	width:60px;
	background-color: #586239;
	vertical-align:top;
	font-size:smaller;
	color:#FFFFFF;
	padding: 5px;
}

#footer {
	background-color:#660000;
	color:#fff;
	font-size:smaller;
	padding: 2px;
	text-align:right;
}
.address {
	padding-right: 3px;
	padding-left: 3px;
	color: #C9C9AD;
	text-align: center;
	margin:0;
	font-size: smaller;

}
