	body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		BODY {background: #FFFFFF}
		A:link {color: Blue}
		A:visited {color: Red}
		A:hover {color: Green}
		A:active {color:gray}
		H1 {font-size: x-large; font-family: sans-serif; color:red}
		H2 {font-size: large; font-family: sans-serif; color:red}
		H3 {font-size: normal; font-family: sans-serif; color:magenta}
		H4 {font-size: normal; font-family: cursive; color:blue}
		p {font-size:100%; font-family: sans-serif; color:black}
	}

	#header {
		border:1px solid #000;
		width: 95%;
		height:101px;
		padding:0px;
		background:#fc9 transparent;
	}
	
	#header img {
		align: center;
	}
	
	#content {
		height: auto;
		width: 95%;
		margin: 0px;
		border:1px solid black;

	}
	
	#content-left {
		float:left;
		width:25%;
		margin: 0;
		background: #ffc transparent;
		padding: 1em;
	}

	#content-left ul {
		font-family: Arial, Helvetica, sans-serif;
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
	#content-left ul li {
		clear: both;
		text-indent: 15px;
		display: block;
		background: darkgreen;
		border-bottom: 1px solid #000;
	}

	#content-left ul li a {
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		display: block;
		padding: 0px;
		width: 90%;
		background-color: darkgreen;
	}
	#content-left a {
		color: #fff;
		text-decoration: none;
		font-size: 15px;
		display: block;
		padding: 0px;
		width: 100%;
		background-color: darkgreen;
		/*border-bottom: 1px solid #000; */
	}

	#content-left a:link, #content-left a:visited {
		color: #ffc;
		text-decoration: none;
	}
	
	#content-left a:hover {
		background-color: darkblue;
		color: #fff;
	}

	#content-left li a#current {
		/* border-bottom: 3px solid #DAD6B7; */
		background: #gray;
	}

	#content-left h3 {
		display: block;
		font-size:16px;
		text-align: center;
		width: 95%
		padding: 0px;
		margin: 0;
		background-color: #ffc;
		color: darkblue;
		/*font-size: 100%*/
	}
	
	#content-left h4 {
		display: block;
		font-size:14px;
		float:left;
		width: 90%
		padding: 0px;
		background-color: #ffc;
		color: darkblue;
		/*font-size: 100%;*/
	}
	
	#content-main {
		display: block;
		float: right;
		width: 70%;
		border-left: 1px solid #CC9900;
		padding: 3px;
		background-image: url(images/thatch.gif);
		background-repeat: repeat;
	}
	
	#content-main li {
		font-size: normal; 
		font-family:sans-serif; 
		color:maroon;
	}
	
	#footer {
		clear: both;
		color: #8F4CB0;
		text-align: right;
		font-size: 60%;
		margin-top:10px;
		margin-bottom:10px;
		/*padding:5px;*/
		border:1px solid #000;
		width:95%;
	}
	
	.buttoncolor {
	background-color: #FFCC00;
}
