body {
	margin: 0;
	padding: 0;
	background-color: #8D857F;
	font: 13px Helvetica, sans serif;
	color: #212121;
	line-height: 17px;
}
/* Main Page Container */
#container {
	overflow: hidden;
	position: relative;
}
#container .column {
	position: relative;
	float: left;
	padding-bottom: 3010px;  /* X + padding-bottom */
	margin-bottom: -3000px;  /* X */
	
}
#logo {
	float: right;
}
#content_container {
	width: 550px;
	background: #91C6C8 url(../grfx/left-bgnd.gif) top right repeat-y;
}
#content {
	padding-left: 20px;
	padding-right: 20px;
}
#content #index {
	font-size: 16px;
	padding-bottom: 100px;
}
#navigation {
	width: 200px;
	background-color: #8DC3C5;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
	/* Index Menu Content */
	#nav, #nav ul { /* all lists */
		margin: 0 0 0 0;
		width: 200px;
		padding: 0;
		list-style: none;
	}
	#nav li { /* all list items */
		float: left;
		color: #fff;
		/* width needed or else Opera goes nuts */
		width: 200px;
	}
	#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited {
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		padding: 4px;
		margin: 8px 0 0 0;
		border-bottom: 2px solid #fff;
	}
	#nav li a:hover {
		background-color: #8fa665;
	}
	#nav li a.active{
	background-color: #8fa665;
	}

#search {
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#search p, #search table {
	text-align: left;
}

h1 { /* Index Header */
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	text-align: center;
}
h2 { /* Page Header */
	font-weight: normal;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #fff;
}
h3 { /* Page Header Green */
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	color: #831c00;
}
h4 {
	font-size: 14px;
	line-height: 11px;
	color: #333333;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin: 0;
}
a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
#footer {
	clear: both;
	position: relative;
	text-align: center;
	padding-top: 5px;
}

.border {
	border: 1px solid #fff;
}

