@import url("menu.css");

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: #f4efde;
}

ul {
	margin: 0;
	padding: 0;
}

#mid {
	width: 961px;
    height: 490px; 
    margin-left: auto;
    margin-right: auto;
 	background-image: url(../images/back.gif);  
    background-repeat: repeat-y

}

#midtop {
	width: 961px;
	height: 98px;
	background-image: url(../images/img_top.gif);
}

#searchform {
float: right;
clear: both;
margin-top:12px;
margin-right: 25px
}

#midmenu {
	width: 207px;
	height: 580px;
	float: left;	
	background-image: url(../images/nav_bgd.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#midcontent {
	width: 754px;
	height: 580px;
	float: right;
	background: #ffffff;
}

#midfoot {
	width: 950px;
	height: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 11px;
	background: #cccccc;
	clear: both;
}


ul.subnav li
{
	display: inline;
	list-style-type: none;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
}

ul.subnav li a {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#midcopy {
	width: 322px;
	float: left;
	margin-top: 0px;
	margin-left: 31px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#midcallouts {
    width: 401px;
    margin-top: 0px;
    background: #ffffff;
    float: left;
}

#topleftcallout {
	width: 172px;
	margin-left: 22px;
}

#toprightcallout {
	width: 173px;
	margin-left: 0px;
}




#nav1 li
{
display: inline;
list-style-type: none;
float: right;;
margin-top: 10px;
margin-right: 25px;
}


#nav1 li a {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#nav1 li a:hover {
	color: #54a74b;
	
}

a.footerlink {
	text-decoration: none;
	color: #000;
}