body {
	background-color: #0d393f;
	background-image: url(img10/bkgndgrad.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
#wrap1 {
	background-color: transparent;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 900px;
}
#title {
	float: left;
	width: 100%;
}
#title p {
	color: #fff;
	font-size: 12pt;
	margin: 0;
	text-align: center;
}
#title h1 {
	color: #fff;
	font-size: 30pt;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
#headline {
	background-color: #476f6e;
	border-top: 1px solid #fff;
	float: left;
	width: 100%;
}
#headline h2 {
	color: #fff;
	font-size: 14pt;
	margin: 5px 0 5px 0;
	text-align: center;
	text-transform: uppercase;
}
/*Navigation Menu*/
#nav {
	background-color: #889a8c;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#nav ul {
	margin-left: -25px;
}
#nav li {
  /*float the main list items*/
  margin: 5px 0 10px 0;
  float: left;
  display: block;
  padding: 0;
}
#nav li a {
  /*for all links in the list*/
  color: #000;
  font-weight: bold;
  display: block;
  height: 12px;
  text-decoration: none;
  padding: 5px 15px 5px 0;
}
#nav li.off ul, #nav li.on ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  top: 20px;
  left: 10px;
  height: 12px;
}
#nav li.on ul {
  /*display the current topic*/
  display: block;
}
#nav li.on ul a, #nav li.off ul a {
  border: 0;
  color: #ccc;
  width: auto;
}
#nav li.off:hover ul, #nav li.over ul {
  display: block;
  z-index: 6000;
}
#nav li.off a:hover, #nav li:hover a, #nav li.over a {
  background: #889a8c;
  color: #ffffff;
}

/*End of Navigation Menu*/
#wrap2 {
	background-color: #064f55;
	float: left;
}
#left {
	color: #fff;
	float: left;
	height: 100%;
	margin: 0;
	text-align: center;
	width: 155px;
}
#left ul{
	list-style: none;
	margin: 5px 3px 5px 0;
	text-align: center;
}
#left li {
	margin: 3px 3px 30px -25px;
}
#left a {
	color: #fff;
	text-decoration: none;
}
#left a:hover {
	color: #889a8c;
}
/*...do I need this div?...*/
#content {
	background-color: #fff;
	float: left;
	margin: 0;
	width: 540px;
}
#photo {
	float: left;
	margin: 0;
	width: 540px;
}
#info {
	float: left;
	border: 3px solid #889a8c;
	margin-top: -5px;
	width: 534px;
}
#content-a {
	float: left;
	margin: 5px;
	width: 250px;
}
#content-a h2 {
	color: #064f55;
}
#content-a p {
	font-size: 14pt;
	line-height: 1.30em;
}
#content-a img {
	border: 2px solid #889a8c;
	float: left;
	margin: 5px 5px 0 5px;
}
#content-a a {
	font-size: 80%;
}
#content-a a:hover {
	color: #0000FF;
}
#content-b {
	float: right;
	margin: 5px;
	width: 250px;
}
#content-b img {
	border: 2px solid #889a8c;
	float: right;
	margin-left: 5px;
}
#content-b h2 {
	color: #064f55;
}
#content-b p {
	font-size: 14pt;
	line-height: 1.30em;
}
#content-b a {
	color: #889a8c;
	text-decoration: none;
}
#content-b a:hover {
	color: #0000ff;
}
#right {
	border: 1px solid #064f55;
	float: left;
	height: 100%;
	margin: 0;
	text-align: center;
	width: 203px;
}
#right h2, #right p {
	color: #fff;
}
#footer1 {
	background-color: #95aa8b;
	clear: both;
	height: 75px;
	margin: 0;
	width: 100%;
}
#footer2 {
	background-image: url(img10/footergrad.gif);
	background-repeat: repeat-x;
	float: left;
	height: 35px;
	margin-top: -50px;
	width: 100%;
}
#footer2 p {
	color: #000;
	margin: 6px 10px 10px 20px;
}
#footer2 a:link {
	color: #000099;
	margin: 0 15px 0 15px;
	text-decoration: none;
}
#footer2 a:hover {
	color: #fff;
}
#footer3 {
	background-color: #064f55;
	float: left;
	height: 20px;
	margin-top: -15px;
	width: 100%;
}
#footer3 p {
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 8pt;
	margin: 3px 10px 0 50px;
}
h2 {
	color: #fff;
	font-size: 16pt;
	text-transform: uppercase;
}
p {
	color: #064f55;
	font-size: 12pt;
}
ul {
	font-family: Times New Roman, serif;
	font-size: 14pt;
	text-decoration: none;
	margin: 0;
}
ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 24px 130px;
	font-size: 16pt;
	color: #064f55;
}
ul#tabnav li {
	float: left;
	height: 75px;
	margin: 8px 30px 30px 10px;
}
ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #064f55;
	text-decoration: none;
	padding: 4px;
}
ul#tabnav a:hover {
	color: #fff;
}
