body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #cccc99;
  line-height: 140%;
  padding: 0;
  margin: 0;
}

#navigation {
	background-color: #fff;
	
 }
 
#footer {
	background-color: #f3f4ec;
	color: #003300;
	min-height: 2em;
	padding-top: 3px;
}

#header {
	background-color: #cccccc;
}

#content {
	background-color: #FFF;
}

#notes {
	background-color: #FFF;
	font-size:smaller;
	padding-bottom: 3px;
}
#disclaim {
	background-color: #f3f4ec;
	font-size:x-small;
	font-weight: bold;
	color: #003300;
}

#block {
	background-color: #cccc99;
}

h1, h2, h3,h4,h5,h6 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  color: #333333;
  padding-top: 1.25em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  }

h2 {
  color: #003300;
  font-size: large;
  font-weight: bold;
  padding-top: 10px;
}

h3 {
  color: #333333;
  font-size: 100%;
  font-weight: bold;
  padding-top: 15px;
}

h4 {
  color: #333333;
  font-size: 90%;
  font-weight: bold;
  padding-top: 10px;
}

h5 {
  color: #333333;
  font-size: 80%;
  font-weight: bold;
  padding-top: 10px;
}

h6 {
	color: #333333;
	font-size: 60%;
	font-weight: bold;
	padding-top: 5px;
}

p {
	font-size: medium;
	padding: 1.10 em;
	color: 333333;
}

li {
  font-size: small;
  list-style-type: square;
  text-decoration: none;
  line-height: 200%;
}

a {
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

a:link {
  color: #003300;
}

a:visited {
  color: #663300;
}

a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #003300;
}

a:active {
  color: #fffff;
  background-color: none;
}
	

	


