@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #323232;
	font-size: 14px;
	font-family: arial, tahoma, helvetica, sans-serif;
	background-color: #D3D4D5;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}
a {
	color: #778E1E;
	}

a:hover {
	color: #a7a9ac;
	}
h4 {
	color: #a7a9ac;
	font-size: 12px;
}
#container {
	background-image : url(../images/bg_content.gif);
	background-repeat : repeat-y;
	background-position : left top;
	width : 754px;
	margin : 0 auto 35px;
	}
#headerarea { }

#mainnav {
	color: #a7a9ac;
	font-size: 13px;
	line-height: 17px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 53px;
	padding-top: 10px;
	}
#mainnav  a {
	color: #778e1e;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	}

#mainnav a:hover {
	color: #a7a9ac;
	text-decoration: underline;
}

#guts {
	text-align: left;
	margin-right: 35px;
	margin-left: 30px;
}

#subarea {
	background-image: url(../images/sub_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	width: 262px;
	float: left;
	margin-top: 20px;
	padding-top: 12px;
}

#subtext {
	color: #898b8d;
	font-size: 14px;
	line-height: 19px;
	margin: 12px 20px;
	padding: 12px 0 0;
}

#maincontent {
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	width: 390px;
	float: right;
}

#footer {
	color: #5a5a5a;
	font-size: 12px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 44px;
	clear: both;
	padding-top: 44px;
}

h1 {
	color: #778e1e;
	font-size: 18px;
	margin-bottom: 18px;
	font-weight: normal;
}

h2 {
	color: #898b8d;
	font-size: 15px;
	margin-bottom: 16px;
	font-weight: normal;
}
	
h3 {
	color: #898b8d;
	font-size: 14px;
	}
	
.smaller {
	font-size: 13px;
}

ul {
	padding: 0 0 15px 25px;
}
.img_left {
	float: left;
	padding: 4px;
	margin: 4px 5px 0 0;
	border: 1px solid #AEAEAE;
}
.staff {
	float: left;
	width: 390px;
	margin: 0 0 10px 0;
}

#maincontent ul {
	padding: 0 0 15px 25px;
}

#maincontent ul li ul {
	padding: 0 0 0 25px;
}
