@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.twoColFixLtHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #EDC78D;
	text-align: left;
	background-image: url(images/mainback.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-bottom: 30px;
} 
.twoColFixLtHdr #topmenu {
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 0px;
	background-color: #B1612D;
} 
.twoColFixLtHdr #container #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #container #contentbackgroun #mainContent p {
	color: #FEF1DB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-top: 0px;
}
.twoColFixLtHdr #container #contentbackgroun #mainContent h1 {
	color: #FDEDC6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0px;
	padding-top: 18px;
	padding-bottom: 14px;
	font-weight: normal;
}
.twoColFixLtHdr #topmenu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #contentbackgroun #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFEDD6;
	padding-bottom: 0px;
	margin-bottom: 6px;
	font-style: italic;
	margin-top: 0px;
	padding-top: 12px;
	font-weight: normal;
	list-style-type: disc;
	display: list-item;
	margin-left: 14px;
}
.twoColFixLtHdr #container #contentbackgroun #mainContent a {
	color: #FEFBF1;
}
.biopic {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #771B09;
	border-right-color: #DEBA7F;
	border-bottom-color: #DEBA7F;
	border-left-color: #771B09;
	text-align: left;
	margin-right: 29px;
	float: left;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #contentbackgroun {
	background-image: url(images/mainback.jpg);
	background-repeat: no-repeat;
	background-color: #B4763D;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 100%;
}
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin-top: 0px;
} 
.twoColFixLtHdr #container #footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #container #contentbackgrounhome #hometext p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 38px;
	padding-left: 126px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F6D9AA;
	font-size: 15px;
	padding-right: 126px;
	text-align: center;
	line-height: 22px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.quotes {
	font-style: italic;
	margin-top: 40px;
	padding-top: 40px;
}
.attribution {
	margin-right: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 40px;
}
.twoColFixLtHdr #container #contentbackgroun #mainContent .attribution h6 {
	margin-bottom: 600px;
	padding-bottom: 600px;
}
.twoColFixLtHdr #container #contentbackgroun #mainContent h5 {
	padding-bottom: 30px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	margin-right: 60px;
	font-size: 12px;
	color: #FFE6C5;
}
h6 {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	color: #F8E7CE;
	padding-right: 44px;
}
.twoColFixLtHdr #container #contentbackgrounhome {
	background-repeat: no-repeat;
	background-color: #AB6F3E;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 100%;
}
.twoColFixLtHdr #container #contentbackgrounhome #hometext {
	background-image: url(images/homeback.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
	background-position: top;
}
.twoColFixLtHdr #container #contentbackgrounhome img {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #AD723F;
}
.twoColFixLtHdr #header h4 {
	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 */
}
.twoColFixLtHdr #container #contentbackgroun #mainContent h4 {
	color: #FDEDC6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding-bottom: 6px;
	font-weight: normal;
	font-style: italic;
	padding-top: 10px;
}
.twoColFixLtHdr #homeheader {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 0px;
	background-color: #9F3F1A;
}
.twoColFixLtHdr #container #homeheader img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #contentbackgrounhome #hometext2 {
	background-image: url(images/homeback2.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
	background-position: top;
}
.twoColFixLtHdr #container #contentbackgrounhome #hometext2 p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 38px;
	padding-left: 126px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F6D9AA;
	font-size: 14px;
	padding-right: 126px;
	text-align: center;
	line-height: 21px;
}
.twoColFixLtHdr #container #contentbackgroun #mainContent #form1 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF3E6;
	padding-bottom: 4px;
}
.twoColFixLtHdr #container #contentbackgroun #mainContent #myform td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF3E6;
	padding-bottom: 4px;
	padding-top: 20px;
}
.twoColFixLtHdr #container #contentbackgroun #mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FDEDC6;
	margin-top: 0px;
}
.twoColFixLtHdr #container #contentbackgroun #mainContent li {
	padding-bottom: 8px;
	padding-right: 40px;
}
.widepic {
	border: 1px solid #F6E3C9;
	margin-top: 20px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #contentbackgroun #mainContent font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F9E5C4;
}
.twoColFixLtHdr #container #contentbackgroun #mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FADEBD;
}
.centertext {
	text-align: center;
}
