body,td,th {
	font-family: Tahoma, Arial, Helvetica, Geneva;
	font-size: small;
	color: #000000;
	text-align: center;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FFFF00;
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
h5 {
	font-size: small;
}
h6 {
	font-size: x-small;
}
.maincontainer {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-y;
	margin: 10px auto auto;
	height: 600px;
	width: 790px;
}
.leftnav {
	text-align: left;
	float: left;
	width: 120px;
	padding-left: 5px;
}
.header {
	float: left;
	height: auto;
	width: 650px;
	background-image: none;
}
.main {
	width: 645px;
	margin: auto auto auto 10px;
	float: left;
	height: 490px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
	overflow: scroll;
}
.mainindex {
	width: 645px;
	margin: auto auto auto 10px;
	float: left;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
	overflow: visible;
	height: 350px;
}
.button {
	display: inline;
	height: 30px;
	width: 100px;
	text-align: center;
	margin: auto;
	padding: 5px;
}
.leftmain {
	margin: auto;
	float: left;
	width: 275px;
	line-height: 20px;
	padding: 5px;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
}
.maincenter {
	margin: auto;
	width: 580px;
	height: auto;
	padding: 10px;
	clear: both;
}
.rightmain {
	margin: auto auto auto 10px;
	float: left;
	width: 275px;
	line-height: 20px;
	padding: 5px;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
}
