/* **************************************************************************************** */
/* general formatting                                                                       */
/* **************************************************************************************** */

/*Colors are of the form #HEX, where hex is the hexadecimal representation of 24-bit RGB.
/*

	OLD yellow: E7AD01
        OLD Beige background E2E2C5
	OLD green: 00331
*/
body {
	text-align:		center;
	background-color: 	#FFFFFF;
	font-family: 		Helvetica, Arial, sans-serif;
}
INPUT, TEXTAREA, TR, TD, UL, OL, LI, TH, P, BLOCKQUOTE {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
INPUT, TEXTAREA {
	border: 1px solid #00551C;
	background-color: #FFFFFF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #00551C;
}
SUP {
	font-size: 8px;
}
TH, TD {
	vertical-align: top;
}
#bodybox {
	margin-top:		20px;
	width: 		1000px;	<!--  768px -->
	margin-left:    	auto;
	margin-right:   	auto;
	text-align:     	left;
	background-color:	#C4E9D6;
;
}

#header {
	background-color: 	#FFFFFF;
	border-bottom:		6px solid #FFD018;
}

<!--#sidebar {
	float: right;
	margin: 40px 20px 20px 0;
	width: 160px;
	background-color: #FFFFFF;
	padding: 0 20px 20px 20px;
	border-top: 6px solid #FFD018;
	border-bottom: 6px solid #FFD018;
	border-left: 1px solid #FFD018;
	border-right: 1px solid #FFD018;
} -->

<!--#sidebar h2 {
	margin-top: 10px;
	text-align: center;
	font-size: 15px;
	color: #00551C;
} -->


#onecolumn {
	margin: 40px 40px 40px 40px;
}
#content {
	margin: 40px 281px 40px 40px;
}
#content h1, #content h2, #onecolumn h1, #onecolumn h2 {
	color: #00551C;
	margin-top: 0;
	font-size: 20px;
}
#content h1, #onecolumn h1{
	font-size: 20px;
}
#content h2, #onecolumn h2 {
	font-size: 16px;
}

#footer {
	border-top:		6px solid #FFD018;
	clear: both;
	text-align: center;
	background-color: 	#FFFFFF;
	padding-top: 10px;
}
#footer p {
	font-size: 11px;
}

.navcontainer ul {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	list-style-type: none;
	background-color: #00551C;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: #00551C url("http://www.ducksnm.com/images/green_nav_bg.jpg") repeat-x top left;
}

.navcontainer li { 
	display: inline; 
}

.navcontainer li a {
	text-decoration: none;
	color: #D0A000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.navcontainer li a:hover {
	background-color: #FFD018;
	color: #00551C;
}
