		
		body
		{
			margin: 0;
			padding: 0;
			font-size: 95%;
			font-family: georgia, times, "times new roman", serif;
			color: #000;
			background-image: url(../images/bg-grnfade.jpg);
		}
		
		
		#wrapper
		{
			width: 90%;
			margin: auto;
			background-color: #FFFFFF;
		}
		
		#banner
		{
			color: #fff;
			background-color: #FFFFFF;
			border-bottom: 1px solid #000;
			margin: auto;
			height: 120px;
			width: 90%;
		}
		
		#banner .logo
		{
			float: left;
			margin-left: 20px;
			margin-top: 2px;
		}
		
		#banner .tagline
		{
			float: right;
			margin-right: 5px;
			margin-top: 25px;
			color: #000000;
		}
		#banner .cabins
		{
			float: right;
			margin-right: 5px;
			margin-top: 90px;
			color: #000000;
		}
		

		#topmenu
		{
			height: 25px;
			width: 90%;
			margin: auto;
			background-color: #0e6828;
			text-align: right;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		#topmenu ul
		{
			padding: 4px;
			margin: 0;
			list-style-type: none;
		}
		
		#topmenu li
		{
			display: inline;
			margin-right: 1em;
		}
		
		#topmenu a:link, a:visited
		{
			color: #FFFFFF;
			text-decoration:underline;
		}
		
		#topmenu a:hover, a:active
		{
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#container
		{
			
		}
		
		#container2
		{
			
		}
		
		#navigation
		{
			float: left;
			width: 170px;
		}
		
		#more
		{
			float: right;
			width: 160px;
			margin: 10px 0 0 0;
			padding: 0 10px 0 15px;
			color: #000;
			border-left: 2px dotted #33a23c;
			font-size: 85%;
			font-family: "Times New Roman", Times, serif;
		}
		
		#more a:link, #more a:visited
		{
			color: #0000FF;
			text-decoration: underline;
		}
		
		#more a:hover
		{
			color: #0000FF;
			text-decoration: none;
		}
		
		#more h3
		{
			margin-top: 0;
			color: #0e6828;
			padding: .2em;
			font-family: "Times New Roman", Times, serif;
			font-size: 1.3em;
			font-weight: bold;
			background-image:  url("images/more_base.jpg");
			background-position: right;
			background-repeat: repeat-y;
		}
		
		#content
		{
			margin-left: 200px;
			margin-right: 210px;
			background-image: url(../images/bg-content.gif);
			background-position: center;
			background-repeat: no-repeat;
		}
		
		#content-wide
		{
			margin-left: 200px;
			margin-right: 50px;
			background-image: url(../images/bg-content.gif);
			background-position: center;
			background-repeat: no-repeat;
		}
		
		#content h1
		{
			font-size: 1.4em;
			color: #0e6828;
			line-height: 1em;
			margin: 0 0 10px 0;
			padding-top: 0.7em;
			font-weight: normal;
		}
		
		#content-wide h1
		{
			font-size: 1.4em;
			color: #0e6828;
			line-height: 1em;
			margin: 0 0 10px 0;
			padding-top: 0.7em;
			font-weight: normal;
		}
		
		#content h3
		{
			font-size: 1.2em;
			color: #0e6828;
			line-height: 1em;
			margin: 0 0 10px 0;
			padding-top: 0.6em;
			font-weight: normal;
		}
		
		#content-wide h3
		{
			font-size: 1.2em;
			color: #0e6828;
			line-height: 1em;
			margin: 0 0 10px 0;
			padding-top: 0.6em;
			font-weight: normal;
		}
		
		#content { line-height: 125%; }
		#content-wide { line-height: 125%; }

		
		#content a:link, #content a:visited
		{
			color: #0000FF;
			text-decoration: underline;
		}
		
		#content a:hover
		{
			color: #0000FF;
			text-decoration: none;
		}
		
		#cleardiv
		{
			clear: both;

		}
		
		#footer
		{
			clear: both;
			background-color: #0e6828;
			font-family: Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			font-size: 90%;
			margin-top: 3%;
		}
		
		#footer ul
		{
			padding: 5px;
			margin: 0;
			list-style-type: none;
		}
		
		#footer li
		{
			display: inline;
			margin-right: 0.2em;
		}
		
		#footer a:link, a:visited
		{
			color: #FFFFFF;
			text-decoration:underline;
		}
		
		#footer a:hover, a:active
		{
			color: #FFFFFF;
			text-decoration: none;
		}
		
		p.center { text-align: center; }
		
		.infobox {
			background-color: #CCF;
			width: 80%;
			margin: auto;
			padding: 10px;
			margin: 15px auto;
			text-align: center;
		}
		
		dt {
			font-weight: bold;
			color: #063;
			margin-top: 10px;
		}
		dd {
			margin-left: 0px;
			font-size: 80%;
		}