@charset "utf-8";
body,td,th {
	color: #FFFFFF;
}
h1,h2,h3,h4,h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFF99;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 9pt;
}



.style2 {	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.style7 {	color: #FFFF99;
	font-weight: bold;
}

.style8 {
	font-size: 9pt;
	color: #FFFFFF;
}

.style10 {color: #FFFF99}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #333333;
}
.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: #7B7B7B;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
.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 {
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 2px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	width: 840px;
	height: 500px;
}
.oneColFixCtrHdr #mainContent2 {
	background-position: center bottom;
	margin: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	width: 350px;
	float: left;
	height: 250px;
	position: fixed;
	visibility: inherit;
	z-index: auto;
}

.oneColFixCtrHdr #footer {
	background-color: #333333;
	background-image: url(images/footer1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 100;
}
.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 */
}
.oneColFixCtrHdr #header2 {
	background-color: #DDDDDD;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContentimg {
	background-position: center bottom;
	margin: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	width: 350px;
	float: left;
	height: 350px;
	position: fixed;
	visibility: inherit;
	z-index: auto;
}


.frontpage-text {
    color: white;
    font-size: 12px;
    margin-left: 640px;
    margin-top: -468px;
    width: 250px;
}