@charset "utf-8";
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: lighter;
}
#header {
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #C7CE6F;
	height: 85px;
}
#nav {
	height: 20px;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #C7CE6F;
}
#wrapper {
	background-color: #000000;
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#banner {
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #C7CE6F;
	margin: 0px;
	padding: 0px;
}
#footer {
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #C7CE6F;
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #C7CE6F;
}
#leftColumn {
	float: left;
	width: 380px;
	margin-left: 10px;
	padding-top: 20px;
}
#rightColumn {
	float: right;
	width: 350px;
	margin-right: 10px;
	padding-top: 20px;
}
h1 {
	font-size: 14px;
	color: #FFFF99;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FF00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-size: 12px;
}
#copyright {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
