@charset "UTF-8";
body  {
	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: #35203B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FBF4E3;
}
.twoColFixLtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
 	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	color: #331F3A;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(img08/header.gif);
	width:850px;
	height:95px;
	margin: 0px;
	top: 15px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0px;
	color:#911146;
}
.twoColFixLtHdr #header h2 {
	margin: 0;
	padding: 0px;
	color:#911146;
}
.twoColFixLtHdr #header h3 {
	margin: 0;
	padding: 0px;
	color:#911146;
}
.twoColFixLtHdr #container #mainContent .spaceit  h1 {
	color:#CF4A30;
	font-size:18px;
}

.twoColFixLtHdr #container #mainContent .spaceit  h2 {
	color:#ED8C2B;
	font-size:16px;
}

.twoColFixLtHdr #container #mainContent .spaceit  h3 {
 	color:#911146;
			font-size:14px;

}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 285px; /* 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: #677100;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position:absolute;
	top:318px;
}
.twoColFixLtHdr #mainContent {
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 190px;
	padding-right: 0px;
	padding-bottom: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	background-color:#ED8C2B;
	margin: 0px;
} 
.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 10px;
}



.twoColFixLtHdr #footermenu {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	background-color:#CF4A30;
	margin: 0px;
	color:#FFFFFF;
} 
.twoColFixLtHdr #copyright {
	padding: 1px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	background-color:#FFC000;
	margin: 0px;
	color:#000;
	font-size: 10px;
} 
.twoColFixLtHdr #footermenu a {
	padding: 1px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 10px;
	;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.twoColFixLtHdr #footermenu #spacev
{
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 10px;
}
.twoColFixLtHdr #footermenu a:hover {
	color: #CF4A30;
	background-color:#FFFFFF;
	font-size: 10px;
}


.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;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent p  {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent h1 {
	margin: 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: 0px;
 }
.spaceit
{
	margin:0px;
	padding:10px;
}
.twoColFixLtHdr #container #mainContent a {
	color: #911146;
	font-weight:bold;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #FFF;
	background-color: #BA2714;
}
.twoColFixLtHdr #container #sidebar1 a {
	color: #B62814;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #FFF;
	background-color: #BA2714;
}
.twoColFixLtHdr #container #mainContent ul {
	margin: 0px;
	padding: 5px;
	list-style-position: inside;
	list-style-type: circle; 
}
.twoColFixLtHdr #container #mainContent ul li {
	padding: 5px;
	margin: 5px;
}
.twoColFixLtHdr #container #mainContent #points {
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #container #header #menubar {
	left: 100px;
	z-index:500;
	float:left;
	position: relative;
	top: 	73px;
	width: 750px;
}
.twoColFixLtHdr #container #logo  {
	position: absolute;
	padding: 0px;
	clear: none;
	display: inline;
	margin-top: -22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -26px;
	z-index: 500;
}
.twoColFixLtHdr #container #slideshow {
	margin: 0px;
	padding: 0px;
	height: 225px;
	width: 850px;
	top: 124px;
	position:absolute;
	display:inline;
}
.twoColFixLtHdr #container  #sidebar1 p {
	margin: 0px;
	padding: 0px;
}
 
.twoColFixLtHdr #container #footer p a {
	color: #FFF;
	text-decoration: none;
}
.adblurb {
	padding: 5px;
	width: 250px;
	background-color: #FAE5D0;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 20px;
	z-index: 250;
		position:relative;

}
