@charset "UTF-8";
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.body:link {
	color: #563222;
	text-decoration:underline;
}
a.body:visited {
	text-decoration:underline;
	color: #563222;
}
a.body:hover {
	text-decoration: underline;
}
a.body:active {
	text-decoration: none;
}

body {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #563222;
	line-height: 18px;
}
.oneColFixCtrHdr #container {
	width: 755px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a06142;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/nav_bar.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	width: 415px;
	height: 42px;
	vertical-align: middle;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 340px;
}
.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 #mainContent {
	height: auto;
	margin: 0px;
	color: #FFFFFF;
	padding: 0px 20px;
	width: 715px;
	background: #a06142;
}
.oneColFixCtrHdr #container #welcome {
	float: left;
	height: auto;
	width: 346px;
	padding: 0px;
}
.oneColFixCtrHdr #container #sections {
	float: right;
	height: auto;
	width: 346px;
	padding: 0px;
}
.oneColFixCtrHdr #container #main_pic {
	margin: 0px;
	padding: 0px;
	height: 285px;
	width: 755px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #563222;
	clear: both;
}
.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 */
	text-align: center;
}
.oneColFixCtrHdr #container #btm {
	clear: both;
	height: 27px;
	background: url(../images/btm.jpg);
}


.oneColFixCtrHdr #container #mainContent #oneColumn {
}
.style1 {
	text-decoration:underline;
}
.style2 {
	font-family:Georgia, "Times New Roman", Times, Serif;
	font-size:20px;
	color:#563222;
	}