@import url("PAGE STRUCTURE/Header Images.css");
@import url("PAGE STRUCTURE/Headers.css");
@import url("PAGE STRUCTURE/Headings.css");
@import url("PAGE STRUCTURE/Main Content.css");
@import url("PAGE STRUCTURE/Images.css");
@import url("PAGE STRUCTURE/Links.css");
@import url("PAGE STRUCTURE/Horizontal Menu Bar.css");
@import url("PAGE STRUCTURE/Columns.css");
#CONTENT {
	width: 800px;
	height: auto;
	float: left;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}


 #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
	height: auto;
	background-color: #000000;
} 


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. <br />
The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}


#Footer {
	height: 21px;
	margin-top: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #CC0000;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 16px;
	text-align: center;
	width: 100%;
}



 #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: 1px; /* padding on this element will create space, 
	just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	font-weight: bolder;
}

