body {	
	font-family: arial, verdana, helvetica, sans-serif;
  	color: #000000;
  	font-size: 10pt;
}
      
h1.blue, a:link h1.blue {
  font-family: arial, verdana, helvetica, sans-serif;
  color: #005e78;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 0px;
}

a:hover h1.blue {
	text-decoration: underline;
}

h1.green, a:link h1.green {
  font-family: arial, verdana, helvetica, sans-serif;
  color: #289223;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 0px;
}

a:hover h1.green {
	text-decoration: underline;
}

h1.brown, a:link h1.brown {
  font-family: arial, verdana, helvetica, sans-serif;
  color: #8c4f22;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 0px;
}

a:hover h1.brown {
	text-decoration: underline;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
}

li {
	margin-bottom: 10px;
}

hr {
	color: #cccccc;
}

a{
  color: #005E78;
  text-decoration: none;
  font-weight: normal;
}

a:hover{
  text-decoration: underline;
}

a.green{
  color: #289223;
  text-decoration: none;
  font-weight: normal;
}

a.green:hover{
  text-decoration: underline;
}

a.brown{
  color: #8c4f22;
  text-decoration: none;
  font-weight: normal;
}

a.brown:hover{
  text-decoration: underline;
}

#mainContainer {
	width: 793px;
	border: 1px solid #cccccc;
}

#content {
	clear:both;
	margin: 10px;
}
#homecontent {
	clear:both;
}

#homeColumn {
	width: 263px;
	float: left;
}

#homeColumnContent {
	width: 243px;
	margin-left: 10px;
	margin-right: 10px;
}

#menucontainer {
	float: right;
}

a.menu{
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}

a.menu:hover{
	color: #005E78;
  	text-decoration: underline;
}

a.menu:active{
  color: #005E78;
  text-decoration: none;
  font-weight: bold;
}

.menu{
  float: left;
  list-style: none;
  padding: 2px;
  color: #333333;
}

hr {
	color: #999999;
}

#relatedLinks {
	float: right;
}
	

#indent {
	margin; 10px;
}

#legal{
  font-family: arial, verdana, helvetica, sans-serif;
  color: silver;
  font-size: 8pt;
  clear: both;
}
