/******** other stuff ********/
body { 
    text-align: center;
    background-color: #cccccc;
    margin-top: 1cm;
    margin-left: 0cm;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16px; 
}

div#maincontainer {
    height: auto;
    width: 668px;
    margin-left: auto; 
    margin-right: auto;
    text-align: left;
}

div#site_logo {
	height: 157px;
	width: 237px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#header {
    background-image:  url(../images/header_right.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    height: 157px;
    width: 668px;
    float: left;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
}

/* *********** MAIN MENU *********** */
#main_menu {
width: 668px;
margin: 0px;
padding-top: 11px;
height: 26px;
text-align: left;
overflow: hidden;
background-image:  url(../images/menubar.jpg);
background-repeat: no-repeat;
float: left;
border-bottom: 1px solid #CCCCCC;
}

#nav_menu, #nav_menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav_menu a {
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	padding: 4px 4px;
}

#nav_menu li { /* all list items */
	float: left;
	width: 95px; /* width needed or else Opera goes nuts */
	text-align: center;
}

#nav_menu li ul { /* second-level lists */
	position: absolute;
	height: auto;
	width: 112px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid #008352;
	border-width: 1px 3px 3px 3px;
}

#nav_menu li ul a {
	display: block;
	width: 106px;
}

#nav_menu li ul a:hover {
	text-decoration: none;
}

#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;
	text-decoration: underline;
}


/******** page layout divs ********/
div#contentarea {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #FFFFFF;
    clear: both;
    height: auto;
    width: 648px;
    padding: 10px 10px 0px 10px;
}

div#footer{
    background-image:  url(../images/footer.gif);
    position: relative;
    height: 37px;
    width: 668px;
    left: 0px;
    top: 0px;
    text-align: center;
		font-size: 11px;
		color: #595959;
}
