body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #336633;
}
body {
	background-color: #400000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* layout section */
#frame {
	margin: 0 auto;
	width: 736px;
	background-image:url(bgr.gif);
	background-repeat:repeat-y;
	
}

#banner
{
	width: 736px;
	height: 121px;
}

#bottom
{
	clear: both;
	width:736px;
	height:19px;
}

/* left contents */

#left
{
	float: left;
	margin-left: 10px;
	width: 100px;
	top: 0px;
	color: #965D1A;
	margin-top: 10px;
}

.menuhead
{
	color: #400000;
	font-weight:bold;
}

ul { 	margin-left: 15px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		padding-left: 5px;
}
		
li { 	margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 0px;
}

/* Link Colors */

a:link { 
color: #400000; 
background-color: none;
text-decoration: none;

}
a:visited { 
color: blue; 
background-color: none;
text-decoration: none;

}
a:hover {
color: black; 
background-color: none;
text-decoration: none;

} 

/* right contents 
#rightframe
{
	width: 736px;
	margin: 121px auto;
}
*/
#right
{
	width: 541px;
	background-image:url(headbgr.gif);
	background-repeat:repeat-y;
	margin-left: 30px;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}

#righthead
{
	width:541px;
	height: 11px;
}

#rightbottom
{
	width:541px;
	height: 15px;
}

.header
{
	background-color:#F6FA92;
	color: #004000;
	font-weight: bold;
	letter-spacing: 3px;
	text-indent: 8px;
	border-bottom: 3px solid #ffffff;
	line-height: 25px;
	margin-left:3px;
	margin-right: 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.contents
{
	padding-left: 10px;
	padding-right: 10px;
	text-align:justify;
	padding-top: 5px;
}


/* Link Colors */

a:link {
	text-decoration: none;
	color: #9F8B3B;
	 }
	
a:active {
	text-decoration: none;
	color: #9F8B3B;
	 }

a:visited {
	text-decoration: none;
	color: #9F8B3B;
	 }
	
a:hover {
	text-decoration: none;
	color: black;
	 }
