@charset "UTF-8";
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	text-align: center;
	line-height: normal;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#container {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	padding-right: 10px;
	margin-bottom: 10px;
	text-align: right;
	padding-top: 90px;
	font-size: 10px;
}
#content {
	padding-right: 12px;
	padding-left: 20px;
	margin-bottom: 5px;
}
#leftcolumn {
	float: left;
	width: 175px;
}
#rightcolumn {
	float: right;
	width: 575px;
	margin-bottom: 10px;
}
#maintext {
	background-color: #313233;
	border: 1px solid #5c5e5e;
	padding: 10px;
}
#base {
	clear: both;
	height: 20px;
	background-image: url(img/base_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	text-align: right;
	padding-top: 180px;
	font-size: 9px;
	color: #313233;
	font-weight: bold;
}
#base a:link {
	color: #313233;
	text-decoration: underline;
}
#base a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.nav {
	margin-bottom: 3px;
}
.leftpad {
	padding-left: 10px;
}
.txt15 {
	font-size: 15px;
}
.txt18 {
	font-size: 18px;
}
.yellowtxt {
	color: #ffcc00;
}
.greytxt {
	color: #a0a0a0;
}
.whiteborder {
	border: 1px solid #FFFFFF;
}
input, radio, checkbox, textarea, select {
	font-size: 11px;
	color: #003366;
	background-color: #E8E8E8;
	border: 1px solid #C4C4C4;
}
.butt {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	border: 1px solid #FFCC00;
}
