@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: #0A0E11;
	background-color: #9DD7FC;
	font-family: Calibri;
	font-size: 18px;
	background-image: url(images/backnew.jpg);
	background-repeat: no-repeat;
	background-color: #82DBF9;

}
.oneColFixCtrHdr #container {
	width: 1100px;
	margin: 0 auto; /* 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: #82DBF9;
	background-repeat: repeat;
	background-position: top;
}
.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. */
	background-color: #82DBF9;
	border-top-width: 2px;
}
.oneColFixCtrHdr #header h1 {

}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #82DBF9;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFCC;
}
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.maintext {
	font-size: 17px;
	font-family: Calibri;
}
.menu {
	font-family: Calibri;
	font-size: 20px;
	color: #2A3FAA;
	font-weight: bold;
}
.headers {
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
}
.section {
	font-family: Calibri;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}


a:link {
	color: #00C;
}
a:visited {
	color: #00C;

}
a:hover {
	color: #2A1F00;
}
a:active {
	color: #00C;


}.whiteframe {
	border: medium solid #FFF;
	background-color: #FFF;
}

