body {
	background: #4E897B;
	margin: 0px;
	font-family: arial, verdana, sand-serif;
	font-size: x-small;
}

img {
	border: 0 none;
}

.clear {
	clear: both;
}

.align-right {
	text-align: right;
}

.content {
	padding: 18px 20px;
}
.content h4 {
	margin: 0;
	background: #C2CD9F;
	padding: 5px;
	font-weight: normal;
}
.content h5 {
	margin: 0;
	font-size: 140%;
	font-weight: normal;
	padding: 5px;
	color: #91A452;
}
.content p {
	padding: 0 5px;
}

.home {
	background: url(../graphics/home.gif);
}

.twocol {
	background: #E7EBD9 url(../graphics/twocol.gif) repeat-y top right;
}

.onecol {
	background: #E7EBD9;
	padding: 18px !important;
	height: 5px;
}
#content>.onecol {
	height: auto;
}

#wrapper {
	margin: 0 auto;
	background: white;
	padding: 0 1px 1px;
	position: relative;
}
#wrapper div.corner_bl, #wrapper div.corner_br {
	display: none;
}

#sidebar {
	width: 250px;
}
#sidebar div.sidebar, #sidebar div.search {
	display: none;
}

#banner {
	display: none;
}

#navigation {
	display: none;
}
#navigation td {
	margin: 0;
	padding: 0;
	width: 20%;
	white-space: nowrap;
}
#navigation td a {
	display: block;
	height: 43px;
	line-height: 43px;
	text-transform: uppercase;
	padding: 0 12px;
	background: url(../graphics/nav.gif);
	margin-left: 1px;
	color: white;
	text-decoration: none;
	text-align: center;
}
#navigation td a:hover {
	background: url(../graphics/nav_over.gif);
}
#navigation td a:active {
	background: #035642;
}

#crumbs {
	display: none;
}
#crumbs a {
	color: #035642;
	text-decoration: none;
	padding: 0 5px 0 10px;
	background: url(../graphics/crumb.gif) no-repeat 0 50%;
}
#crumbs a:hover {
	text-decoration: underline;
}

#content {
	border-bottom: 1px solid white;
}
#content a {
	color: #78844E;
}
#content h2 {
	font-size: 180%;
	text-transform: uppercase;
	margin: 0 0 1px;
	font-weight: normal;
	padding: 12px 20px;
	background: #AAB979;
	color: white;
	height: 1px;
}
#content>h2, #content>div h2 {
	height: auto;
}
#content p {
	margin: 0;
}
#content div.left {
	float: left;
	width: 50%;
}
#content div.left h2 {
	background: #AAB979;
	color: white;
}
#content div.left p {
	background: #E7EBD9;
	margin: 0;
	padding: 6px 18px;
}
#content div.right {
	margin-left: 264px;
	border-left: 1px solid white;
	padding-bottom: 18px;
}
#content div.right h2 {
	background: #E7EBD9;
	color: #9EAF65;
}
#content div.right p {
	background: #CFD7B2;
}
#content div.right div.quote {
	background: white;
	padding-bottom: 5px;
	width: 222px;
	margin: 18px auto 0;
}
#content div.right div.quote p {
	background: white url(../graphics/quotes.gif) no-repeat 20px 0;
	padding: 16px 50px 5px;
}
#content div.right div.quote span {
	font-size: 80%;
	padding: 0 50px;
	margin: 0;
}
#content div.content {
	padding: 0;
}
#content div.content div.right, #content div.content div.left {
	padding: 18px;
}
#content div.content div.right {
	float: right;
	background: #CFD7B2;
	width: 160px;
	text-align: center;
}
#content div.content div.left {
	float: none;
}
#content div.content div.left h3 {
	margin-top: 0;
	color: #859A3F;
	font-weight: normal;
	font-size: 150%;
}
#content div.content div.left p {
	padding: 0;
}

#footer {
	background: #035642;
	padding: 0 20px;
	color: white;
	height: 30px;
	line-height: 30px;
}
#footer div.left {
	float: left;
}
#footer div.right {
	float: right;
}
#footer div.centre {
	text-align: center;
	margin: 0 200px;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#print, #email {
	padding-left: 20px;
}
#print {
	background: url(../graphics/print.gif) no-repeat 0 50%;
}
#email {
	background: url(../graphics/email.gif) no-repeat 0 50%;
}

td, th {
	padding: 5px;
}

td.divider {
	height: 2px;	
}

th {
	text-align: left;
	font-weight: normal;
	background: #C2CD9F;
}

#login {
	background: #CFD7B2;
	margin: 0 auto;
	width: 300px;
	border: 1px solid #C1C4B7;
	position: relative;
}
#login h4 {
	background: #9EAE65;
	color: white;
	font-size: 120%;
	padding: 5px 18px;
}
#login p {
	padding: 18px 0;
	text-align: center;
}
#login div.corner {
	display: none;
}