@charset "UTF-8";
/* CSS Document */

body {
	font: 100%/1.5em 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;
}
.oneColFixCtrHdr #container {
	width: 947px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#contentMain {
	background-color: #E6F5EB;
}
#body {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 15px;
}
#rightcolumn {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#rightcolumnTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E6F5EB;
}
#leftnavTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E6F5EB;
}
.topnav_items {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #89978a;
	border-right-color: #89978a;
	border-bottom-color: #89978a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #082A18;
	padding-right: 10px;
	padding-left: 10px;
}
.topnav_items a {
	color: #082A18;
	text-decoration: none;
}
.topnav_item_final {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #89978a;
	border-bottom-color: #89978a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #082A18;
	padding-right: 10px;
	padding-left: 10px;
}
.topnav_item_final  a {
	color: #082A18;
	text-decoration: none;
}
#rightcolumn li {
	list-style-image: url(images/arrow_bullets.gif);
	padding-bottom: 10px;
	padding-left: 3px;
}
#rightcolumn ul {
	padding: 0px 0px 0px 10px;
	margin-left: 10px;
}
#homebutton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #BCD1C3;
	padding: 0px;
	margin: 50px 20px 0px 0px;
	float: right;
}
#logo {
	height: 51px;
	width: 469px;
	margin-top: 20px;
	float: left;
}
#homebutton li {
	list-style-image: url(images/home_icon.gif);
	margin: 0px;
	padding: 0px;
}
#homebutton ul {
	margin: 0px;
	padding: 0px;
}
#homebutton li a {
	color: #BCD1C3;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtrHdr #header {
}
.oneColFixCtrHdr #mainContent {
	padding-top: 5px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}
.oneColFixCtrHdr #footer p a{
	color: #00CCFF;
	text-decoration: none;

}
#contentTop {
	background-image: url(images/content_top.gif);
	height: 5px;
	width: 947px;
}
#contentBottom {
	background-image: url(images/content_bottom.gif);
	height: 5px;
	width: 947px;
}
#leftnav {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 200px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B55426;
}

#navlist li a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #B55426;
}
#photobar {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#body li {
	padding-bottom: 7px;
}
#photosright {
	padding: 7px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
