@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #D6E4EB;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
a:link {
	text-decoration: none;
	color: #C65436;
}
a:visited {
	text-decoration: none;
	color: #C65436;
}
a:hover {
	text-decoration: none;
	color: #C65436;
}
a:active {
	text-decoration: none;
	color: #C65436;
}
h1 {
	font-size: medium;
	color: #333333;
	margin-bottom: 25px;
	border-bottom-style: none;
	margin-top: 0px;
	letter-spacing: .5px;
}
h2 {
	font-size: 90%;
	color: #815048;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-size: 80%;
	color: #C65436;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.02em;
}
h4 {
	font-size: 80%;
	color: #815048;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	letter-spacing: 0.03em;
}
h5 {
	font-size: 90%;
	color: #C65436;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.02em;
}
p {
	font-size: small;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-align: justify;
	margin-bottom: 10px;
}
/* CSS Document */

#container  {
	width: 952px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	float: center;
}
#header  {
	background-color: #FFFFFF;
	vertical-align: top;
	width: 952px;
	height: 75px;
	padding: 0;
	margin: 0 inherit;
}
.titleImage {
	margin-bottom: 2px;
	margin-left: 38px;
	margin-top: 25px;
}
#picBanner {
	padding: 0px;
	width: 952px;
	height: 100px;
}
#picBanner img {
	float: left;
}
#nav {
	height: 28px;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 952px;
	text-align: left;
	background-image: url(images/blue_gradient.gif);
	background-repeat: repeat-x;
	float: left;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	margin-left: 37px;
	font-weight: 550;
	float: left;
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 10pt;
	letter-spacing: 1px;
}
#nav a {
	color: #FFFFFF;
}
#nav a:hover {
	color: #333333;	
}
.nav {
	float: left;
	height: 28px;
	text-indent: -999in;
}
#submenu {
	font-size: 75%;
	color: #999999;
	height: 25px;
	text-align: left;
	vertical-align: middle;
	width: 952px;
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
	padding: 0px;
}
#submenu ul {
	margin: 0px;
	padding: 0px;
}
#submenu li {
	display: inline;
	margin-left: 38px;
	font-weight: 400;
	letter-spacing: 0.5px;
	float: left;
	margin-top: 6px;
}
#submenu a {
	color: #5589B0;
}
#submenu a:hover {
	color: #333333;
}
#mainContent  {
	background: #FFFFFF;
	padding: 0;
	margin-left: 118px;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 650px;
	float: left;
}
#footer  {
	text-align: center;
	clear: both;
	padding: 0;
	height: 25px;
}
.tableLine {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.tableLine2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
}
.construction {
	color: #333333;
}
.tabletext {
	color: #333333;
	text-align: right;
}
.tabletextindent {
	font-size: small;
	line-height: 0.5em;
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 25px;
}
.tabletextindenttwolines {
	font-size: small;
	line-height: 0.5em;
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 25px;
}
#photoPages {
	padding: 0px;
	width: 650px;
}
.photos {
	margin-bottom: 25px;
	margin-right: 10px;
}
.h5table {
	font-size: 90%;
	color: #C65436;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	letter-spacing: 0.02em;
}
.h1table {
	font-size: medium;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 35px;
	letter-spacing: .5px;
}