html, body
{
	background-color: #8fb4be;
	background-image: url(gradient.png);
	background-repeat: repeat-x;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

a, a:visited, a:active
{
	text-decoration: none;
	color: #37758e;
}

a:hover
{
	text-decoration: underline;
}

img {
	border: none;
}

.page
{
	margin: 0px auto;
	width: 760px;
	background-color: white;
	border: solid 1px black;
}

.topBanner
{
	width: 100%;
	height: 100px;
	background-image: url(banner.jpg);
	border-bottom: solid 1px black;
	vertical-align: bottom;
}

.menu
{
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000000;
}

.menu ul, .menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.menu a:link, .menu a:visited
{
	float: right;
/*	line-height: 14px;*/
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	z-index: 10;
}

.menu a:link#current, .menu a:visited#current, .menu a:hover
{
	border-bottom: 4px solid #000000;
	padding-bottom: 2px;
	background: transparent;
	color: black;
}

.menu li a:hover
{
	text-decoration: none;
	border-bottom: solid 4px #37758e;
}

.content
{
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	padding: 20px;
}


h1
{
	font-size: large;
}

h2
{
	font-size: medium;
}

.sectionImage
{
	float: right;
	border: solid 1px #cbdddf;
	margin: 5px;
	padding: 0;
}

.gallery img
{
	width: 110px;
	height: 80px;
}

.outerFooter
{
	border-top: solid 1px #000000;
}

.innerFooter
{
	width: 100%;
	font-size: smaller;
	border-bottom: solid 2px #cbdddf;
	border-top: solid 2px #cbdddf;
	clear: both;
	text-align: center;
}