* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #050f20;
	color: #050f20;
	font: 1em/1.5em arial, sans-serif;
	margin: 0 auto;
	width: 920px;
}

#wrap {
   background: url('/images/grn_header.gif') no-repeat;
	margin: 5px auto;
	width: 910px;
}

.header {
   background-image:url('/images/nav.gif');
   background-repeat:no-repeat;
   background-size:910 40px;
   background-position: bottom left;
	width: 910px;
	height: 200px;
   margin: 0 auto;
   padding: 0;
}

#header-quote {
   float:right;
   padding-top:85px;
} 

/* Top navigation */
.topnav {
	height: 40px;
	margin: 0px;
	padding: 0px;
}

.topnav a {
	color: #ffffff;
	display: block;
	float: left;
	text-decoration: none;
	font: bold .60em arial, sans-serif;
	text-transform: uppercase;
	line-height: 35px;
	padding: 0 10px 0 28px;
}

.topnav a:hover {
	color: #92bf1e;
}

#main {
	background: url('/images/main.gif') repeat-y;
	width: 910px;
	margin: 0;
}

.clearer {
	clear: both;
}

.left {
	border: none;
	float: left;
	margin: 10px 15px 15px 0;
}

.right {
	border: none;
	float: right;
	margin: 10px 0 10px 10px;
}

.bluebold {
	font-weight: bold;
	color: #11336a;
}

.greenbold {
	font-weight: bold;
	color: #6F9217;
}

.smtext {
	font-size: .75em;
}

/* Links */
a {
	background-color: inherit;
	color: #11336a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #6F9217;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: 0;
}

/* Sidebars */
#leftside {
	clear: left;
	float: left;
	background: transparent;
	line-height: 1.4em;
	margin: 10px 5px 5px 15px;
	width: 220px;
	font-size: .8em;
}

#rightside {
	float: right;
	line-height: 1.4em;
	margin: 20px 10px 5px 5px;
	width: 190px;
	font-size: .8em;
}

#leftside p,#leftside ul,#rightside p,#rightside ul {
	margin: 0 0 20px 0;
}

#leftside li,#rightside li {
	line-height: 1.3em;
	list-style: none;
	margin: 0 0 8px 0;
}

#leftside h2,#leftside ul.linklist li h2 {
	color: #6F9217;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin: 12px 0 6px;
}

#rightside h2,#rightside ul.linklist li h2 {
	color: #6F9217;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin: 12px 0 6px;
}

#leftside ul ul,#rightside ul ul {
	margin: 6px 0 0 0px;
}

#leftside ul ul li,#rightside ul ul li {
	margin: 0 0 4px 0;
}

#leftside label,#rightside label {
	display: none;
}

#rightside a:hover {
	font-weight: bold;
	color: #6F9217;
	text-decoration: none;
}

#rightside a {
	font-weight: bold;
	color: #11336a;
	text-decoration: none;
}

#sideblock {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #e9eeff;
	border: 1px solid #11336a;
}

#sideblock h2 {
	margin: 5px 0 10px;
	font-size: 14px;
	color: #92bf1e;
	font-weight: bold;
}

#sideblock p {
	font-size: 11px;
	line-height: 18px;
}

#sideblock ul {
	list-style: none;
	margin: 0 0 10px 0px;
	padding: 0;
}

#sideblock li a {
	background-image: url(/images/b-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 0px 0px 0px 10px;
	margin-left: 0;
	font-weight: bold;
}

#sideblock li a:hover,#sideblock li.current_page_item a {
	background-image: url(/images/g-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 0px 0px 0px 10px;
	margin-left: 0;
	color: #6F9217;
	font-weight: bold;
}

/* Content */
#content {
	line-height: 1.7em;
	margin: 20px 200px 5px 240px;
	font-size: .9em;
}

#contentwide {
	line-height: 1.7em;
	float: right;
	width: 630px;
	margin: 20px 20px 5px 0px;
	background: transparent;
	font-size: .9em;
}

* html #contentwide p {
	height: 1%;
	margin-left: 0;
}

