body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: white;
	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;
}
img {
	border:0;
}
td {
	vertical-align:top;
	font-size:16px;
	border-width: 0;
}
table {
	border-collapse:collapse;
}
h1 {
	color:#000066;
	font-size:22px;
	line-height:110%;
	font-weight: normal;
}
.oneColFixCtrHdr #container {
	background: #FFFFFF;
	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. */
}
.oneColFixCtrHdr #header {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtrHdr #mainContent {
	width: 990px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#nav {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 988px;
	background: url(images/nav_bg.jpg) no-repeat top center;
	height:34px;
	overflow:hidden;
}
ul#navItems{ margin: 0; padding:0;list-style-type: none;}
ul#navItems li{ -moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	float:left;
	padding:7px 10px;
	border-right:1px solid #FADB01;}
ul#navItems li a, ul#navItems li a:hover, ul#navItems li a:visited  {color:white;text-decoration:none;}
ul#navItems li a:hover {text-decoration:underline;}

div#mainContent {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 980px;
}
span.black {
	color: #000;
}
td#columnTwo {
	background: url(images/columnTwo_bg.jpg) no-repeat top center;
	color:#666666;
	width: 424px;
	font-size: 14px;
	background-color: #ececff;
}
td#columnTwo.home{
background-image:none;
background-color: #F1F0FE;
}
td#columnTwo.home div:first-child{text-align:center;padding-top:20px;}
td#columnTwo p#firstPara {
	margin-top:380px;
	line-height: 110%;
}
td#columnTwo.home p#firstPara {
	margin-top: 10px;
}
td#columnTwo p {
	line-height: 150%;
	padding: 5px 10px 5px 15px;
}
td#columnTwo a {
	text-decoration:none;
	color: #666;
}
td#columnOne {
	padding: 2px 65px 10px 30px;
	color: #666;
}
td#columnOne a {
	text-decoration:underline;
	color: #444;
}
td#columnOne p {
	line-height: 120%;
}
td#columnOne li {
	margin-bottom: 8px;
}
td#columnOne ul, ol {
	margin-bottom: 25px;
}
ol.bolder li {font-weight:bold;padding-bottom:15px;}

td#credit {
	color:#999999;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	padding: 10px;
	background:url(images/credit_bg.jpg);
	padding-left: 15px;
}
td#credit a {
	color:#999999;
	text-decoration: none;
}
div#footer {
	background: url(images/nav_bg.jpg) no-repeat center center;
	height: 33px;
	margin-bottom:20px;
}
span.byLine { font-size:16px;
}

