@charset "UTF-8";
body {
	background-color: #006BB7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, p, ul, ol, h1, h2, td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
}
body, p, ul, ol, h1, h2 {
	margin-right: 58px;
	margin-left: 88px;
	font-weight: bold;
}
p, ul, ol {
	font-size: 90%;
}
li {
	margin-top: 14px;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	text-transform: uppercase;
	color: #469E9B;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 120%;
	font-style: italic;
	color: #006BB7;
	text-align: center;
	margin-top: 0px;
}
a {
	color: #006BB7;
	font-weight: bold;
}
a:hover {
	color: #FFD87D;
}
.topbar {
	background-image: url(images/stephen.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tophome {
	background-image: url(images/tophome.gif);
	background-repeat: no-repeat;
}
.top {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
}
.main {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}
b {
	color: #000000;
}
.highlight {
	color: #000000;
	margin-bottom: 30px;
}
.feature {
	background-image: url(images/featurebox.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 14px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 18px;
	padding-left: 70px;
}
.bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
}
.white {
	color: #FFFFFF;
}
.lightblue {
	color: #A1D2F1;
}
.navlink {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
.navlink:hover {
	color: #FFD87D;
	font-weight: bold;
}
