#wrapper {position: absolute; width: 789px;	left: 50%; top: 15px; margin-left: -390px; padding-bottom: 10px;}

#mainContainer {
	width: 789px;
	background-color: #000;
	border: 1px solid #99CC66;
	color: #003300;
	padding-top: 0;
	margin-top: 0;
	vertical-align: top;
}

/* TOP NAVIGATION */
#topNav {
	width: 789px;
	height: 19px;
	background: #99CC66;
	color: #003300;
	text-align: center;
	vertical-align: middle;
	font-size: 0.9em;
}
#topNav a {color: #003300; text-transform: uppercase; text-decoration: none; font-weight: bold;}
#topNav a:hover {color: #fff;}
#topNav .current {color: #993300;}

/* SIDE NAVIGATION */
td#sideNav {
	width: 160px;
	background-color: #336633;
	padding: 20px 20px 15px 15px;
	text-align: left;
	line-height: 1.4em;
	font-size: 1em;
	vertical-align: top;
	color: #99CC66; 
}
#sideNav ul {margin-top: 0;}
#sideNav li {
	width: 140px;
	padding: 2px;
	margin-left: -25px;
	margin-bottom: 2px;
	line-height: 1.2em;
	list-style-type: square;
}
#sideNav li.none {list-style-type: none;}
#sideNav a {color: #99CC66; text-decoration: none;}
#sideNav a:hover {color: #fff;}
#sideNav a.current {color: #993300;}
#sideNav p {margin: 0 0 2px 0;}

/* MAIN CONTENT */
#mainContent {width: 654px;	height: 580px; background-color: #60964B; padding: 20px 20px 20px 20px;	color: #000; vertical-align: top;}

/* FOOTER */
#footer {position: relative; clear: both; width: 789px;	color: #fff; text-align: center; font-size: 1em;}
.copy {color: #cccccc; font-size: 0.9em;}
.copy a {color: #cccccc; text-decoration: none;}
.copy a:hover {text-decoration: underline;}

