html, body {
background-color :#C6FFFF; 
position : absolute; 
width : 780px; 
margin-top :0px; 
margin-bottom : 0; 
margin-left :100px; 
border : 0; 
padding: 0;
	} 
#navigator{
	   margin-top :0px; 
	font: 10pt/1.35em "MS Sans Serif";
}
.housebutton a:hover {
background-color :white; 
border-top : 2px solid #31557f; 
border-left : 2px solid #31557f; 
border-bottom : 2px solid #cce3ff; 
border-right : 2px solid #cce3ff; 
} 
h1{
	color: Highlight;
	text-align: center;
	background-color:#ccffdd;
}
h2{
	color: Highlight;
	text-align: left;
}
#main {          
background-color:white;
position : absolute; 
width : 700px; 
margin-top :0px; 
margin-bottom : 0; 
margin-left :10px; 
border : 0; 
font: 12pt/1.35em "MS Sans Serif";
color : Blue; 
} 
#main a {
color : navy; 
} 
#main a:link, A:visited {
color : navy; 
text-decoration : none; 
} 
#main a:hover {
	background-color: #C6FFFF;
	text-decoration: none;
	color: Yellow;
#floatingnav {
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 0px;
	float: absolute;
			background-color:#C6FFFF;
	color: #0080FF;
} 
#floatingnav a {
	color: Blue;
	background-color:#D7EBFF;
	font: 12pt "MS Sans Serif";
	color: #ccffdd;
} 
#main h1 {
color : blue; 
background-color:white;
	} 
#main h2 {
	color: green;
}
#main h3 {
	color: #3333FF;
}
p{
	text-indent: 3em;
	line-height:20px;
}
