/* **************************************************************************************** */
/* 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: 	#ADE0C7;
	font-family: 		Helvetica, Arial, sans-serif;
}*/
INPUT, TEXTAREA, TR, TD, UL, OL, LI, TH, P, BLOCKQUOTE {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
INPUT, TEXTAREA {
	border: 1px solid #00551C;
	background-color: #FFFFFF;
}
a:link {
	color: #00AA00;
}
a:visited {
	color: #00AA00;
}
/*SUP {
	font-size: 8px;
}*/
/*TH, TD {
	vertical-align: top;
}*/

HR {
	color: #8CD4B0;
}
#bodybox {
	margin-top:		0px;
	width: 			496px;
	margin-left:    	0;
	margin-right:   	auto;
	text-align:     	left;
	background-color:	#ADE0C7;
;
}

#sidebar {
	float: right;
	margin: 0px 0px 0px 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;
}

#content {
	margin: 0px 0px 0px 0px;
}
#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;
}
