@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;
	background-color: #faf9f4;
	font-size: 85%;
}
.twoColFixLtHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	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-position: left top;
	margin: 0px;
	height: 151px;
	width: 750px;
} 
.twoColFixLtHdr #header h1 {
	margin-left: -9999px;
}
#header img {
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	height: 151px;
	width: 750px;
	right: 0px;
	bottom: 0px;

}
#menubar {
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
	height: 24px;
}
/*#menubar td {
	background-position: right;
	text-align: right;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 18px;
	padding-left: 0px;
	padding-top: 2px;
	font-size: 85%;
}*/
#menubar p {
	background-position: right;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menubar a {
	color: #512800;
	text-decoration: none;
}
#menubar a:hover {
	color: #FEBB00;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	margin-top:25px;
	background-color: #e7e7e7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebar img  {
	padding-left: 10px;
}
#sidebar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 2.8em;
	list-style-position: inside;
	list-style-type: disc;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar a {
	color: #512800;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FF0000;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#mainContent .highlightedfont {
	color: #902123;
}
#mainContent .highlightedfontBigger {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #902123;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #902123;
	padding-top: 0px;
	padding-bottom: 5px;
}
#mainContent h2 {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #902123;
	margin-bottom: 0px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #902123;
	text-decoration: none;
	margin: 0px;
	text-align: left;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainContent img {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 7px;
	padding-left: 2px;
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 15px;
}
#mainContent ul a {
	color: #902123;
	text-decoration: underline;
}

#mainContent td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 1em;
}
#mainContent td a {
	font-family: Arial, Helvetica, sans-serif;
	color: #996600;
	text-decoration: underline;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.1em;
	padding-top: 1.1em;
	padding-bottom: 5px;
	margin-top: 0px;
}
#mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #660000;
	text-decoration: none;
	
	text-decoration: underline;
}

#mainContent a:hover {
	color: #FEBB00;
	text-decoration: none;
}
.twoColFixLtHdr #footer {
	padding: 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer table tr {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
#footer a {
	color: #660000;
	text-decoration: none;
}
#footer a:hover {
	color: #FEBB00;
	text-decoration: none;
}
.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;
}

