/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html { 
  padding:0px;
  margin:0px;
}

#navigation{
  position: absolute;
  width: 150px;
  left: 20px;
  top:40px;
  padding:0px;
  margin:0px;
  border: 2px solid #C6EC8C;
  font-weight: normal;
  padding:10px;
}
#navigation a:hover {
  color: #F7F7F7;
  background-color:#5A554E;
}

html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #F7F7F7;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#5A554E;
  padding:0px 20px;
  margin:0px;
}

#centerdoc {
  margin-left: 180px;
  background-color:#F7F7F7;
  overflow: auto;
  font-weight: normal;
  color: #32639A;
  font-family: Georgia, "Times New Roman", Times, serif;
}

}
#centerdoc a:hover {
  color: #F7F7F7;
  background-color:#5A554E;
}



h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #516C00;
}

