@charset "utf-8";
body  {
	font: 16px Georgia, "Times New Roman", Times, serif;
	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;
	background-color: #FFF;
	background-image: url(images/bg-fall.jpg);
	background-repeat: repeat-x;
}
#mainContent h1  {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 10px;
	margin-top: 0px;
	line-height: 24px;
}

.twoColFixLtHdr #container {
	width: 800px;
	margin: 10px auto 0;
	text-align: left;
	background-color: #063;
} 
.twoColFixLtHdr #sidebar1 {
	width: 256px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #bef39e;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #063;
	border-right-color: #063;
	border-bottom-color: #063;
	border-left-color: #063;
	border-left-style: solid;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}
.twoColFixLtHdr #sidebar1 #sidebar_content p {
	margin-top: 10px;
	margin-right: 28px;
	margin-left: 24px;
}


.twoColFixLtHdr #mainContent {
	margin: 0px 0px 5px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #063;
	border-bottom-color: #063;
	border-left-color: #063;
	width: 510px;
} 
.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;
}

.twoColFixLtHdr #header {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
}
#mainContent .callout {
	border: 1px solid #000;
}
.callout a {
	color: #000;
	
}

