/* general styles */
body {
	margin: 0;
	padding: 0;
	background: #d8e8c0;
	color: #2e2e2e;
	font-family: Verdana, sans-serif;
}
#container {
	width: 830px;
	margin: 0 auto;
}
h1, h2 {
	font-size: medium;
	margin: 0;
}
h3, h4 {
	font-size: small;
	margin: 0 0 7px;
}
p {
	font-size: small;
	line-height: 1.5em;
	margin: 0 0 2em;
}
.notes {
	font-size: x-small;
	letter-spacing: 1px;
	line-height: 1.4em;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: none;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	color: #205596;
}
a:hover { color: #6bbf3f; }

/* header */
#header {
	width: 830px;
	height: 101px;
	background: url(../images/head_bg.gif) no-repeat;
	margin-bottom: 5px;	
}
#header-main { padding: 0 10px 0 14px; }
#site-title {
	width: 536px;
	height: 62px;
	float: left;
}
#page-title {
	width: 270px;
	height: 62px;
	float: right;
}
#site-title h1 {
	position: relative;
	top: 29px;
}
#page-title h2 {
	padding: 12px 19px 0 0;
	text-align: right;
}
#header-nav { padding: 0 10px 8px 11px; }
#header-nav li { float: left; }
#header-nav img { display: block; }

/* content */
#content { background: url(../images/content_bg.gif) repeat-y; }
#main-body {
	background: url(../images/content_top.gif) no-repeat top;
	padding: 16px 18px 17px 12px;
}
#side-menu {
	width: 210px;
	float: left;
}
#text {
	width: 572px;
	float: right;
}
#text-nav {
	background: url(../images/content_btm.gif) no-repeat bottom;
	padding-bottom: 12px;
	margin-bottom: 5px;	
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.5em;
	text-align: center;
}

/* footer */
#footer {
	width: 830px;
	height: 25px;
	background: url(../images/copyright_bg.gif) no-repeat;
	font-size: 10px;
	line-height: 25px;
	color: #325c06;
	text-align: center;
}

/* clearing floats */
.clearfix:after {
	content: url(spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */


