* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

body {
	font: normal 13px Futura, Arial, sans-serif;
	color: #272827;
	padding-bottom: 20px;
	background-color: #023615;
}
code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 20px 0;
	font-size: 0.9em;
	line-height: 1.5px;
}
a {color: #023615;}
a:link {text-decoration: underline;}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #0b5d29;
}
a:active {text-decoration: none;}
/* ----------------------------------------
   Miscellaneous
------------------------------------------- */
/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}
/* Floats */
.left {float: left;}
.right {float: right;}
/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}
ul,ol {margin: 0 0 5px 20px;}
ul ul, ol ol {margin: 5px 0 5px 20px;}
.h5 {height: 5px;}
.p10 {padding: 10px;}
p {padding: 2px 0 2px;}
.darker {
	font-weight: bold;
	color: #0b5d29;
}
.caption {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.larger {
	font-size: 14px;
	font-weight: bold;
}
/* ----------------------------------------
  Forms
------------------------------------------- */
/* Inputs */
input#s, textarea, input.styled {
	border: 1px solid #BBB;
	padding: 3px;
	width: 125px;
}
textarea {width: 420px;}
#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	padding: 2px 3px;
}
/* Seachform */
table.search {
	width: 100%;
	border-collapse: collapse;
}
.search td {vertical-align: center;}
/* ----------------------------------------
   Content Left Side
------------------------------------------- */
/* Main */
#layout_wrapper {
	margin: 20px auto 0;
	width: 800px;	
}
#layout_container {
	background: #FFFFFF;
	padding: 0 5px;
}
#layout_edgetop, #layout_edgebottom {
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
	background-color: #FFFFFF;
}
/* Site Title */
#site_title {
}
#top_separator {
	display: block;
	font-size: 0;
	height: 5px;
	line-height: 0;
	background-color: #FFFFFF;
}
#banner {
}
/* Main Layout */
#main_left {width: 600px;}
#main_right {width: 185px;}
/* ----------------------------------------
   Navigation
------------------------------------------- */
.nav {
}
/* ----------------------------------------
   Content
------------------------------------------- */
.body {
	margin-bottom: 5px;
	color: #444444;
}
/* Main Title */
.body_title {
	padding: 3px;
	background-color: #0b5d29;
	color: #FFFFFF;
}
.body_title a {text-decoration: none;
	color: #FFFFFF;
}
.body_title a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* Main Header */
.body_header {
	padding: 2px;
	background-color: #d2e2d7;
	color: #0b5d29;
	text-align: center;
}
.body_header a {text-decoration: none;
	color: #FFFFFF;
}
.body_header a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* Content */
.body_content {
	padding: 10px 10px 1px;
	background-color: #f2f9f5;
	margin-bottom: 5px;
	color: #444444;
}
.body_content h3 {
	color: #0b5d29;
	margin-top: -10px;
	font-weight: bold;
}
.body_content ul a {text-decoration: none;}
.body_content ul a:hover {text-decoration: underline;}
/* ----------------------------------------
   Right Sidebar Box
------------------------------------------- */
.box {margin-bottom: 5px;}
.box_title {
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0b5d29;
	text-align: center;
}
.box_body {
	padding: 8px 10px 6px;
	font-size: 12px;
	background-color: #c5dacc;
}
.box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: underline;}
.box a {text-decoration: none;}
.box a:hover {text-decoration: underline;}
/* ----------------------------------------
   Footer
------------------------------------------- */
#footer {
	padding: 8px 12px 2px;
	background-color: #0b5d29;
}
.footer {
	text-align: center;
}
.footer ul li {
	padding: 18px;
	display: inline;
	text-align: center;
	font-size: 12px;
}
.footer ul a {
	text-decoration: none;
	color: #FFFFFF;
}
.footer ul a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* ----------------------------------------
   Copyright
------------------------------------------- */
#copyright {
	text-align: center;
	font-size: 10px;
	color: #b5cebe;
	padding-top: 5px;
}
