﻿#wrapper {
	margin: 0px auto 0px auto;
	width: 970px;
}
body {
	margin: 0px;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ABA28D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
#banner {
	clear: both;
}
#main {
	background-image: url('images/mainBG.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}
#footer {
	clear: both;
	width: 970px;
	height: 94px;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 27px;
	font-size: 12px;
}
.clear {
	clear: both;
}
#left {
	width: 200px;
	background-image: url('images/leftBG.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 46px;
	float: left;
	display: inline;
}
#right {
	padding: 10px 20px 10px 20px;
	width: 639px;
	float: left;
	display: inline;
}
#leftMenu {
	margin: 0px;
	padding: 0px;
}
#leftMenu li {
	list-style-type: none;
	height: 35px;
}
#leftMenu li a {
	background-position: left top;
	display: block;
	padding: 5px 5px 5px 20px;
	color: #02375B;
	text-decoration: none;
	font-size: 120%;
	font-weight: normal;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	height: 35px;
	background-image: url('images/logoHover_opacity.gif');
	background-repeat: no-repeat;
}
#leftMenu li a:hover {
	text-decoration: none;
	background-image: url('images/logoHover.gif');
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}
#main h1 {
	color: #02375B;
	font-size: 140%;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #C0C0C0;
	padding-bottom: 5px;
}
.floatRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #666666;
	padding: 5px;
	background-color: #FFFFFF;
}
.narrowPara {
	width: 290px;
}
.heading {
	background-color: #877E69;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #02375B;
}
#contactForm {
}
#contactForm td {
	border: 1px solid #EEEEEE;
}
a:link {
	color: #9F0000;
	text-decoration: underline;
}
a:visited {
	color: #9F0000;
	text-decoration: underline;
}
a:hover {
	color: #9F0000;
	text-decoration: none;
}
a:active {
	color: #9F0000;
	text-decoration: underline;
}

