body {
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	margin-top: 11px;
	padding: 0;
}
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}
td {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

img {
	border: 0;
}

h2 {
	color: #ffffff;
	font-weight: normal;
	font-family: Georgia, serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-transform: uppercase;
	line-height: 12px;
}

td.header {
	background-image: url(../img/bkgd_hdr.jpg);
	background-repeat: repeat-x;
	background-color: #c0a055;
}

a.logo {
	background-image: url(../img/logo.jpg);
	height: 73px;
	width: 309px;
	display: block;
}

a.logo:hover {
	background-image: url(../img/logo_over.jpg);
	height: 73px;
	width: 309px;
	display: block;
}

td.leftNav {
	padding: 10px 0 0 80px;
	width: 35%;
}

td.leftNav a {
	color: #ffffff;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
	border-left: 1px solid #847248;
}

td.leftNav a:hover {
	color: #ffffff;
	font-family: Georgia;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	border-left: 1px solid #847248;
}

td.content {
	padding-top: 10px;
}

td.past {
	padding-top: 10px;
}

#content {
	border-left: 1px solid #847248;	
	padding-left: 10px;
}

#copyright {
	color: #9d8c65;
	font-size: 8px;
	padding: 0 0 10px 80px; 
}

#copyright a {
	display: inline;
	color: #9d8c65;
}

td.content p {
	width: 290px;
	text-align: justify;
	padding: 10px 0 45px 0;
	margin: 0;	
}

#home td.content p {
	width: 400px;
}

td.past p {
	width: 250px;
	text-align: justify;
	padding: 10px 0 45px 0;
	margin: 0;	
}

.title {
	font-size: 12px;
}

a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	display: block;
}

a:hover {
	text-decoration: none;
}