body {
margin:0;
padding:0;
}


#masthead {
background: #000000;
height: 35px;
border-bottom: 4px solid #000;
clear: both;
}

.navigation {
line-height: 2em;
text-align:center;
background: #C5E34F;
clear: both;
}

.navigation a {
	text-decoration: none;
	color:  #000000;
	font-size: 8pt;	
}
	
.navigation a:link {
}

.navigation a:visited {
}

.navigation a:active {
}

.navigation a:hover {
	color: #C5E34F;
	background-color: #000000;
}


.mainColumn {
margin-left: 2em;
margin-top: 1em;
clear: both;
}

#Footer {
background: #C5E34F;
clear: both;
}

#Footer1 {
background: #000000;
clear: both;
}