html, body{
  height: 100%;
  margin: 0;
  padding: 0;
}

body { 
  text-align: center;
  background-color: #EFF3ED;
}

div#maincontainer {
		background: #FFFFFF;
    width: 782px;
    margin: auto auto auto auto;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 13px; 
    font-weight: none;   
}

div#header {
    background-image:  url(../images/header.jpg);
    background-repeat: no-repeat;
    height: 145px;
    width: 780px;
    left: 0px;
    top: 0px;
    text-align: left;
	  border-color: #547752;
	  border-width: 1px 1px 0px 1px;
	  border-style: solid;
}

div#contentarea {
    background: #FFFFFF;
    border: 1px solid #547752;
    padding: 10px 5px 5px 5px;
    background: url(../images/background.gif) bottom left no-repeat;
}

div#footer {
	background: #547752;
	height: 15px;
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

/* *********** MAIN MENU *********** */
#main_menu {
background-image:  url(../images/background_menu.gif);
background-repeat: repeat-x;
border-width: 0px 1px 0px 1px;
border-color: #547752;
border-style: solid;
width: 780px;
margin: 0px;
padding: 0px;
height: 20px;
text-align: left;
font-size: 12px;
overflow: hidden;
display: table;
}

#nav_menu, #nav_menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav_menu a {
	display: block;
	color: #FFFFFF;
	padding: 3px 2px 2px 4px;
	text-decoration: none;
}

#nav_menu a:hover {
	text-decoration: underline;
}

#nav_menu li { /* all list items */
	float: left;
	width: 85px; /* width needed or else Opera goes nuts */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#nav_menu li ul { /* second-level lists */
	position: absolute;
	height: auto;
	background: #EFF3ED;
	width: 112px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid #547752;
	border-width: 1px 2px 2px 2px;
}

#nav_menu li ul a {
	display: block;
	color: #547752;
	width: 106px;
}

#nav_menu li ul a:hover {
	text-decoration: none;
	background: #547752;
}

#nav_menu li:hover ul, #nav_menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav_menu li:hover, #nav_menu li.sfhover, #nav_menu li a:hover {
	color: #FFFFFF;
}

.state a:link {color: #547752; font-weight: bold; text-decoration: none;}
.state a:visited {color: #547752;font-weight: bold; text-decoration: none;}
.state a:active {color: #547752; font-weight: bold; text-decoration: none;}
.state a:hover {color: #547752; font-weight: bold; text-decoration: underline;}
.state a:link img, a:visited img, a:hover img {border-color: #547752;}
