@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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/background.jpg);
	vertical-align: top;
	margin: 0 auto 0 auto;
}
.oneColFixCtrHdr   #container {
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 780px;
	margin: 0 auto;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* 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-image: url(../images/banner.jpg);
	height: 150px;
}
.oneColFixCtrHdr  #header h1 {
	padding: 0 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	background-image: url(../images/footer.jpg);
	height: 22px;
	float: bottom;
}
.oneColFixCtrHdr #container #mainContent #title {
	text-align: left;
	vertical-align: top;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFFF00;
	padding: 0 10px 0 10px;
	background-color: #000000;
}
.oneColFixCtrHdr #container #mainContent #content {
	font-family: Arial, Helvetica, sans-serif;
	color: #0F0E1D;
	padding: 0 10px 0 10px;
}
.oneColFixCtrHdr #container #mainContent #content a {
	font-family: Arial, Helvetica, sans-serif;
	color: #1A1A33;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #content p {
	font-size: 90%;
}
.oneColFixCtrHdr #container #mainContent #content ul {
	font-size: 85%;
}
