﻿body 
{
	font-family:"Trebuchet MS";
	font-size:9pt;
	text-align:center;
}

h3
{
	font-family:"Lucida Sans";
	font-size:14pt;
	color:rgb(95,136,83);
	font-weight:normal;
}

#container
{
	width:90%;
	height:100%;
	text-align:left;
}



#navBar
{
	width:220px;
	border-right:2px solid rgb(95,136,83);
	float:left;
	margin-right:35px;
	height:100%;
}

.navLink
{
	color:sienna;
	text-decoration:none;
}

.navLink:Hover
{
	text-decoration:underline overline;
	color:gold;
}
