body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 125%;
	text-align: justify;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	border: #000000 solid 2px;
}

#content {
	background-color: #FFFFFF;
	color: #000000;
	padding: 15px;
}


h3.sub-header {
	height: 187px;
	width: 800px;
	background: url(images/banner.jpg);
	background-color: ;
	background-repeat: no-repeat;
	margin-top: 0px;
}


	
#sub-nav {
	position: absolute;
	top: 186px;
	left: 0px;
	width: 800px;
	height: 47px;
	background: #09a9c6;
	border-top: #000000 0px solid;
	border-bottom: #000000 0px solid;
	padding: 0;
	margin: 0;
	}

#sub-nav h3 {
	padding: 0;
	margin: 0;
	height: 0px;
}

#sub-nav h3 span {
	display: none;
}

#sub-nav ul {
	list-style-type: none;
	height: 25px;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}

#sub-nav li {
	position: relative;
	top: 25%;
	font-family: Helvetica, Arial, sans-seriff;
	font-size: 12px;
	width: 16.66%;
	text-align: center;
	height: 47px;
	vertical-align: middle;
	letter-spacing: 0.1em;
	display: inline;
	float: left;
}

#sub-nav li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#sub-nav li a:hover {
	border-bottom: #000000 1px dashed;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 125%;
	border-bottom: #000000 1px solid;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

font.bold, font.emph {
	font-weight: bold;
	}
	

font.smhead {
	color: #000000;
	font-weight: bold;
}
	
.oblique {
	font-style: oblique;
}
	
a {
	color: #106e8e;
	text-decoration: none;
}

a:hover {
	color: #000000;
	border-bottom: #000000 1px dashed;
}
