@charset "UTF-8";
body {
	font: 10pt Georgia, Times New Roman, Times, serif;
	background: #13181B;
	background-image: url(images/background.gif);
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 926px;
	height: 284px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	margin: 0 auto;
}
.oneColFixCtrHdr #mainContent {
	float: left; /* since this element is floated, a width must be given */
	width: 862px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	background-image: url(images/background_main.gif);
	padding: 30px 32px 0 32px;
}
.oneColFixCtrHdr #footer {
	background:#FFFFFF;
	background-image: url(images/background_footer.gif);
}
.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: 32px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center; 
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0;
    line-height: 0px;
	background-image: url(images/background_main.gif);
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;

}
.style1 {
	font-size: 24pt;
	font-weight: bold;
}
.style2 {
	font-size: 28pt;
	color: #5DB809;
    line-height: .9em;
}
.style3 {
	font-size: 12pt;
	font-weight: bold;
}
.style4 {
	font-weight: bold;
}
.style5 {
	font-size: 14pt;
