/* html rules
-----------------*/

body {
	background: #ffffff;
 	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #48648B;
	}
 
h1 {
	color: #682f3d;
	font-size: 11pt;
	font-weight: bold; 
	font-family: verdana, arial, helvetica, sans-serif;
	}
 
p, td, ol, ul, dl {
	color: #48648B;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
	}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
a:link, a:visited {
	color: #757957;
	text-decoration: none;
	}
	
a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
/* class rules
-----------------*/

/* id rules
-----------------*/
#box {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #EFEDD7;
	width: 800px;
	margin-bottom: 50px;
}
#content {
	margin-top: 15px;
	width: auto;
	padding: 15px 25px;
	color: #48648B;
	background-color:#EFEDD7;
	}

#menu {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	padding: 0px 0px 5px 1px;
	}
#menu dl {
	float: left;
	width: 12.5em;
	margin: 0px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background-image: url(images/topnav.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 3px 0px;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
padding: 2px 0px;
}
#menu dt a {
color: #5E6146;
text-decoration: none;
height: 100%;
border: 0 none;
}
#menu li a {
color: #5E6146;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
color: #48648B;
}

#contactbar{
	width: auto;
	text-align: right;
	padding-right: 10px;
	color:#757957;
}
#footer {
	font-size:0.8em;
	text-align: right;
	padding: 10px;
	border-top: 1px dashed #607DA4;
	margin: 0px 9px;
}