body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFF99;
}
html,body,table#pagelayout {
height:100%;
}

a:link, a:visited {
	border-bottom: 1px solid #009900;
 color:#009900;
}

a:hover{
	background-color:#DCAFAA;
	color: #FECEB1;
}

.bgcolor1 {
	background-color: #DCAFAA;
}
.bgcolor2 {
	background-color: #FFFF99;
}
.bgcolor3 {
	background-color: #FECEB1;
}
.bgcolor4 {
	background-color: #FFFFFF;
}

#sectionLinks{
	font-family: Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 100%;
	text-align: right;
}
#sectionLinks a:link{
	border-bottom: 1px solid #009900;
	text-decoration: none;
 color:#009900;
 font-weight: bold;
	line-height: .5em;

}

#sectionLinks a:visited{
	 color:#009900;
	border-bottom: 1px solid #009900;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color:#009900;
	color: #FFFF99;
}

#sectionLinks li {
	list-style: none;
	margin-top: 2.5em;
}

#content p, 
#content h1, 
#content h2,  
#content h3,  
#content h4,  
#content h5,  
#content h6,
#content ul,
#content ol,
#content td  {
	font-family: Arial Narrow, Helvetica Narrow, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	margin: 20px;
}

#content a {
	text-decoration: none;
}

#content p, 
#content ul,
#content ol  {
	line-height: 1.3em;
	margin-bottom: 0em;;
}
h1, h2, h3, h4, h5, h6 {
	color: #36602B;
	font-weight: normal;
}

h1, h2, h6  {
	margin-bottom: -.1em;
}

h3, h4, h5 {
	padding-top: 1em;
	margin-bottom: -.1em;
}

h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.8em;
	}
h3 {
	font-size: 1.6em;
	}
h4 {
	font-size: 1.4em;
	}
h5 {
	font-size: 1.2em;
	font-weight: bold;
	}
h6 {
	font-size: 1em;
	font-weight: bold;
	}