/* CSS Document */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:none;
	margin-top:0px;
	margin-bottom:0px;
	font-style:normal;
	width:700px;
}
a, a:hover, a:active, a:visited
{
	font-weight:bold;
	font-style:normal;
	text-decoration:underline;
}
div#page
{
border:none;
}
div#header
{
float:none;
border:none;
}

div#leftNav
{
	float:left;
	background-color:#000000;
}
div#content
{
	float:none;
}
div#innerRight
{
	float:left;
}
div#innerLeft
{
	float:none;
}
div#rightColumn
{
	float:left;
}
div#footer
{
	border:none;

