body 
	{
	color: #6b6c5a;
	font-size: medium;
	font-family: Times New Roman, Times, serif;
	line-height: 180%;
	background-color: #e6e6d9;
	text-align: left;
	margin: 0
	}
p { text-indent: 1em }  
h3 {text-align: center}
h4 {color: #663300} 

#header 
	{
	background-color: #e6e6d9;
	text-align: center;
	visibility: visible;
	position: relative;
	height: 105px
	}

#navbar 
	{
	font-size: 9px;
	line-height: 16px;
	background-color: #ff9;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 15px;
	height: 16px
	}

#logo 
	{
	margin: 0 10px 10px 18%;
	height: 95px
	}

a 
	{
	color: 0000cd;
	text-decoration:underline
	}

a:hover 
	{
	color: #8b0000;
	text-decoration:underline
	}



.menuitem 
	{
	color: #663300;
	margin-top: 15px;
	margin-left: 0px;
	border-bottom: 1px dotted #758642;
	}

.menuitem a:link 
	{
	color: 0000cd;
	text-decoration:underline
	}

.menuitem a:hover 
	{
	color: #8b0000;
	text-decoration:underline
	}

.leftcol 
	{
	color: #00008b;
	text-align: center;
	font-size: 15px;
	width: 20%;
	float: left
	}

.midcol 
	{
	padding-left: 36px;
	width: 50%;
	float: left
	}

.rightcol 
	{
	color: #663300;
	font-size: 15px;
	font-style: strong;
	line-height: 20px;
	padding-left: 5%;
	width: 13%;
	text-align: left;
	float: left
	}

#footer 
	{
	font-size: 9px;
	line-height: 16px;
	background-color: #ff9;
	text-align: center;
	letter-spacing: 3px;
	height: 18px;
	clear: left
	}


