@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; /* 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-image: url(Images/Superior_Tracing.jpg);
	font-family: "Times New Roman", Times, serif;
}
#container  {
	width: 783px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #022043; /* this overrides the text-align: center on the body element. */
	height: 1015px;
	background: #dfdfdf;
}


#header  {
	width: 780px;
	background-image: url(Images/Superior_header.jpg);
	height: 164px;
}
#Navigation {
	height: 36px;
	width: 783px;
}


#mainContent  {
	width: 780px;
	height: 800px;
	margin: auto;
}
#SubHeader {
	height: 100px;
	width: 780px;
	font-size: 48pt;
	padding: 10px 0px 0px 0px;
}
#LeftMiddle {
	height: 450px;
	width: 390px;
	float: left;
	margin: auto;
}
#RightMiddle {
	height: 450px;
	width: 390px;
	float: right;
	margin: auto;
}
#Bottom {
	height: 250px;
	width: 780px;
	float: left;
	font-size: 16pt;
	text-align: left;
	margin: auto;
}
#footer  {

}
.footer_format {
	font-size: 12pt;
	text-align: center;
}
#OneLarge_MC {
	height: 700px;
	width: 780px;
	font-size: 24px;
}
#form {
	width: 450px;
	margin: auto;
	text-align: center;
	font-size: 16pt;
}
