@charset "utf-8";
body {
	background: #F0F2CA;
	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: #009966;
	font-family: "Bookman Old Style", "Comic Sans MS";
	font-size: 100%;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.oneColFixCtrHdr #container #mainContent a {
	background-color: #FFFFCC;
}

.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	color: #006699;
	background-color: #FFFFFF;
	height: 42mm;
	width: auto;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 20;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-style: normal;
	background-image: url(nebo.gif);
}
.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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	color: #006666;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 15px;
	background-color: #FFFFCC;
	font-size: 14px;
	font-style: italic;
	color: #006666;
}
.oneColFixCtrHdr #footer {
	background-color: #00CCCC;
	padding: 0;
}
.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 */
	text-align: center;
	font-size: 10px;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #66CCCC;
	font-style: oblique;
}
.oneColFixCtrHdr #container #header table tr th a {
	color: #006699;
	text-transform: none;
	text-decoration: none;
	font-family: "Bookman Old Style", "Comic Sans MS";
	background-color: #9933CC;
}

.style1 {
	color: #00CCCC;
	font-weight: bold;
}
.style4 {
	color: #006666
}
body, td, th {
	color: #FF6600;
}
.style6 {
	color: #FFFF00;
	font-size: larger;
}
.style8 {
	color: #FF6600
}
.oneColFixCtrHdr #container #header table {
	font-family: "Bookman Old Style", "Comic Sans MS";
	font-style: oblique;
	color: #FF9933;
}
.style10 {
	color: #006666;
	font-weight: bold;
	font-style: italic;
}
.style12 {
	color: #FF6600;
	font-weight: bold;
}