body {
	font-size: 90%;
	font-family: Trebuchet MS, Trebuchet, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	text-align: center; 
	min-width: 700px;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	
}

#page {
	margin: 0 auto; 
	text-align: left;
	clear: both;
	padding-top: 2em;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-left: 1em;
	padding-right: 1em;
	width: 781px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 750px;
}

.fullwidth {
	width: 690px;
}

a img {
	border: 0;
}

#header {
	margin: 0 auto; 
	width: 780px; 
	text-align: left;
	background: #26430A url(images/logo-2.png) 15px 15px no-repeat;
}

#header #logo {
	padding: 10px;
}


#content_header #breadcrumbs {
	float: right;
}

#nav {
	margin: 0;
	padding-right: 1em;
	padding-top: 150px;
	font-size: 75%;
}

/* Float fix */
#nav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #nav {height: 1%;}
/* End hide from IE-mac */

/* End float fix */

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#nav li {
	margin-right: 2px;
	float: left;
}

#nav li a {
	float: left;
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
	background: #88A685 url(images/tab_left.gif) top left no-repeat;
}

#nav li a span {
	display: block;
	padding: 0.3em 10px 0.3em 5px;
	background: #88A685 url(images/tab_right.gif) top right no-repeat;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav li a span {float:none;}
/* End IE5-Mac hack */

#nav li a:hover {
	background-position: 0% -100px;
	color: #000;
	background-color: #FFD18F;
}

#nav li a:hover span {
	background-position: 100% -100px;
	background-color: #FFD18F;
}

#nav li.selected a {
	background-position: 0% -200px;
	background-color: #FFF;
}

#nav li.selected a span {
	background-position: 100% -200px;
	color: #000;
	background-color: #FFF;
}

#side {
	float: right;
	width: 335px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 325px;
	padding-left: 20px;
	padding-right: 5px;
	margin-top: -10px;
}

#content {
	width: 335px;
	float: left;
	padding-left: 5px;
}

#footer {
	border-top: 1px dashed #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

h1 {
	font-weight: bold;
	font-size: 160%;
	color: #255B8D;
	padding-bottom: 2px;
	border-bottom: 1.5px solid #CCCCCC;
}

h2 {
	font-style: italic;
	font-weight: bold;
	font-size: 150%;
	color: #255B8D;
	padding-bottom: 1.1px;
	border-bottom: 1px solid #CCCCCC;
}

h3 {
	font-size: 1.2em;
	color: #202B62;
	margin-bottom: 0.5em;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
	border-bottom: 1px dashed #CCCCCC;
}

h4 
{
	font-weight: bolder;
	font-size: 105%;
	color: #255C34; 
}

a {
	text-decoration: underline;
	color: #445632;
	font-weight: bold;
}

a:hover {
	color: #98B47C; 
}

input {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #BBB;
	padding: 3px;
	width: 330px;
}

textarea {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #BBB;
	padding: 3px;
	width: 330px;
}


input.button {
	font-weight: bold;
	width: 100px;
	height: 28px;
}

form .list label {
	display: block;
}

form .list input {
	margin-bottom: 1em;
}

form .list label.check {
	display: block;
	width: 80px;
}

form .list input.styled_check {
	width: auto;
	margin-left: 100px;
}


input.imagesubmit {
	width: 65px;
	height: 22px;
	border: 0;
	margin-top: 1em;
}

.required 
{
	color: #C00;
}

img.img_right 
{
	float: right;
}

table {
	width: 100%;
	border: 1px solid #999;
	margin: 0.5em;
}

th {
	background: #8CA584;
}

tr.ll {

}

tr.lm {
	background: #DFE9DB;
}

td { 
	padding: 0.2em;
}
