
	BODY {
		font-family: tahoma, verdana, arial, sans-serif;
		font-size: .75em;
		max-width: 700px;
	}

	.spacer {
		clear: both;
	}

	#container {
		width: 700px;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 0;
		padding-bottom: 5px;
		border: 1px solid #8fbb69;
		MARGIN-left: auto;
		margin-right: auto;
	}
	.logo {
		float: right;
	}
	#banner {
		width: 100%;
		height: 90px;
		background: transparent;
		padding-top: 5px;
		padding-bottom: 2em;
	}
	#banner H1 {
		MARGIN: 0px;
		font-size: 5em;
		text-align: right;
		font-family: "Century Gothic", Arial;
		line-height: 70%;
	}
	#banner H2 {
		Margin: 0px;
		font-size: 1.3em;
		Position: relative;
		Top: 60px;
	}

	#content {
		margin-right:38%;
	}

	#sidebar {
		float:right;
		WIDTH: 34%;
		MARGIN-left: 10px;
		PADDING: 10px;
		background-color: #deffbd;
	}
	#sidebar H2{
		color: #006e38;
	}

	.sidebar P {
	}
	
	p img {
		float: right;
		border: none;
	}

	#footer {
		width:100%;
		padding: 10px;
		font-size: .9em;
	}

	h1, h2, h3 {
		background: transparent;
		color: #45622c;
	}
	H1 {
		font-size: 1.8em;
	}
	h2  {
		font-size: 1em;
	}
	#content h2 {
		MARGIN-TOP: 0px;
		border-top: 1px solid #deffbd;
		border-right: 5px solid #deffbd;
	}
	.smallprint {
		font-size: .8 em;
	}
	p{
		padding-left: 1em;
		padding-right: 1em;
	}
	strong {
		color: #636363;
	}
	.linklist {
		text-decoration: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.linklist li{
	}
	.linklist a {
		text-decoration: none;
		font-size: 90%;
		color: #990033;
		background: transparent;
	}
	a {
		text-decoration: none;
		color: #659142;
		background: transparent;
		font-weight: bold;
	}
	a:hover	{
		text-decoration: underline;
	}

