html, body {
    height: 100%;	
    margin-bottom: 1px;
}

body {
	background-color: #86B6CF;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	text-align: center;;
}

#wrapper {
	background-color: #86B6CF;
	width: 770px;
	font-size: 90%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#indexmasthead {
margin-top: 50px;
}

#masthead {
margin-top: 0;
}

#indexmasthead img, #masthead img {
border: none;
}

#footer {
font-size: 60%;
color: #666;
text-align: center;
padding: 0;

}

#footer a:link, #footer a:visited {
color: #666;
text-decoration: none;
}

#footer a:hover, #footer a:focus {
color: #2C769B;
text-decoration: underline;
}

#imagenav {
margin-top: 80px;
text-align: center;
}

#imagenav img {
padding: 0 1px;
border: none;
}

#textnav {
color: #2C769B;
text-align: center;
font-size: 100%;
font-weight: bold;
margin: 50px 0;
}

#nav {
color: #2C769B;
text-align: center;
font-size: 100%;
font-weight: bold;
margin: 0;
}

#textnav a:link, #textnav a:visited,
#nav a:link, #nav a:visited {
color: #2C769B;
text-decoration: none;
}

#textnav a:hover, #textnav a:focus,
#nav a:hover, #nav a:focus {
color: #fff;
text-decoration: underline;
}

#content {
color: #0D2632;
font-size: 90%;
padding: 0 10px;
}

#content h1 {
color: #2C769B;
}

.frame {
background-color: #f4f4f4;
text-align:center;
}