﻿.rounded {
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
} 
.headerStyle {
	position: relative;
	width: 800px;
	height: 99px;
	z-index: 1;
	background-color: #BDBD8A;
	background-image: url('header/webheader.gif');
	margin-right: auto;
	margin-left: auto;
}
.navbarStyle {
	position: relative;
	width: 800px;
	height: 57px;
	z-index: 2;
	background-color: #5D5F3A;
	margin-right: auto;
	margin-left: auto;
}
.footerStyle {
	position: relative;
	width: 800px;
	height: 50px;
	z-index: 2;
	font-family: georgia;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #5D5F3A;
	float: none;
	clear: both;
}
#bodyText {
	padding: 10px;
	position: relative;
	background-color: #9A9A68;
	width: 780px;
	font-family: Georgia, "times New Roman", times;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	text-align: justify;
	height: 100%;
	vertical-align: top;
}
.img-left {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
.img-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 2px solid #FFFFFF;
}
.content {
	width: 800px;
	height: 300px;
	background-color: #9A9A68;
}
#myNav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-transform: capitalize;
}
#myNav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #BDBD2A;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #5D5F3A;
	margin-right: 2px;
	text-transform: capitalize;
}
#myNav a:visited {
	color: #800000;
	border: 1px solid #008080;
	background-color: #669999;
}
#bodyText p {
	font-family: georgia, "times New Roman", times;
	font-size: 14px;
	color: #FFFFFF;
}
#bodyText h1 {
	font-family: elephant;
	font-size: 22px;
	color: #FFFFFF;
	text-align: right;
	background-color: #990033;
	padding-right: 10px;
	width: 75%;
}
#bodyText h3 {
	font-family: "times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
#bodyText h2 {
	font-family: georgia, "times New Roman", times;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
}
.profileHead {
	font-family: "edwardian Script ITC";
	font-size: 32pt;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
.profileDates {
	font-family: georgia, "times New Roman", times;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
}
.tableStyle {
	font-family: georgia, "times New Roman", times;
	font-size: 10px;
	font-weight: bold;
}

