html,body{
	margin:0;
	padding:0
	}

body{
	background-color: #B5D870;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	}

p{
	margin:0 10px 10px
	}

div#header h1{
	height:180px;
	line-height:80px;
	border-bottom: 0px solid #ffffff;
	margin:0;
	text-align: center;
	padding-left:10px;
	background-color: #B5D870;
	color: #79B30B
	}

h2{
	padding: 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;

	}

h3{
	padding: 5px;
	color: #F3A306;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	text-align: left;
	}

#container {
	width : 800px;
	margin : 0 auto;
	border-left: 1px solid #595757;
	border-right: 1px solid #595757;
	background-color: #ffffff
	}

a img {
	border: 2px solid #404040;
	} 

div#content p{
	line-height:1.4;
	text-align: center;
	}

div#navigation{
	background: #ffffff;
	border-right: 4px solid #CBF27F;
	border-top: 0px solid #000000
	}

div#extra{
	background:#B3AE8B
	}

div#footer{
	background: #CBF27F;
	color: #212121;
	text-align: center;
	border-top: 1px solid #595757;
	border-bottom: 1px solid #595757
	}
div#footer p{
	margin:0;
	padding:5px 10px;
	}

div#content{
	float: right;
	width: 596px;
         	border-left: 0px solid #CBF27F;
	text-align: center;
	}

div#navigation{
	float:left;
	width: 200px;
	height: 100%
	}

div#extra{
	float:left;
	clear:left;
	width:300px
	}

div#footer{
	clear:both;
	width:100%
	}

a:link, a:visited {
	color: #212121;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	color: #B5D870;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:active { 
	color: #95EA00;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a.nav:link {
	display:block;
	padding: 5px;
	color: #212121; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #212121
	}

a.nav:visited {
	display:block;
	padding: 5px;
	color: #212121; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #212121
	}

a.nav:hover {
	display:block;
	padding: 5px;
	color: #ffffff; 
	background-color: #F3A306;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #212121;
	}

a.nav:active {
	display:block;
	padding: 5px;
	color: #ffffff; 
	}

blockquote {
	margin: 10px; 
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 5px solid #000000;
	background-color: #B5D870;
	color: #000000;
	} 
