body { font-family: arial; font-size: 12px; background-color:White; margin-left:5px; margin-top:0px;
}

a:visited 
{
	color:Blue;
}

.main 
{
	margin:0 auto;
	width:1024px;
	background-color:White;
}

#left
{
	width:200px;
	margin:5px;
	clear:none;
	float:left;
	border-right:solid 1px silver;
	padding-bottom:3px;
}

#right
{
	width:50px;
	float:right;
}

#content
{
	width:776px;
	clear:none;
	margin-left:200px;
	padding-bottom:5px;
}

#footer
{
	margin-top:20px;
	clear:both;
	font-style:italic;
	font-size:10px;
	background-color:White;
	text-align:center;
}


.navigation_h2 
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:Navy;
}

h1 
{
	font-size:16px;
	color:Navy;
}

ul
{
	line-height:170%;
}

.table_normal
{
	font-size:12px;
}

.table_header
{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:Navy;
}

.table_small
{
	font-size:10px;
	color:Gray;
}