@charset "utf-8";
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: #000;
}
.oneColFixCtrHdr #container {
	width: 960px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	color: #000;
	background-image: none;
}
.oneColFixCtrHdr #header {
	background-color: #000;
	height: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 960px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background-color: #000;
	color: #FFF;
	width: 575px;
	text-align: left;
	font-size: 12px;
	float: right;
	height: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}

.oneColFixCtrHdr #footer {
	background-color: #000;
	clear: both;
	width: 960px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
}
#HJ {
	float: left;
	height: auto;
	width: 375px;
	margin-top: 3px;
	margin-left: 4px;
	background-color: #000;
}
h1 {
	font-family: Calibri;
	font-size: 16pt;
	font-weight: bold;
}
h2 {
	font-family: Calibri;
	font-size: 14pt;
	font-weight: bold;
}
p {
	font-family: Calibri;
	font-size: 12pt;
	color: #FFF;
	font-style: normal;
}


.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}.list {
	font-family: Calibri;
	font-size: 12pt;
	font-style: normal;
}
#menu {
	background-color: #000;
	float: left;
}
#PICTURE {
	float: left;
	height: auto;
	width: 375px;
	margin-left: 5px;
	border-left-style: none;
	background-color: #000;
	margin-top: 5px;
	clear: none;
	padding: 0px;
}
h5 {
	font-family: Calibri;
	font-size: 12pt;
}
.oneColFixCtrHdr #container #mainContent ul li {
	color: #FFF;

}
.oneColFixCtrHdr #container #mainContent div ul {
	font-family: Calibri;
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent table tr td {
	font-family: Calibri;
	font-size: 12pt;
	text-align: left;
}

.oneColFixCtrHdr #container #mainContent ul {
	font-family: Calibri;
	font-size: 12pt;
}
.hyperlink {
	color: #CC9;
	text-decoration: underline;
}
#listhyperlink {
	color: #CC9;
	text-decoration: underline;
}
h3 {
	font-family: Calibri;
	font-size: 12pt;
	font-weight: bold;
}
