body {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 14px;
	background: #f7f7f7 url(images/navbg.png);
}

#header {
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 98px;
 	background: #005b00 /*url(images/header.jpg)*/;
 	border-bottom: 15px #022751 solid;
 	color: #f7f7f7;
 	padding: 0px;
 	text-align: center;
 	font-family: "Trebuchet MS";
 }

#header h1 {
	font-size: 2.2em;
	margin: 15px 0 0 0;
	padding: 0;
 	color: #f7f7f7;
}

#header h2 {
	font-size: 1.3em;
	margin: 5px 0;
	padding: 0;
 	color: #f7f7f7;
}

#container {
	padding: 113px 0 0 0 !important;
	padding: 0;
}

#navigation {
 	background:  #fff url(images/navbg.png);
	width: 180px;
	float: left;
	margin: 0 0 0 0px;
 	font-family: "Trebuchet MS";	
	font-weight: bold;
 	font-size: 15px;
/* 	border-left: 1px #c2d1e2 solid;
	border-right: 1px #c2d1e2 solid;
	border-bottom: 1px #c2d1e2 solid;*/
}

#navigation h3{
	text-transform: uppercase;
	font-size: 12px;
	margin: 5px 0 5px 0;
	padding: 0 5px 0 5px;
	color: #022751;
	border-bottom: #006600 1px solid; 
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li a {
	display: block;
	color: #006600;
	text-decoration: none;
	padding: 0 0 0 20px;
}

#navigation a:hover {
	background: #CCFF99 url(images/hoverbg.png) top 3px;
}

#content {
 	background-color: #fff;
	margin: 0 40px 20px 190px;
	padding: 8px 20px 8px 80px;
	border-left: 1px #c2d1e2 solid;
	border-right: 1px #c2d1e2 solid;
	border-bottom: 1px #c2d1e2 solid;
	color: #022751;
	font-size: 15px;
}

#content p {
	text-align: justify;
}

#content .postheader {
	position: relative;
	z-index: 1;
	float: left;
	width: 200px;
	margin-left: -180px;
	text-align: right;
	font-family: "Trebuchet MS";
	color: #022751;
}

#content h2 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 4px 10px 0 0;
}

#content h2 a {
	display: block;
	color: #003300;
	text-decoration: none;
}

#content h2 a:hover {
	background: #CCFF99 url(images/hoverbg.png) top 3px;
}

#content .postheader h3 {
	font-size: 11px;
	margin: 0 10px 0 0;
	font-variant: italic;
	color: #022751;
}

#content img {
	float: center;
	border: solid 2px #005b00;
	margin: 2px;
	padding: 2px;
}

#footer {
 	background: #005b00 /*url(images/footerbg2.gif)*/;
 	color: #f7f7f7;
 	font-size: 0.7em;
 	padding: 15px;
 	text-align: center;
 	clear: both;
 	border-bottom: 10px #022751 solid;
}
 
a {
 	color: #006400;
 	text-decoration: none;
}
 
a:hover {
 	color: #009900;
 	text-decoration: underline;
}