@charset "utf-8";
body,td,th {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-color: #000;
}
a:link {
	color: #0FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09F;
	padding-bottom: 4px;
}
a:hover {
	text-decoration: underline;
	color: #CF0;
}
a:active {
	text-decoration: none;
	color: #0CF;
}
#centerwrap {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: thin groove #666;
}
#navlist a:link, #navlist a:visited {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 64px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	background-image: url(images/button.jpg);
	background-repeat: repeat;
}
#search {
	text-align: right;
}
#header {
	text-align: center;
}
#navlist a:hover {
	color: #06F;
	background-image: url(images/button.jpg);
	background-repeat: repeat;
}
#navlist {
	margin: 0px;
	padding: 0px;
}
#navcontainer li {
	display: inline;
	list-style-type: none;
}
#navcontainer {
	height: 30px;
	padding-top: 25px;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #666;
}
#contentarea {
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;

}
#footer {
	text-align: center;
	font-size: small;
	border: thin ridge #333;
}
#sidebar {
	float: right;
	height: auto;
	width: 170px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-left-width: thin;
	border-left-style: groove;
	border-bottom-color: #666;
	border-left-color: #666;
	text-align: center;
}
#contentareasb {
	margin-top: auto;
	margin-right: 150px;
	margin-bottom: auto;
	margin-left: 10px;
}
#contentarea td {
	padding: 5;
	margin-left: 10px;
	margin-right: 10px;
}
.copy {
	font-size: x-small;
}
.indexss {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.smalltext {
	font-size: small;
	font-style: italic;
	color: #CCC;
}
