@charset "utf-8";
/* CSS Document */

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: #000000;



	background-color: #666666
	background-image: url(Images/browserbackground.gif);
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-image: url(images/browserbackground.gif);
	background-repeat: repeat-x;
	background-color: #FBFBEA;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fbfbea;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColFixLtHdr #header {
	background-color: #A2140B;
	background-image: url(images/browserbackground.gif);
	height: 367px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 317px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FBFBEA;
}
.twoColFixLtHdr  #footertext {
	padding: 1px;
	color: #FBFBEA;
	width: 700px;
	height: 200px;
	font-size: 16px;
	font-weight: normal;
}
.twoColFixLtHdr #footer .addthis_toolbox.addthis_default_style {
	padding-left: 20px;
}


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 90px;
} 
.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/footerbackground.gif);
	height: 255px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: bottom;
} 
.twoColFixLtHdr #footerbody {
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(images/footerbackground.gif);
}
.twoColFixLtHdr #footer p {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #footertext h2 {
	color: #FBFBEA;
}
.Highlight {
	background-color: #C4D6E3;
}
.Underline {
	color: #A2140B;
	text-decoration: underline;
}



.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;
}
.pagemenu {
	font-size: 14px;
	font-variant: small-caps;
	color: #A2140B;
	font-weight: normal;
}
.footerhighlight {
	background-color: #FBFBEA;
}

