@charset "utf-8";
<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #900000;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #900000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-color: #000000;
}

.oneColFixCtrHdr #container2 {
	width: inherit;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #900000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	border-color: #000000;
	max-height: 500px;
}

.oneColFixCtrHdr #container3 {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #900000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	border-color: #000000;
	max-height: 500px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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-color: #900000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #900000;
}
.oneColFixCtrHdr #footer {
	background:#600000;
	text-align: center;
}

.oneColFixCtrHdr #footer2 {
	width: 600px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#900000;
	border: 2px solid #000000;
	border-color: #000000;
}

.oneColFixCtrHdr #footer3 {
	
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#600000;
	border: 0px solid #000000;
	border-color: #000000;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.style64 {font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	
}

.style65 {font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	
}
.style63 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: none;
	text-align: left;
	padding: 20px;
}

h1 {main.css (line 123)
font-size:188%;
	font-size: x-large;
}

h2 {main.css (line 123)
font-size:188%;
	font-size: large;
}
h1, h2, h3, h4, h5, h6 {
	background:transparent none repeat scroll 0%;
	border-bottom:2px solid #000000;
	color:black;
	font-weight:normal;
	margin:0pt;
	padding-bottom:0.17em;
	padding-top:0.5em;
	font-family: Arial;
	
}

a:link {
	color: #000000;
	text-decoration: Underline;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.style61 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:active {
	text-decoration: none;
}

body {
	background-color: #900000;
}
.style103 {font-family: Arial, Helvetica, sans-serif}
.style104 {font-size: x-large}
</style>
