* 
{
	margin: 0;
	padding: 0;
}

body
{
  color: #000000;
  text-align: center;
  background-color: #73953d;
  padding-bottom: 40px;
}

h1, h2, h3, h4, p, li
{
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #354f17;
  background-color: #e3e3d1;
  font-weight: 400;
}

h1
{
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 0;
  border-bottom: 1px solid #354f17;
}

h2
{
	margin-top: 0;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

h1 span, h2 span
{
  display: none;
}

h3
{
  font-size: 18px;
}

h4
{
  font-size: 14px;
  font-weight: 700;
}

p, li
{
  font-size: 13px;
  line-height: 18px;
}

h3, h4, p, ul
{
  margin-top: 10px;
  margin-bottom: 10px;
}

ul
{
  margin-left: 10px;
}

li
{
  margin: 14px 8px 14px 14px;
}

div#container
{
	width: 852px;
	margin: 0px auto;
	text-align: left;
	color: #ffffff;
	background: #e3e3d1 url("background_2_column.gif") 0 0 repeat-y;
	border: 1px solid #333333;
}

div#middleColumn
{
  padding-top: 0px;
  float:left;
  width: 612px;
}

div#content
{
  padding: 12px 10px 12px 16px;
  color: #000000;
	background-color: #e3e3d1;
}

div#content a:link, div#content a:visited
{
  color: #354f17;
}

div#content a:hover
{
  color: #000000;
}

div#rightColumn
{
  margin-top: 40px;
  float:left;
  width: 238px;
}

div#rightColumn p
{
  font-size: 14px;
  font-weight: 700;
  margin-left: 12px;
  color: #e3e3d1;
  background-color: #354f17;
  margin-bottom: 20px;
}

div#rightColumn a:link, div#rightColumn a:visited
{
  color: #e3e3d1;
  background-color: #354f17;
  text-decoration: none;
}

div#rightColumn a:hover
{
  color: #ffffff;
  background-color: #354f17;
  text-decoration: underline;
}

div#otherResources a:link, div#otherResources a:visited, div#otherResources a:hover
{
  font-size: 12px;
  font-weight: 400;
}

#footer
{
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
	width: 852px;
	margin: 0px auto;
	color: #ffffff;
	background-color: #354f17;
	border: 1px solid #333333;
}

#footer p, #footer a:link, #footer a:visited, #footer a:hover
{
  font-size: 13px;
  color: #ffffff;
  background-color: #354f17;
}
