* {
	margin: 0;
	padding: 0;
	}

body {
	background: #99CC99;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;	
	color: #000000;
	font-size: x-small;	/* IE 5 and 5.5 */
 	voice-family: "\"}\"";
    voice-family: inherit;
	font-size: small;
	}

p {
	padding: 16px 20px 0 20px;
	line-height: 16px;
	}

h3 {
	font-weight: bold;
	font-size: 14px;
	padding: 20px 0 0 20px;
	color: #FF9900;
	}

h4 {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
	}

body a:link, a:visited, a:hover {
	color: #000;
	}

p a:link, a:visited, a:hover {
	color: #000;
	}



/* Structure */

#container {
	margin: 0 auto;
	width: 800px;
	background: #408040;
	}
#topbanner {
	width: 800px;
	height: 30px;
	margin: 0 0 0 0; 
	background: #99CC99;
	}
#header {
	width: 800px;
	height: 80px;
	margin: 0; 
	background: #408040;
	}

#banner-left {
	width: 200px;
	height: 28px;
	float: left;
	margin: 0 0 0 0; 
	background: #336633;
	}

#banner-right {
	width: 600px;
	height: 28px;
	float: left;
	margin: 0 0 0 0; 
	background: #336633;
	}

#banner-right a:link, a:visited, a:hover {
	color: #fff;
	}

#menu {
	width: 200px;
	float: left;
	display: inline;
	margin: 0px;
	}

#content {
	width: 600px;
	float: left;
	display: inline;
	margin: 0px;
	background: #FFFFFF;
	}

#footer {
	clear: both;
	height: 80px;
	width: 800px;
	background: #99CC99;
	}

#footer p {
	text-align: center;
	color: #eee;
	}

img.floatleft {
	float: left;
	margin: 20px;
	}
img.floatright {
	float: right;
	margin: 20px;
	}

#menu li {
	padding: 6px 0px 3px 6px;
	margin: 0px;
	color: #FF9900;
	border-bottom: solid 1px #c6beb4;
	}


#menu a:link, a:visited {
	text-decoration:none;
	color: #fff;
	}

#menu a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #FF9900;
	}

#topbanner h1 {
	font-size: 10px;
	font-weight: normal;
	color: #eee;
	text-align: right;
	padding: 10px 20px 0 0;
	}
#header h2 {
	font-size: 40px;
	color: #FF9900;
	text-align: right;
	letter-spacing: 7px;
	padding: 26px 20px 0 0;
}

#banner-right h2 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 10px 30px 0 0;
}

#content ul li{
	list-style-position: inside;
	list-style-type: disc;
	margin: 20px;
	line-height: 16px;
}

table {
	table-layout: fixed;
	margin: 20px 0 10px 50px;
	text-align: left;
}
td {
	padding: 10px 0 0 0;
}




