* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Sans-Serif;
}

body {
	background-color: #098622;
}

#container {
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	vertical-align: top;
	width: 920px;
}

#header {
	background-color: #098622;
	height: 111px; /* assuming a 109px high header image */
}

#nav {
	width: 210px;
	padding-bottom: 2px;
	float: left;
	background-color: #fff;
	display: inline;
}

#content {
	width: 677px;
	margin-left: 210px;
	background-color: #FFF;
	background-image: url("img/content-background-green.jpg");
	background-repeat: no-repeat;
	padding-left: 30px;
	min-height: 500px;
}

#content p, ul, h1, ul {	
	padding: 5px 15px;
	font-weight: normal;
	font-size: medium;
}

#content li {
	margin-left: 20px;
	padding: 2px;
	list-style-type: square;
}

#nav a {
	color: #fff;
	text-decoration: none;
	list-style: none;
	margin: 1px 1px 1px 0;
	width: 198px;
	display: block;
	margin: 1px 1px 1px 0;
	padding: 5px;
	font-weight: bold;
	text-align: right;
}

#nav a.nav {
	background: url("img/navbar3.jpg");
	text-align: right;
}

#nav a.nav:hover {
	background: url("img/navbar3o.jpg");
	color: #FFF;
}

#nav a.current {
	background: url("img/navbar3o.jpg");
	color: #000;
}

#nav a.sub, #nav a.subsub {
	background: url("img/navbar4o.jpg");
	color: #000;
}

#nav a.sub:hover, #nav a.subsub:hover {
	background: url("img/navbar4.jpg");
	color:#fff;
}

#nav a.subsub, #nav a.currentsubsub {
	padding-right: 20px;
	width: 183px;
}

#nav a.currentsub, #nav a.currentsubsub {
	color: #fff;
	background: url("img/navbar4.jpg");
}

#sidebar {
	width: 190px;
	padding: 10px;
	padding-top: 15px;
}

#sidebar p {
	padding: 5px;
	color: #000;
}

#sidebar a {
	display: inline;
	margin: 0px;
	padding: 0px;
	width: auto;
	text-decoration: underline;
}

#sidebar a:link {
	color: #098622;
}

#sidebar a:visited {
	color: #098622;
}

#sidebar a:hover, #sidebar a:active {
	color: #723;
}

#contentheader {
	width: 280px;
	text-align: center;
	float: right;
	background-image: url("img/content-title-green.jpg");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#contentheader p {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 15px;
}

br.breakright {
	clear: right;
}
br.break {
	clear: both;
}

.contentheader-img {
	margin: 10px;
}

#copy{
	font-size: small;
	color: #fff;
	background-color: #000;
	width: 918px;
	padding: 1px;
	text-align: right;
	clear: both;
}

#content .block {
	background-color: #eee;
	margin: 10px;
	margin-bottom: 0px;
}

#sidebar .block {
	border-color: #098622;
	border-width: 1px;
	border-style: dashed;
	padding: 5px;
	margin: -2px;
}

#content a:link, #content a:visited {
	text-decoration: underline;
	color: #098622;
	font-weight: bold;
}

#content a:hover, a:active {
	text-decoration: underline;
	color: #723;
	font-weight: bold;
}

#content b {
	font-weight: bold;
	color: #333;
}

#content i {	
	color: #333;
	font-style: italic;
}

#content h1 {
	color:#098622;
	font-size: 150%;
	font-weight: bold;
}

#content .leftblock, #content .leftblocksmall {
	width: 330px;
	float: left;
	vertical-align: top;
}

#content .leftblocksmall {
	border-right: 1px solid #333;
}

#content .leftblocksmall p, #content .rightblocksmall p {
	font-size: 80%;
	padding: 2px 15px;
}

#content .leftblock p, #content .rightblock p {
	padding: 2px 15px;
}

#content .rightblock, #content .rightblocksmall {
	vertical-align: top;
	width: 330px;
	float: right;
	margin-top: -10px;
}

#content .rightblock_block {
	vertical-align: top;
	width: 200px;
	float: right;
	padding: 20px;
	margin-top: -10px;
}

#content cite {
	text-align: right;
	display: block;
}

img.at {
	display: inline;
	border: 0;
}
.spacer {
	margin-left: -25px;
	float: left;
}

div.strong {
	background-image: url("img/content-title-green.jpg");
	font-weight: bold;
	padding: 3px;
	width: 200px;
	text-align: center;
}