#content h1,#contentwide h1 {
	font-size: 1.4em;
	margin: 0px 0 10px 0;
	color: #11336a;
}

#content h2,#contentwide h2 {
	font-size: 1.2em;
	margin: 5px 0 10px 0;
	color: #6F9217;
}

#content h3,#contentwide h3 {
	font-size: 1em;
	margin: 10px 0 10px 0;
	color: #11336a;
}

#content h4,#contentwide h4 {
	font-size: 1em;
	margin: 10px 0 10px 0;
	color: #6F9217;
}

#content ul,#contentwide ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ol,#contentwide ol {
	margin: 0;
	padding: 0;
	list-style: decimal;
}

#content li,#contentwide li {
	background-image: url(/images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0px 0px 10px 20px;
}

#content ol li,#contentwide ol li {
	list-style: decimal;
	padding: 5px 0px 5px 20px;
}

.descr {
	color: #050f20;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 6px;
}

.credit {
	color: #050f20;
	font-size: 0.8em;
	margin-bottom: 6px;
	font-style: italic;
	line-height: 1.6em;
}

#content p,#contentwide p {
	margin-bottom: 10px;
}

/* Footer */
#footer {
	background: url('/images/footer.gif') no-repeat left bottom;
	color: #050f20;
	line-height: 1.4em;
	margin: 0 auto;
	text-align: center;
	width: 910px;
	height: 150px;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	font-weight: normal;
	font-size: .7em;
}

#footer a {
	background-color: inherit;
	color: #11336a;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	background-color: inherit;
	color: #6F9217;
	font-weight: bold;
	text-decoration: none;
}

.post {
	margin: 0px 30px 25px 10px;
}

.postinfo {
	background-color: #e9eeff;
	border-left: 2px solid #92bf1e;
	color: #050f20;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5em;
}

.postinfo p {
	padding: 10px;
}

.arthead {
	background-color: #e9eeff;
	border-left: 2px solid #92bf1e;
}

.arthead h3 {
	padding: 10px;
}

/* Tags */
p,ul,ol {
	margin: 0 0 24px;
}

blockquote {
	border-left: 2px solid #92bf1e;
	color: #050f20;
	background-color: #e9eeff;
	padding: 8px 20px 8px 20px;
	font: italic bold .9em/1.5em arial, san-serif;
	margin: 10px 0 10px 0;
}

label {
	background-color: inherit;
	color: #363636;
	font-size: 0.9em;
	font-weight: bold;
}

/* Forms */
#s,#submit {
	background-color: #ffffff;
	border: 1px solid #11336a;
	color: #050f20;
	font-size: 0.8em;
	margin: 0 0 16px;
	padding: 4px;
	width: 130px;
}

#author,#email,#url,#comment {
	border: 1px solid #050f20;
	font-family: arial, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 4px;
}

#commentsection {
	margin: 25px 0 0;
}

#commentsection p {
	margin: 0 0 6px;
}

/* Float fix */
.contenttext {
	overflow: hidden;
}

* html .contenttext {
	height: 1px;
	overflow: visible;
}

* html .contenttext p {
	overflow: hidden;
	width: 99%;
}

.comment {
	background-color: #f0e9dc;
	border-left: 4px solid #cb8401;
	color: #363636;
	margin: 0 0 10px;
	padding: 8px 5px 0 8px;
}

.comment p.commenthead {
	line-height: 1.6em;
}

.comment p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 6px;
	padding-bottom: 5px;
}

.prevlink {
	margin-right: 20px;
}

.nextlink {
	margin-left: 20px;
}

/*  Must Required CSS CLASS for Wordpress 2.5 onwards check out http://codex.wordpress.org/CSS */
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #cb8401;
	text-align: center;
	background-color: #f0e9dc;
	padding-top: 4px;
	font-weight: bold;
	margin: 10px;
	font-size: 11px;
	line-height: 16px;
	/*   optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	padding: 5px;
	margin: 0;
	text-align: center;
	color: #636363;
}
*
/