body
{
	background-color: #333344;
	text-align: center;
	overflow: auto;
}

h1
{
	color: white;
	font-family: Helvetica;
	text-align: center;
}

h2, h3, h4, h5, h6
{
	color: white;
	font-family: Helvetica;
}

p
{
	color: white;
	font-family: Helvetica;
	font-size: medium;
}

li
{
	color: white;
	font-family: Helvetica;
	font-size: medium;
}

td
{
	text-align: center;
}

.indented
{
	margin-left: 30px;
}

img
{
	border-width: 0;
}

font
{
	font-family: Helvetica;
}

.default
{
	size: medium;
	text-align: left;
}

hr
{
	width: 80%;
}

div.main
{
	background-color: #202033;
	border-style: solid;
	border-width: 1px;
	color: white;
	padding: 5px;
	margin: 0px;
	text-align: left;
}

#outer
{
	color: white;
	width: 910px;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px;
}

#side
{
	position: relative;
	width: 80px;
	float: left;
}

#body
{
	position: relative;
	float: right;
	width: 800px;
}

#bottom
{
	position: relative;
	text-align: center;
	width: 910px;
	float: right;
}

a:link {color: #CF4444; text-decoration: none; font-weight: bold;}
a:visited {color: #CF3333; text-decoration: none; font-weight: bold;}
a:hover {color: #CF6666; text-decoration: underline; font-weight: bold;}
a:active {color: #FF8888; text-decoration: underline; font-weight: bold;}
