@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: white;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: black;
}
		.twoColFixLtHdr #container {
			width: 1024px;
			background: white;
			margin: 0 auto;
			border: 1px solid #000000;
			text-align: left;
			color: black;
} 
.twoColFixLtHdr #header { 
	margin: 0;
	background: white; 
	padding: 0 0 0 0;  
} 
		
			
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:white;
	font-size: 10px;
	height: 20px;
	background:#B00000;
	border-top: 5px solid #E00000;
	border-right: 5px solid #800000;
	border-bottom: 5px solid #800000;
	border-left: 5px solid #E00000;
		text-decoration: none;
} 
.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: 0 10px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	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;
}
	
h1 {
font-size: 18px;
color: Black;
font-weight: bold;
} 
h2 {
font-size: 16px;
color: Black;
font-weight: bold;
} 
h3 {
font-size: 14px;
color: Black;
font-weight: bold;
} 

