@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #853034;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #333;
	line-height:1.1em;
}

a:link, a:visited {
	color: #803135;
	text-decoration: none;
}

a:hover {
	color: #803135;
	text-decoration: underline;
}


.oneColFixCtrHdr #container {
	width: 940px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #58595B;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFEF2;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFEF2;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #F9F5D9;
}
.oneColFixCtrHdr #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 */
}

.oneColFixCtrHdr #menu {
	margin: 0; 
	padding: 0; 
	background-color: #e8ae39;
	height: 30px;
}
.oneColFixCtrHdr #mainContent {
	font-size: 0.9em;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #F8F5D9;
}
.oneColFixCtrHdr #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 */
	font-size: 0.8em;
	font-weight: bold;
	color: #803135;
}

h1 {
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	line-height:1em;
}

h3 {
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
}

.floatRight {
	float: right;	
}

.floatLeft {
	float: left;	
}

img {
padding: 5px;	
}

#footerTable {
width: 100%;
font-size: 20px;
}
#headerTable {
	width: 100%;
	font-size: 16px;
color: 
; 		color: #862F34;
	font-family: "Times New Roman", Times, serif;
}
#headerTable .headerNames {
	text-align: center;
	line-height: 1.5em;
}

.copywrite {
	font-size: .6em;
	color: #fff;
}

.copywrite a{
	color: #fff;
}

#contentTable{
	width: 100%;	
}

#contentTable td{
	vertical-align: top;
}
