@charset "UTF-8";
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: #A89F64;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat;
	background-image: url(img/MAX-BG4.jpg);
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #481305;
	border-bottom-color: #481305;
	border-left-color: #481305;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
}
.oneColFixCtr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #46392E;
	margin-bottom: 20px;
}
.oneColFixCtr #container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #866A41;
	text-indent: 50px;
	padding-top: 0px;
	font-variant: normal;
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
.oneColFixCtr #container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #736846;
	text-indent: 105px;
	padding-top: 0px;
	font-variant: normal;
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
.oneColFixCtr #container #mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #1B40CB;
	text-indent: 105px;
	padding-top: 0px;
	font-variant: normal;
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
h6    {
	width: 212px;
	height: 365px;
	position: absolute;
	text-indent: -12345em;
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtr #container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	color: #514D55;
	line-height: 22px;
	padding-right: 120px;
	padding-left: 40px;
	margin-left: 65px;
	margin-top: 0px;
}
.oneColFixCtr #container #mainContent p.ital {
	font-style: italic;
	margin-left: 85px;
}
.oneColFixCtr #container #mainContent li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height: 22px;
	color: #584742;
	text-indent: 65px;
	list-style-position: inside;
	margin-top: 0px;
	list-style-image: url(img/bullet.png);
}
.oneColFixCtr #container #mainContent img {
	padding-left: 50px;
	margin-top: 25px;
}
.oneColFixCtr #container #mainContent img.top {
	padding-left: 0px;
	margin-top: 0px;
	background-position: left top;
	overflow: hidden;
}
