body {  
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #5A5A5A;
}

div#wrapper {
	background-color: white;
	margin: 20px auto;
	width: 799px;
	
}

/**********
 * Header
 *********/
div#header {
	background-color: #2C4001;
	height: 160px;
}

div#header-left {
	background: url("../images/top-left-corner.png")no-repeat top left;
}

div#header-right {
	background: url("../images/top-right-corner.png")no-repeat top right;
}

div#header h1 {
	height: 160px;
	margin: 5px;
	padding: 0px;
	background: url("../images/header.png") no-repeat left;
	text-indent: -9999px;
}

/**************
 * Navigation
 *************/
div#navigation {
	margin: 0px;

}

div#navigation ul {
	padding: 0px;
	margin: 0px;
	background-color: #225721;
	list-style-type: none;
	width: 100%;
	float: left;
}

div#navigation li {
	margin: 0px;
	padding: 0px;
}

div#navigation li a {
	float: left;
    width: 158px;
	color: white;
    text-decoration: none;
    text-align: center;
	line-height: 2em;
	font-size: 1.5em;
	font-weight: bold;
	border-right: 1px solid white;
	
}

#navigation #nav_contact a {
    border-right: none;
}

#navigation a:hover {
	background-color: #83A603;
	border-bottom: none;
}

/***********
 * Content
 **********/
div#content {
	float: left;
	display: block;
	font-size: 1.4em;
	width: 70%;
	margin: 1em;
}

div#content h2 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 2em;
	border-bottom: 1px solid #999999;
}

div#content h3 {
	padding: 0px;
	text-align: right;
	font-style: italic;
	font-weight: 100;
	font-size: 1em;
}

/*********
 * Forms
 ********/

fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 4em 1em 0;
	padding: 0;
}

fieldset.submit {
	float: none;
	border: none;
	padding-left: 7em;
}

legend {
	margin-left: 1em;
	font-size: 2em;
}

fieldset ol {
	padding: 1em 1em 0em 1em;
	list-style: none;
}

fieldset li {
	padding-bottom: 1em;
	float: left;
	clear: left;
	width: 100%
}

label {
	float: left;
	width: 5em;
	margin-right: 1em;
}

/**********
 * Contact
 **********/
dl#contact {
	list-style: none;
	width: 100%;
	overflow: auto;
	margin: 1em;
	float: left;
}

dl#contact dt {
	font-weight: bold;
}

dl#contact dd{
	padding-bottom: 1em;
}


/**********
 * Sidebar
 **********/
div#sidebar {
	float: right;
	width: 25%;
    margin: 10px 3px 3px 3px;
	background: url("../images/sidebar-top-left-corner.png") no-repeat top left #B6D96C;
}

div#sidebar div#top-right {
    background: url("../images/sidebar-top-right-corner.png") no-repeat top right;
}

div#sidebar div#bottom-right {
    background: url("../images/sidebar-bottom-right-corner.png") no-repeat bottom right;
}

div#sidebar div#bottom-left {
    background: url("../images/sidebar-bottom-left-corner.png") no-repeat bottom left;
	padding: 1em;
}

div#sidebar h3 {
	text-align: center;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 1.5em;
	border-bottom: 1px solid #999999;
}

div#sidebar ul {
	margin: 0px;
	margin-left: -30px;
	font-size: 1.2em;
	list-style: none;
}

div#sidebar li {
	text-align: left;
	margin: 0px;
}

/**********
 * Footer
 **********/
div#footer {
	clear: both;
	background: url("../images/bottom-right-corner.png")no-repeat bottom right;
	background-color: #2C4001;
	color: white;
	height: 50px;
}

div#footer-left {
	background: url("../images/bottom-left-corner.png")no-repeat bottom left;
	height: 50px;
}

div#footer p {
	padding: 10px 30px;
}

.validator {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}

