body {
	margin:0px;
	padding:0px;
	background-color:#d7cda4;
}

.forReader {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: block;
}

#topBorder {
	background:url(../_images/homeBorderTop.png);
	background-repeat:no-repeat;
	width:778px;
	height:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	overflow: hidden;
}

#bottomBorder {
	background:url(../_images/homeBorderBottom.png);
	background-repeat:no-repeat;
	width:778px;
	height:9px;
	margin:0 auto;
	padding-top:0px;
}

#footer {
	width:778px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	color:#483c00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight:bolder;
	text-align:right;
}

#content {
	width:760px;
	background:#f6f2d8;
	margin:0 auto;
}

#contentWrapper {
	width:778px;
	margin:0 auto;
	background:url(../_images/homeBorderSides.png);
	background-repeat:repeat-y;
}

#mid {
	background:url(../_images/mid_BG.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 760px;
}

#menu {
	background:url(../_images/bottom_BG_2009.gif);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 156px;
	width: 760px;
    color:  #483c00;
}

#menu #menuUL .menuLI 
{
	padding-bottom: 16px; 
}

#menu .menuLILast {
	padding-bottom: 18px;
}

#menuUL{
    width: 370px;
	display: inline;
	float: right;
}

#menuUL ul {
	margin: 0px;
	list-style: disc;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
}

#menu a:link {
	color:#483c00;
	text-decoration:none;
}

#menu a:visited {
	color:#483c00;
	text-decoration:none;
}

#menu a:active {
	color:#1d8894;
	text-decoration:underline;
}

#menu a:hover {
	color:#1d8894;
	text-decoration:underline;
}

#menuTitle {
    width: 390px;
    margin: 0px;
    height: 156px;
}

.navColor 
{
    color:  #483c00;   
}

.navHover 
{
    color: #1d8894;
}
