@charset "utf-8";
/* CSS Document */

#container {
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: 2px ridge #FFF;
}
#banner {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #666;
}
#navbar {
	background-color: #CCC;
}
#block {
	background-color: #39C;
	padding: 10px;
	text-align: center;
	font-size: 95%;
	font-weight: normal;
	color: #CCC;
}
#maincontent {
	margin: 10px;
}
#footer {
	background-color: #FFF;
	font-size: 80%;
	color: #999;
	padding: 7px;
	text-align: center;
}
body {
	background-color: #000;
	font-size: 100%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	border: thick solid #333;
	font-size: 90%;
	color: #999;
}
.rightimage {
	margin: 10px;
	float: right;
}
.centertext {
	text-align: center;
	font-size: 85%;
	text-decoration: underline;
}
#botnav {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#botnav ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#botnav li {
	display: inline;
}
#botnav a:link, #botnav a:visited {
	font-size: 80%;
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
}
#botnav a:hover, #botnav a:focus, #botnav a:active {
	color: #000;
	text-decoration: none;
	background-color: #39C;
}
.bold {
	font-size: 85%;
	font-weight: bold;
	text-decoration: underline blink;
}
.tandctext {
	font-size: 80%;
}
h3 {
	color: #999;
}
