@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: #000000;
	background-color: #666666;
	background-image: url(../images/bg_test.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 40px auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	background-image: url(../images/header2.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 90px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	height: 500px;
	background-image: url(../images/main_backgrounda.png);
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
}
.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 */
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	font-size: 83%;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}
table_contents_spacer {
	width: 250px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 15;
}

.top{
vertical-align:top;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}
