body {
	font-size:62.5%;
	color:#222;
	margin: 15px 0 0 0; 
	padding: 0; 
	font-family: "Trebuchet MS";
	background-color: #D4F7D4;
}

#title {
	font-size: 5em;
	font-family: Arial;
	margin: 0px auto 0px auto;
	width: 630px;
	font-weight: bold;
	font-family: Arial;
	color: #E0AC52;
}

#nav {
	font-size: 1.3em;
	float: left;
	background-color: #fff;
	border: 2px solid #006599;
	position: relative;
  left: 35px;
  top: 0px;
  width: 100px;
  padding: 5px 10px 5px 0px;
}

#nav ul {
	list-style-type: none;
	margin-left: -15px;
}

#nav ul li {
	margin-bottom: 4px;
}

#content{
	margin: 0px auto 0px 75px;
	width: 80%;
}

#main {
	margin-left: 50px;
	padding: 1px 30px 23px 40px;
	font-size: 1.5em;
	background-color: #FFFFFF;
	text-align: justify;
	line-height: 150%;
	border: 2px solid #006599;
}

#footer {
	margin: 0px auto 0px auto;
	width: 688px;
	height: 55px;
	padding-left: 50px;
	padding-top: 10px;
	font-size: 1.3em;
	font-weight: bold;
}

#toc {
	line-height: 100%;
	font-size: 1.1em;
}

.nowrap {
	white-space: nowrap;
}

h1 {
	color: #009900;
	font-size: 2.3em;
  border-bottom: 3px solid #009900;
}

h2 {
	color: #006599;
	font-size: 1.8em;
  border-bottom: 3px solid #006599;
}

h3 {
	color: #66CC66;
	font-size: 1.2em;
  border-bottom: 3px solid #66CC66;
}

h2 a {
    text-decoration: none;
	color: #006599;
}
h1 a {
    text-decoration: none;
	color: #009900;
}
a {
    font-weight: bold;
    text-decoration: none;
    color: #6b8cb7;
}
a:hover {
    text-decoration: underline;
    color: #E0AC52;
}
a:active {
    text-decoration: none;
    color: #f9c190;
}