body
{
    font-family: Verdana;
    font-size: 12pt; 
    line-height: 14pt;
    color: #8f8f8f;
}

H1 {
    font-family: Tw Cen MT;
    font-size: 14pt;
    line-height: 16pt;
    color: #4c721d;
    margin-bottom: 10pt;
}

H2 {
    font-family: Verdana;
    font-size: 12pt;
    line-height: 14pt;
    font-weight: normal;
    color: #656565;
    margin-bottom: 16pt;
}

#overall
{
	width:785px; 
	background-image:url(../images/home_side_bg.gif); background-repeat: repeat-y;
}
#topheader
{
	width:744px;
	margin-left:20px;
}

#menu
{
	width: 743px;
	background-color: #753f00; 
	height: 38px; 
	border: 0px;
	padding-top: 5px;
	margin-left: 21px;
	text-align: center; 
	margin-bottom: 15px;
}

.horzmenu {
    width: 740px;
    text-align: center;
    margin: 0 auto;
}

/*.menu
{
	width: 742px; 
	height: 38px; 
	padding: 0px;
	text-align: center; 
	background-color: #753f00;
}*/

#leftbanner
{
	margin-top: 80px;
	width: 160px;
}
#maincontent
{
	width:741px;
	margin-left: 13px;
}
#sepline
{
	background-image: url(../images/sep.gif);
	background-repeat: repeat-y;
	height: 250px;
	width: 20px;
	margin-top: 50px;
}
#content
{
	width:740px;
	margin-left: 5px;
	margin-right: 20px;
}
#rightcontent
{
	float:right;
	width:485px;
	margin-left: 25px;
	margin-top: 10pt;
}
#bottomframe
{
	height:13px;
	width:764px;
}
#footer
{
	width:785px;
	background-color: rgb(234, 226, 217); 
	text-align: center; 
	height: 88px;
}
.space
{
	height: 8px;
	width: 740px;
	margin-left: 14px;
	background-color: White;
}

/*--------------Main.Menu--------------------------*/
.MainMenu
{
	font-size: 11px; 
	color: #ffffff;
	text-transform: uppercase;
}
.MainItem
{
	padding: 3px 4px;
	color: #ffffff; 
	text-align: left;
	text-transform: uppercase;
}
.MainHover
{
	padding: 3px 4px;
	color: #ffffff;
	text-align: left;
	/*background-color: White;
	border-top: solid #753f01 1px;
	border-left: solid #753f01 1px;
	border-right: solid #753f01 2px;*/
}
.DynamicItem
{
	font-size:11px;
	color: #000000;
	height: 30px;
	width: 240px;
	border-top: solid 1px #753f01;
	/*border-left: solid 1px #753f01;
	border-bottom: solid 2px #753f01;
	border-right: solid 2px #753f01;*/
	padding-left: 2px;
	padding-right: 2px;
	padding-top:2px;
	text-align:left;
	background-color: White;
}
.DynamicHover
{
	font-size:11px;
	color: #ffffff;
	height: 30px;
	width: 240px;
	border-top: solid 1px #753f01;
	border-left: solid 1px #753f01;
	border-bottom: solid 1px #753f01;
	border-right: solid 1px #753f01;
	padding-left: 2px;
	padding-top:2px;
	text-align:left;
	background-color: #995404;	
}

.SubMenuSelected
{
	border-bottom: solid #753f01 2px;
	border-left: solid #753f01 1px;
	border-right: solid #753f01 2px;
	margin: 0px;
	padding: 0px;
	text-align: left;

}
.MainMenuSelected
{
	background-color: #753f01;
}