body, html {
	height: 100%;
}

body {
	margin: 0;
	background-color: #9acc99;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a img {
	border: 0;
}

h1 {
	margin: 12px 0;
	border-bottom: 1px solid black;
	font-size: 18px;
	font-weight: normal;
	color: black;
}

h2 {
	color: #339966;
}


hr {
	border: none;
	border-bottom: 1px solid #339933;
}


#wrapper {
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -56px;
	background-image: url(../img/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	height: 302px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

ul#nav {
	height: 32px;
	margin: 0;
	padding: 0;
	background-image: url(../img/ul-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #339933;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav a, #nav a:link, #nav a:visited {
	display: block;
	padding: 3px 15px 4px 10px;
	text-decoration: none;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

#nav a:hover, #nav a:active {
	background-color: #820a26;
}

#main {
	min-height: 280px;
	padding: 1px 0 0 0;
}

#left {
	float: left;
	width: 210px;
	margin: 0 0 0 10px;
}

	.announcement {
		font-size: 16px;
		font-weight: bold;
		color: #339966;
	}

	ul#subnav {
		margin: 0 0 25px 10px;
		padding: 0;
	}

	#subnav li {
		list-style-type: none;
		margin: 8px 0;
	}

	#subnav li a, #subnav li a:link, #subnav li a:visited {
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		color: #820a26;
	}
	#subnav li a:hover, #subnav li a:active {
		text-decoration: underline;
		color: #820a26;
	}

#content-padd {
	margin-left: 240px;
}

	#content {
		margin-bottom: 56px;
		padding: 4px 6px 10px 0;
	}

     /** dynamIt editor styles follow **/

	.emphasis {
		font-size: 13px;
		font-weight: bold;
		color: #339966;
	}

	.large {
		font-size: 16px;
	}

	.small {
		font-size: 10px;
	}

	/** end editor styles **/


.clear-me {
	clear: both;
}

#footer {
	width: 800px;
	height: 56px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
}