/* CSS Document */
body {
	background-color: #CCCC99;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#Layer1 {
	background-color:#006330;
}
#Layer2 {
	background-color:#579e5a;
}
#Layer3 {
	border-bottom:2px solid #7e5599;
}
#Layer6 {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:11px;
}
#Layer7 {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
#Layer8 {
	font-family:Georgia, "Times New Roman", Times, serif
	font-size:16px;
	color:#000000;
}
h1 {
	color: #FFFFFF;
	font-size: 48px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
}
h2 {
	color: #ffffff;
	font-size: 16px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
}
h3 {
	color: #000000;
	font-size: 12px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	margin:0px 0px 20px 0px;
	padding:0px;
}
.tabletext {
	color: #000000;
	font-size: 12px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
}
td h1 {
	color: #FFFFFF;
	background-color:#006330;
	font-size: 20px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	text-align:center;
}
td h2 {
	color: #000000;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding-bottom:5px;
}
td h3 {
	color: #000000;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 0px 20px;
	padding-bottom:15px;
}
p {
	color: #000000;
	font-size: 10px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
}
#navcontainer {
position:absolute;
width:150px;
height:auto;
margin:0;
padding:0;
border-top:3px solid #006330;
border-right:3px solid #006330;
border-bottom:3px solid #006330;
}

#navlist li {
display: inline;
/* for IE5 and IE6 */
}

#navlist {
width: 150px;
/* to display the list horizontaly */
font-family:"Trebuchet MS", Verdana, sans-serif;
font-size:13px;
text-indent:9px;
margin: 0;
padding:0;
}

#navlist a {
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color:#7e5599;
padding: 6px 0 6px 0;
text-align: left;
text-decoration: none;
color:#FFFFFF;
}

#navlist a:hover { background-color:#b9a2c8; }
#navlist a:visited { color: #FFFFFF; }

a:link, a:active, a:visited {text-decoration:none; color:#33cccc;}
a:hover {text-decoration:none; font-weight:bold; color:#33cccc; }

h3 a:link, a:active, a:visited {text-decoration:none; color:#red;}
a:hover {text-decoration:none; font-weight:bold; color:#33cccc; }