html, body { 
	height:100%; 
}

body {
  margin: 0px;
  background-color: #FEF9E4;
  background-image: url(images/greenstripe.gif);
}

.bodytext {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #3B5341;
}
.bodytext a:link { color: #3B5341; text-decoration: underline }
.bodytext a:active { color: #3B5341; text-decoration: none }
.bodytext a:visited { color: #3B5341; text-decoration: none }
.bodytext a:hover { color: #3B5341; text-decoration: underline; }

.headertext { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #3B5341;
	font-weight: bold 
}
h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #3B5341;
	font-weight: bold 
}
.leftcolumn {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF
}
.leftcolumn a:link { color: #FFFFFF; text-decoration: none }
.leftcolumn a:active { color: #FFFFFF; text-decoration: none }
.leftcolumn a:visited { color: #FFFFFF; text-decoration: none }
.leftcolumn a:hover { color: #FFFFFF; text-decoration: underline }

.bodysmall { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #3B5341;
	font-weight: normal 
}
.copyright {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #3B5341
}
.copyright a:link { color: #3B5341; text-decoration: none }
.copyright a:active { color: #3B5341; text-decoration: none }
.copyright a:visited { color: #3B5341; text-decoration: none }
.copyright a:hover { color: #3B5341; text-decoration: underline }