@charset "utf-8";
#mainContent table {
	background: no-repeat;
}
#mainContent    p a:link {
	color: #ffffff;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #fff;
}
#header p {
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFCC00;
}

#header a:link {
	color: #ffcc00;
}
#header a:visited {
	color: #ffcc00;
}
#header a:hover {
	text-decoration: none;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(/assets/images/footer.jpg) no-repeat bottom;
	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-position: right bottom;
	background-repeat: no-repeat;
}
.HorizontalBarHeader340 {
	background: url(/assets/images/horizontal_bar_340px.jpg) no-repeat center top;
	height: 20px;
}

.oneColFixCtrHdr #header {
	background: #000000;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}

#mainContent img {
	text-align: left;
}
#mainContent h6 {
	font: italic bold 10pt Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF9900;
	font-style: italic;
	text-align: center;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.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: 9px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
	text-align: center;
}
#footer  p a:link {
	color: #FFCC00;
}

#mainContent h1 {
	font: 14pt Verdana, Arial, Helvetica, sans-serif;
	color: #ffcc00;
}

.pcaption {
	color: #ffcc00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#mainContent   p a:visited {
	color: #ffffff;
}
#mainContent  p a:hover {
	text-decoration: none;

}
#mainContent  p {
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCCCCC;
}
#mainContent h5 {
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCCCCC;
}
#footer  p a:visited {
	color: #FFCC00;
}
#footer  p a:hover {
	color: #FFCC00;
	text-decoration: none;
}

