@charset "UTF-8";
body {
	background: url(images/template/bkg_bands.gif);
	margin: 10px 0 0 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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: normal;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
.reverseText {
	color: #FFFFFF;
}
.reverseText a {
	color: #FFFFFF;
}
.reverseText a:hover {
	color: #FFFF00;
}
a {
	color: #1A4380;
}
a:hover {
	color: #CC6600;
}
h1, h2, h3, h4, h5 {
	margin: 10px 0 4px 0;
}
h1 {
	color: #1A4380;
	font-size: 16pt;
}
h2 {
	color: #996600;
	font-size: 18pt;
}
h3 {
	color: #333333;
	font-size: 12pt;
}
h4 {
	color: #333333;
	font-size: 11pt;
}
h5 {
	color: #333333;
	font-size: 10pt;
}
li {
	margin-bottom: 8px;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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 {
	height: 140px;
	background: url(images/template/head_logo.gif) left no-repeat;
	padding: 0 10px 20px 10px;
	text-align: left;
	border-bottom: solid #000000 thin;
}
.oneColFixCtrHdr #navcontainer {
	background: #1A4380;
	padding: 0 0 0 75px;
	text-align: center;
	border-bottom: solid #000000 thin;
	height: 30px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1A4380;
	color: #FFFFFF;
	text-align:center;
	font-size: 80%;
	font-weight: bold;
}
.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 */
}

.oneColFixCtrHdr #adBanner {
	text-align: center;
	margin: 5px 0 0 0;
}
.oneColFixCtrHdr #searchbox {
	float: right;
}
.oneColFixCtrHdr #SubscribeNow {
	float: right;
    clear: right; 
    margin: 10px 30px 0 0; 
}
.oneColFixCtrHdr #rightColumn {
	float: right;
	text-align: center;
	margin: 0 0 0 20px;
}
.frontPageBullets {
	color: #666666;
	font-size: 11pt;
	font-weight: bold;
}
.frontPageBullets a {
	text-decoration: none;
}
.frontPageBullets a:hover {
	text-decoration: underline;
}
.columnistsTable {
	font-weight: bold;
	color: #CCCCCC;
}.columnistsTable a {
	color: #EEEEEE;
}.columnistsTable a:hover {
	color: #FFFF00;
}
