body {
  color: #333333; background: #007722;
  font-family:Verdana,Helv,sans-serif; font-size:11px; line-height: 1.5em;
}

#container {
  position: relative;
  width: 950px;
  margin: auto;
  color: #333333; background: #FFFFFF;  
}

#content {
  position: relative;
  padding: 20px;
}

#header {
  position: relative;
  height: 30px;
  padding: 20px; padding-bottom: 30px;
  font-size: 200%;
  border-bottom: 3px solid #CCCCCC;
}

#footer {
  position: relative;
  color: #666666;
  text-align: center;
  padding: 5px;
  border-top:  3px solid #CCCCCC;
}

    #subfooter { color: #AAAAAA;}
    #subfooter a:link, #subfooter a:visited { color: #AAAAAA;}
    #subfooter a:hover { color: #777777; }
h1 {
  margin-bottom: 10px; margin-top: 30px;
}

h2 {
  margin-bottom: 5px; margin-top: 20px;
}

h3 {
  margin-bottom: 5px; margin-top: 20px;
}

a:link, a:visited {
	color: #0B7C00; 
	font-weight: bol; text-decoration:none;
}
a:hover {
	color: #00CC00;
	text-decoration:underline;
} 

#disclaimer {
  border: 1px solid #990033;
  font-size: 80%; line-height: 1.2em;
  padding: 10px;
  margin-top: 20px;
}

