@charset "utf-8";
#wrapper {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D6BE96;
	height: auto;
	padding-right: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #5C3A21;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	background-color: #5C3A21;
	margin-left: 20px;
}
p {
	font-size: 14px;
	margin: 0px;
	background-color: #D6BE96;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

h1 {
	font-size: 36px;
	font-style: italic;
	text-align: center;
	background-color: #D6BE96;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h2 {
	font-size: 18px;
	text-align: center;
}
h3 {
	font-size: 18px;
	text-align: left;
	margin: 0px;
	padding: 10px;
}


.standout {
	color: #C30;
}
.smallitalic {
	font-style: italic;
	white-space: nowrap;
}

#footer {
	text-align: center;
	top: auto;
}
.thrColFixHdr #container {
	width: 840px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin: 0;
}
.thrColFixHdr #sidebar1 {
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #D6BE96;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	float: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* 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: #D6BE96;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: auto; /* padding keeps the content of the div away from the edges */
	background-color: #D6BE96;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.thrColFixHdr #sidebar4 {
	float: left; /* since this element is floated, a width must be given */
	width: auto; /* padding keeps the content of the div away from the edges */
	background-color: #D6BE96;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.thrColFixHdr #mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	background-color: #D6BE96;
	padding: 0;
}
.thrColFixHdr #wrapper #mainContent p {
	text-align: center;
}

.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	font-style: italic;
	padding-top: 30px;
	padding-right: 10;
	padding-bottom: 20px;
	padding-left: 10;
	background-color: #D6BE96;
	bottom: auto;
}
.fltrtCopy {
	float: right;
	margin-left: 8px;
}
.fltlftCopy {
	float: left;
	margin-right: 8px;
}
.clearfloatCopy {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

p.copyright {
	font-size: 9px;
	font-style: italic;
}
li {
	padding-bottom: 20px;
	font-size: 14px;
	list-style-type: none;
	font-weight: 600;
	color: #5C3A21;
}
.RED {
	color: #F00;
}
.GREEN {
	color: #060;
}

