body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8BC5EE;
	background-color: #4d63a2;
}

h1, h2 { font-family: Georgia, "Times New Roman", Times, serif; }

a, a:visited, a:link
{
	text-decoration: none;
	color: #99ccff;
}
a:hover
{
	text-decoration: underline;
	color: #6FF;
}

#sidebar
{
	color: #99ccff;
	background-color: #4E5392;
	position: absolute;
	top: 0;
	left: 0;
	width: 196px;
	height: 100%;
}
#sidebar a{
	color: #639CD6;
}
#menu
{
	padding: 10px 28px 10px 20px;
	margin: 0 24px 0 29px;
	font-size: 10pt;
	background-color: #4A4A8A;
	color: #6884D7;
}

#content
{
	color: #66CCCC;
	padding: 0 0 0 200px;
	font: 11pt Arial, Helvetica, sans-serif;
}

#content td { 
	font: 10pt Arial, Helvetica, sans-serif; 
}

.footer
{
	color: #58b;
	font: 8pt Arial, Helvetica, sans-serif;
	text-align: center;
}
