		body {
		
			background: #eee;
			text-align: center;
			font-family: sans-serif;
			color: #666;

		}

		a {

			color: #008333;
			text-decoration: none;
		}
		a:hover{ text-decoration:underline;}
		
		h1 {
			
			font-size: 16px; 
			color: #008333;
		}
		
		h2 {
		font-size:13px;
		color:#3a3a3a;
		}
		
		h3 {
		font-size:12px;
		color:#005220;
		}

		div.container {

			width: 750px;
			height: auto;
			background: #fff;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
			text-align: left;

		}

		div.header {

			width: 100%;
			margin-left: auto;
			margin-right: auto;
			height: 100px;
			background: #f2fbfc;
			background-image: url(background_tile.png);
			background-repeat: repeat-y;
		
		}

		div.header span {

			position: relative;
			left: 25px;
			top: 30px;
			
		}
		
		div.menu {

			width: 100%;
			height: 20px;
			padding: 0px;
			background: #008333;
			margin-top: 3px;
			overflow: hidden;
		}
		
		div.brood {
	width: 740px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: #b1b1b1;
	margin-top: 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	color:#000000;
		}

		span.home a, span a:hover{
	background: #FFFFFF;
	border-right: 1px SOLID #fff;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	color: #008333;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
		}

		span.alt a{
	background: #008333;
	border-right: 1px SOLID #fff;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
		}
		
			span.date {
	background: #3a3a3a;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
	float: right;
	height: 20px;
	width: 195px;
	border-left: 1px SOLID #fff;
	overflow: hidden;
	text-align: right;
		}

		div.post_info {
			
			/* the comment/cms style info bar */

			width: 500px;
			border-top: 1px SOLID #f3f3f3;
			border-bottom: 1px SOLID #f3f3f3;
			background: #eaeaea;
			font-size: 10px;
			color: #444;
			padding: 5px;

		}


		div.post_info a {

			font-size: 11px;
			color: ##005220;
			font-weight: bold;
			text-decoration: none;

		}

		div.main_nav {

			width:190px;
			float: right;
			margin-left: 10px;
			height: 100%
		}

		div.sub_menu {

			margin-right: auto;
			margin-top: 30px;
			font-size: 12px;
			width: auto;

		}

		div.sub_menu div {
		
			background: #3a3a3a;
			padding: 5px;
			color: #fff;
			width: auto;
			font-variant: small-caps;

		}

		div.sub_menu a {

			background: #fff;
			color: #666;
			text-decoration: none;
			line-height: 1.25em;
			display: block;
			padding: 1.25ex 0.5em 1.25ex 0.75em;

		}

		div.sub_menu a:hover {

			background: #eaeaea;
	
			color: #008333;
			text-decoration: none;
			line-height: 1.25em;
			display: block;
			padding: 1.25ex 0.5em 1.25ex 0.75em;
		}

		div.content {

			width: 750px;
			margin-top: 25px;
			}
			
		p , li{
		font-size:12px;
		}

		form, input {

			padding: 0px;
			border: 0px;
			margin: 0px;
			height: 14px;
			font-size: 9pt;

		}

		.button {

			background: #a2c058;
			color: #fff;
			border: 0px;
			padding: 0px;

		}
		
		.contactform {

			background: #CCCCCC;
			color: #333333;
			border: 0px;
			padding: 0px;

		}
		
