body {
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	text-align:center;
	font-family: Verdana, sans-serif;
	font-size: 0.75em;
	background-color: #eec;
        background-image: url("/images/leafback.gif");
}

#container {
        width: 886px;
	margin-left: auto;
        margin-right: auto;
	line-height: 13px;
	font-size: 13px;
        text-align: left;
        background: #e1e3df;
}

#logo {
        height: 258px;
        width: 846px;
        background-color: #fef6df;
        background-image: url(/images/homelogo.jpg);
        background-repeat: no-repeat;
        background-position: right center;
        display: table-cell;
        vertical-align: middle;
        padding-left: 40px;
}
        
#bodyhead {
        padding-top: 30px;
        background: #e1e3df;
        border-top: 3px double #bdc5ca;
}

#bodymain {
        padding-left: 60px;
        padding-right: 50px;
        width: 574px;
        background: #e1e3df;
        float: left;
        border-right: 1px solid #bdc5ca;
	line-height: 130%;
}


#menumain {
        width: 181px;
        margin-left: 685px;
        margin-right: 10px;
        background: #e1e3df;
        padding-left: 10px;
        font-size: 85%
}

#bodyfoot {
        padding-bottom: 60px;
        background: #e1e3df;
        clear: both;
}

#footer {
        padding-top: 10px;
        padding-bottom: 15px;
	color: #e1e3df;
        font-size: 90%;
	background: #2e4f75;
        clear: both;
        text-align: center;
}

#footerborder {
  background-image: url("/images/footerborder.jpg");
  height: 3px;
  margin-bottom: 50px;
}

.subhead {
        font-weight: bold;
        border-bottom: 2px solid black;
}

.menu {
       background: white;
       padding: 5px;
       border: 1px solid black;
}
