@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-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-repeat: repeat;
	background-image: url(Art/background2_new.gif);
}
.twoColFixLt #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
}
.twoColFixLt #mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}
.twoColFixLt #container #mainContent .Copy {
	float: left;
	width: 500px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.2em;
	text-indent: 20px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #660000;
}
h3 {
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	text-indent: 0px;
	padding-left: 20px;
	color: #660000;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #660000;
	padding-left: 20px;
	font-weight: normal;
	line-height: 2em;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	text-indent: 0px;
	padding-left: 20px;
	padding-right: 125px;
	color: #660000;
	letter-spacing: 0em;
	line-height: 1.4em;
	vertical-align: baseline;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 20px;
	padding-left: 50px;
}
