/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FED100;
	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 */
	font-size: 12px;
	color: #666666;
}
.navigation ul {margin: 0; padding-left: 15px;}
.navigation li {
	padding: 0px 0px 2px 2px;
}
.oneColFixCtrHdr #container {
	width: 851px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FED100;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
}
.oneColFixCtrHdr #header {
	background: #FED100; 
	padding: 5px 0;  /* 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 #header2 {
	background: #ffffff; 
	padding: 0 0 0 0;  /* 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 #header3 {
	width: 785px;
	_width: 851px; /* IE */
	overflow: hidden;
	background: #ffffff; 
	padding: 0 33px;  /* 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 #flash {
	background: #ffffff; 
	padding: 0 0 0 0;  /* 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 #mainContent {
	width: 785px;
	_width: 851px; /* IE */
	padding: 16px 33px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	overflow: hidden;
}
.oneColFixCtrHdr #footer {
	padding: 16px 33px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.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 */
}
.style1 {color: #333333}

.bodycopy-light {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.pie {
	font-size: 10px;
	font: verdana;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bodycopy-dark-sma {font-family: Verdana, Arial, Helvetica, sans-serif; color: #221713; font-size: 10px; }
.bodycopy-dark-med {font-family: Verdana, Arial, Helvetica, sans-serif; color: #221713; font-size: 11px; }
.bodycopy-dark {font-family: Verdana, Arial, Helvetica, sans-serif; color: #221713; font-size: 12px; }
.bigone {font-family: Verdana, Arial, Helvetica, sans-serif; color: #221713; font-size: 14px; }
.listing {font-family: Verdana, Arial, Helvetica, sans-serif; color: #221713; font-size: 12px}
.title_news {font-family: Verdana, Arial, Helvetica, sans-serif; color: #221713; font-size: 18px}

a.darklink:active {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #221713; font-size: 12px; text-decoration: none}
a.darklink:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #221713; text-decoration: none}
a.darklink:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #221713; text-decoration: none}
a.darklink:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; text-decoration: none}

a.lightlink:active {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-size: 12px; text-decoration: none}
a.lightlink:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; text-decoration: none}
a.lightlink:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; text-decoration: none}
a.lightlink:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #221713; text-decoration: none}

a.pielink:active {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #221713; font-size: 10px; text-decoration: none}
a.pielink:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #221713; text-decoration: none}
a.pielink:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #221713; text-decoration: none}
a.pielink:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; text-decoration: none}

