@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #E8E2D4;
	text-align: center;
}
.lightBorder {
	border: 1px solid #BEBB92;
}
.lighterBorder {
	border: 1px solid #EFEFD6;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#header {
	background-image: url(images/header.jpg);
	height: 275px;
	width: 824px;
	background-repeat: no-repeat;
	margin: auto;
}
#content {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	width: 824px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#text {
	float: right;
	width: 555px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004667;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#contentbg {
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	width:824px;
}
#bottom {
	clear: both;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 824px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	float: left;
	width: 210px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
#credits {
	margin-top: 10px;
	color: #CCCCCC;
	font-size: 10px;
}
#credits a {
	color: #CCCCCC;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
#footer  strong {
	font-size: 14px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #FFFFFF;
}
.clear {
	clear: both;
}
#left ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#left li a {
	background-image: url(nav/nav_bg.gif);
	height: 21px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;
	padding-right: 0px;
	width:190px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 3px;
	color: #412f0c;
	font-weight: bold;
}
#left li a:hover {
	color: #072a48;
}
.feature {
	background-image: url(images/feature.jpg);
	height: 154px;
	width: 555px;
	padding: 0px;
}
.feature a {
	font-weight: bold;
	color: #FFFFFF;
}
.feature p {
	margin: 0px;
	padding: 0px;
}
.feature h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ddcfb1;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}
.feature h2 a {
	font-weight: bold;
	color: #ddcfb1;
	text-decoration: none;
}
.feature div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 175px;
	margin-top: 0px;
	padding: 10px;
}
.border {
	border: 1px solid #30667E;
}
/* Sub Menu */
.submenu {
	background-color: #F8F8ED;
	width: 175px;
	margin-right: 5px;
	margin-left: 15px;
	float: right;
	border: 1px solid #BEBB92;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.submenu h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #43617C;
	background-color: #ECEBCC;
	margin: -5px;
	padding: 5px;
	text-align: left;
}
.submenu ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}
.submenu a {
	display:block;
	color: #577FA3;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #EFEFD6;
	width: 95%;
	margin: 1px;
}
.submenu a:hover {
	background-color:#ECEBCC;
}
.submenu a:active {
	color: #FFFFFF;
	background-color: #577FA3;
}
/* End Sub Menu */
blockquote {
	margin-left: 15px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #918354;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #918354;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
