@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
}
.header {
	width: 798px;
	height: 199px;
}
.navBar {
	width: 798px;
	height: 41px;
}
.footer {
	height: 31px;
	width: 798px;
	background-image: none;
	text-align: center;
	background-color: #C19750;
}
.content {
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	height: auto;
}
.contentIndex {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	height: auto;
}
a:hover {
	color: #e72229;
}

body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bg.jpg);
}
.indexPicBorder {
	border-top-color: #827AB3;
	border-right-color: #827AB3;
	border-bottom-color: #827AB3;
	border-left-color: #827AB3;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
.oneColLiqCtrHdr #container {
	width: 798px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	width: 798px;
	padding-top: 0;
	height: 199px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	height: auto;
	width: 798px;
}
.oneColLiqCtrHdr #footer {
	width: 798px;
} 
.oneColLiqCtrHdr #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 */
}
.largeText {
	font-size: 200%;
}
.mediumText {
	font-size: 150%;
}
.smallText {
	font-size: 75%;
}
.pageHeader {
	font-size: 150%;
	color: #7F78AE;
	font-weight: bold;
}
.indexBodyBG {
	background-color: #B1A769;
}
.contactTableBorder {
	border: thin dashed #7F78B1;
}
a:link {
	color: #000000;
}
a:visited {
	color: #4a4a4b;
}
a:hover {
	color: #8781bd;
}
a:active {
	color: #000000;
}
.XlargeText {
	font-size: 300%;
}
.dropCap {
	font-size: 500%;
}
.whiteBG {
	background-color: #FFFFFF;
}
.bgIndex {
	background-color: #FEFFA8;
}
.bgIndex3 {
	background-color: #c49951;
}

