﻿body {
	background-color: #FBF8ED;
	background-image: url('images/watermark.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	color: #191612;
	text-align: center;
}
#bgTop {
	background-image: url('images/header-bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	position: relative;
	width: 90%;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
}
.center {
	text-align: center;
}
/*  HEADER STYLES  */
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
h2 span {
	display: inline;
	clear: both;
}
#content a {
	color: #CC0000;
	text-decoration: none;
}
#content a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.logo {
	border: 0;
}
/*  NAVBAR STYLES  */
#navbar {
	display: none;
}
.imgBorder0 {
	border-width: 0px;
}
/* TESTING  */
#top {
	height: 89px;
}
#topLeft {
	width: 29%;
	height: 89px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#topRight {
	width: 71%;
	height: 89px;
	right: 0px;
	top: 0px;
	position: absolute;
}
#topLeft h1 {
	padding: 0px;
	margin: 0px;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 89px;
}
#topRight h2 {
	padding: 0px;
	margin: 0px;
	background-image: url('images/tagline.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 89px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
}
.twoColumn {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
#content {
	margin: 0px;
	top: 0px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.columnLeft {
	text-align: center;
	padding: 40px 0px 20px 6px;
	width: 50%;
	vertical-align: top;
}
.columnRight {
	padding: 20px 6px 20px 0px;
	text-align: center;
	width: 50%;
	vertical-align: top;
}
.enlargement {
	text-align: center;
}
/*  Slideshow Styles  */
.thumbnail a {
	border: 0px none #000000;
}
a.thumbnail {
	border: 0px none #000000;
	margin-top: 0px;
	margin-right: 0px;
}
img.thumbnail {
	border: 0px none #000000;
	margin-top: 6px;
	margin-right: 6px;
}
img.thumbnail_center {
	border: 0px none #000000;
	margin-top: 6px;
	margin-right: 6px;
}
img.image {
	border: 0px none #000000;
}
/*  FOOTER STYLES  */
#footer {
	background-image: url('images/nav-bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #721E13;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 20px;
	line-height: normal;
	padding-top: 30px;
}
.address {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #EFEFEF;
}
.copyright {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #918068;
}
.copyright a:link {
	color: #A2937D;
	text-decoration: none;
}
.copyright a:hover {
	color: #C1B899;
	text-decoration: underline;
}
.copyright a:visited {
	color: #918068;
	text-decoration: none;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #CC0000;
	line-height: 18px;
}
