body,td,th {
	color: #4D2702;
}
body {
	background-color: #3F492E;
	font-family: "Maiandra GD", Tahoma, Mangal;
	font-size: medium;
}
a:hover {
	color: #8698BE;
	font-weight: bolder;
}
a:link {
	color: #291501;
}
a:visited {
	color: #4D2702;
}
a:active {
	color: #3F492E;
}
a {
	color: #3F492E;
}
.bodytext {
	font-family: "Monotype Corsiva", "Goudy Old Style", Georgia;
	font-size: large;
	color: #4D2702;
	font-weight: normal;
	font-style: italic;
}
.Heading {
	font-family: Quill, "Segoe Script", "Script MT Bold";
	font-size: x-large;
	color: #4D2702;
	background-color: #FFFFFF;
	font-weight: bold;
}
.Heading2 {
	font-family: "Segoe Script", "Lucida Handwriting", "Script MT Bold";
	font-size: large;
	color: #4D2702;
	font-weight: bold;
}
.title {
	font-family: "Segoe Script", "Lucida Handwriting", "Script MT Bold";
	font-size: medium;
	color: #291501;
	font-weight: bold;
}
.thrColFixHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.smallprint {
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.thrColFixHdr #header {
	background-color: #3F492E;
	padding: 0px;
	float: none;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	background-color: #D3B65A;
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
	height: 650px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	background-color: #D3B65A;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 22px;
	height: 650px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 125px;
	margin-bottom: 0;
	margin-left: 125px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: center top;
} 
.thrColFixHdr #footer {
	background-color: #D3B65A;
	float: right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #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 */
}
.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;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
}








.Heading3 {
	font-family: "Goudy Old Style", Georgia, "Segoe Script";
	font-size: x-large;
	color: #4D2702;
	font-weight: bolder;
	font-style: italic;
}

