<!--
	.Menu { font-family: Arial; font-size:12px; font-weight:bold; color: #FFFFFF; background: #e9924c; }
	.Menu A:link { font-family: Arial; font-size:12px; text-decoration:none; color: #FFFFFF; }
	.Menu A:visited { font-family: Arial; font-size:12px; text-decoration:none; color: #FFFFFF; }
	.Menu A:hover { font-family: Arial; font-size:12px; font-weight:bold; color: #000000; background: #fbf3e1; }
	.tableborder { border: 1px solid #e9924c; }
	.tdborder { border-right: 1px solid #e9924c; }
-->

<!--
Normal Colors:
Text 62 00 00
Background E8 D7 BD
Header background 93 6C 33

Christmas colors
Dark Green text 01 40 3E

Dark red: #80 00 00
Bluish Green: #62 00 00
Background was 88 44 11
Text was 66 66 00

Winter blue is #00 80 FF
off white background was a7 a0 9a

Light yellow is CA FF FF
Green is #00 80 00

Forest green#01 50 3E

Light brown background ###E8 D7 BD
Dark Brown ##93 6C 33
Medium Black #62 00 00

pool water blue #CA FF FF
Deep Sky Blue #07 82 AF
Sunshine yellow #FF FF AA
Dark red text #62 00 00
-->

<style type="text/css">
	body,
	html {
		margin:0;
		padding:0;
		background:#000000;
		color:#000;
	}
<!-- Following A: tags remove underlines for hotlinks -->	
	A:link {text-decoration: none; color: #000000}
	A:visited {text-decoration: none; color: #333300}
	A:active {text-decoration: none; color: #330000}
	A:hover {text-decoration: underline; color: red;}

	body {
		background: #E8D7BD;
		min-width:750px;
		font-family: Verdana; font-size:12px; font-weight:normal; color: #01403e;
	}

	#header {
		background: #01403e;
	}

	#header h1 {
    	padding:5px;
	   margin:0;
    }
	#header h2 {
    	padding:5px;
		margin:0;
	   color: #FFFFAA;
    }
    
 	#header table {
		font-color: #F00;
    }
    
	#navcontainer {
		background:#E8D7BD;
		color: #555;
		font-color: #F00;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		letter-spacing: 3px;
		font-weight: bold;
	}
	
	#navcontainer b {
		display:block;
		text-align:center;
	}
	
	#ctrsect {
		width:100%;
		padding 9px 9px 9px 9px;
	}

	#sidebar {
		padding:20px 9px;
		float:left;
		width:160px;
		background:#E8D7BD;
		color: #555;
		font-color: #F00;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
	}
	
	#sidebar b {
		display:block;
	}
	
	#sidebar ul {
		list-style-type:none;
	}

	#main {
		position:relative;
		float:left;
		padding:9px 9px;

	}

	#main h2, #main h3, #main p {
    }

	#main table {
		background: #E8D7BD;
		min-width:750px;
		font-family: Verdana; font-size:11px; font-weight:normal; color: #01403e;
	}
	
	#mainbody {
		left-margin:140px;
		float:right;
	}

	#maininset {
		padding:20px 9px 12px 9px;
		position: relative;
		float:right;
		text-align:center;
		font-size: 10px;
	}

	#footer {
		border-top: thin solid #888888;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
    }

</style>


