@charset "UTF-8";
body {
	background: url(../images/Stars.jpg) repeat;
	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: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.25em;
	font-weight: normal;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		text-align: center; /* this overrides the text-align: center on the body element. */

}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: .7em;
}
.oneColFixCtrHdr #footer {
	border-top: 1px solid #FF9933;
} 
.oneColFixCtrHdr #container #footer p a {
	color: #FF9933;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #header p img {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 1em;
}
h1 {
	color: #FFFF00;
	line-height: 1.15em;
	font-size: 2em;
	text-transform: uppercase;
}
h2 {
	font-size: 1.5em;
	line-height: 1em;
	color: #66CC33
;
}
h3 {
	color: #FF9933;
	font-size: 1em;
	line-height: .85em;
}
a {
	color: #FF9933;
}
img {
	border-style: none;
}
.oneColFixCtrHdr #container #mainContent table {
	text-align: center;
}

