@charset "utf-8";
body  {
	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: #060;
	background-image: url(Images/backgroundmain.jpg);
	background-color: #FFE28F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0;
	margin-right: 15;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFE28F;
	border-right-color: #FFE28F;
	border-bottom-color: #FFE28F;
	border-left-color: #FFE28F;
	}
.twoColFixLtHdr #container {
	width: 650px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #AABE87;
	background-image: none;
	border: medium solid #FFF;
} 
.twoColFixLtHdr #header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
	text-align: center;
	background-color: #FFE28F;
	padding-top: 20;
	padding-right: 0px;
	padding-bottom: 20;
	padding-left: 0px;
	height: 210px;
	top: 0px;
	vertical-align: middle;
	margin: 0px;
	border-top-color: #F5DCB3;
} 
.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: 164px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFE28F;
	margin-right: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #mainContent {
	clear: right;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-color: #AABE87;
	color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	overflow: auto;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	white-space: normal;
	display: inline;
	text-indent: 20px;
	margin: auto;
} 
.twoColFixLtHdr #footer {
	background-color: #AABE87;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #030;
	text-align: center;
	clear: both;
	height: 90px;
	font-weight: bold;
	float: none;
	vertical-align: middle;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
} 
.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 */
	font-family: Verdana, Geneva, sans-serif;
	color: #030;
	font-size: small;
}
.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;
	color: #7D9059;
}
.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;
	color: #FFF;
}
.twoColFixLtHdr #container #mainContent p {
	padding-left: 15px;
	padding-top: 0px;
}
.twoColFixLtHdr #container #mainContent p {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #sidebar1 {
	margin-right: 20px;
	margin-bottom: 20px;
}
