body
{
	background-color: #E0FFD8;
	font-family: arial, verdana, helvetica;
}

body, td, th
{
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	line-height: 125%;
}

h1
{
	font-size: 20px;
	font-weight: bold;
	color: #005500;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #005500;
}

h3
{
	font-size: 12px;
	color: #005500;
}

div#mainwidth
{
	width: 760px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
}

td.content
{
	border-right: 1px solid #006600;
}

td.rightnav
{
	text-align: center;
}

ul {margin: 0 9px; padding: 0;}
li {margin: 0 9px; padding: 0;}

/* right-hand column */
div.column_right
{
	width: 235px;
	float: right;
	margin-top: 9px;
	margin-left: 9px;
}

/* tan box */
div.box
{
	border: 1px solid #789C78;
	background: #FFF;
	margin-bottom: 8px;
	text-align: left;
}

/* tan box title */
div.boxtitle
{
	font-weight: bold;
	color: #023301;
	font-size: 11px;
	background: #FC0;
	padding: 4px;
	border-bottom: 2px solid #789C78;
}

/* sub category in box */
div.boxsubtitle
{
	font-weight: bold;
	color: #023301;
	background: #FFF;
	font-size: 11px;
	padding: 5px 5px 0 6px;
}

/* section inside a box */
div.section
{
	padding: 6px;
	background: #FFF;
}

a:link
{
	color: #345D34;
	text-decoration: none;
}

a:hover
{
	color: #005500;
	text-decoration: none;
}


a:visited
{
	color: #005500;
	text-decoration: none;
}
