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: #758642;
	margin-top: 20px;
	margin-left: 4px;
	margin-top: 0 none;
	margiin-right 0 none;
	border-bottom: 1px dotted #758642;
	}

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

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

.leftcol 
	{
font-size: 15px;
	text-align: center;
	width: 22%;
	float: left
	}

.rightcol 
	{
	font-size: 15px;
	line-height: 150%;
	padding-left: 36px;
	width: 66%;
	float: left
	}

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

