@charset "utf-8";
body {
	background-image: url(assets/site-art/page-background.jpg);
	background-repeat: repeat-x;
	background-color: #372D2E;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
}
h1, h2, h3, h4, h5, h6, p, div, ul, li {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 12px;
	font-size: 0.95em;
}
.contentArea p {
	line-height: 1.4;
}

.contentArea h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #CF0511;
	margin-bottom: .5em;
}
.contentArea h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #666;
	margin-bottom: .5em;
}
.contentArea h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.4;
}
.indentDetails {
	margin-left: 140px;
	margin-top: 0px;
}

.contentArea h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.85em;
	color: #4B3373;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0.7em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-color: #4B3373;
	border-bottom-style: dotted;
	padding-bottom: 2px;
	margin-top: 2.5em;
}
.contentArea a {
	color: #6947A3;
	text-decoration: none;
	font-weight: bold;
}
.contentArea a:hover {
	color: #6947A3;
	text-decoration: underline;
}
.contentArea a:visited {
	color: #4B3373;
	text-decoration: none;
}
.contentArea ul li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.95em;
	list-style-image: url(assets/site-art/list-bullet.png);
	margin-left: 1em;
	line-height: 1.4;
	font-weight: bold;
	color: #666;
	list-style-position: inside;
	margin-bottom: .3em;
}
.pageContainer {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.pageBanner {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 980px;
	background-image: url(assets/site-art/page-top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.contentArea {
	width: 905px;
	padding-left: 35px;
	background-image: url(assets/site-art/page-middle.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-right: 40px;
	line-height: 1.2;
	font-size: 1em;
	margin: 0px;
}
.contentArea img {
	float: left;
	margin-right: 1em;
	margin-bottom: 1.1em;
	clear: left;
	margin-top: 1em;
}

.contentRight {
	float: right;
	width: 250px;
}
.contentLeft {
	float: left;
	width: 600px;
}

.footerArea {
	height: 75px;
	width: 980px;
	padding-top: 50px;
	background-image: url(assets/site-art/page-bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: #CCC;
}
.footerArea a {
	color: #999;
}
.footerArea a:hover {
	color: #FFF;
}
.footerArea a:visited {
	color: #999;
}
.clear-both {
	line-height: 1px;
	clear: both;
}

.topNav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.85em;
	color: #666;
	width: 925px;
	margin-top: 18px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-weight: bolder;
	padding: 0px;
	float: left;
}
.bottomNav {
	margin-top: 1.5em;
}
.pageBannerLogo {
	float: left;
	height: 82px;
	width: 325px;
	margin-top: 30px;
	margin-right: 725px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
}
.pageBannerLogo img {
	border: 0px;
	text-decoration: none;
}

