body { 
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
body, td, p, b, i, li, select, a, input, textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

body, td, h1, p, b, i, li, select, input, textarea {
	color: #333333;
}

.blue {
color: #3C5DAA;
}
#banner {
	background-color: #3C5DAA;
	color: #fff;
	padding: 30px;
	margin: 0px 0px 30px 0px;
	font-family: georgia, serif;
	font-size: 48px;
	text-align: center;
}
#banner a#bannerlogo {
	color: #fff;
	font-family: georgia, serif;
	font-size: 48px;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}
br.bannermargin {
	line-height: 30px;
}
a, a:visited, a:link { 
	text-decoration: none;
	color: #3C5DAA; 
}
a:hover { 
	color: #3C5DAA; 
}
h1 {
	font-size: 18px;
	line-height: 1em;
}
h1.new {
	font-family: georgia, serif;
	font-size: 14px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	line-height: 1em;
}
div.headline h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.headline h1 {
	margin-top: 0px;
	padding-top: 0px;
}
div.headline b {
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}
div.captionedphoto {
	padding: 10px;
	margin: 10px;
	border: 1px #809FCA solid;
	text-align: center;
}
div.captionedphoto p {
	font-size: 10px;
	color: #666;
	text-align: left;
}
div.captionedphoto img {
}
p.pubdate {
	font-size: 10px;
	color: #999;
}
div.footer {
	padding: 20px 40px;
	color: #666666; 
	border-top: 1px #ccc solid;
	font-size: 10px;
}
div.footer p, div.footer a {
	font-size: 10px;
}
.zone {
	/* top right bottom left */
	padding: 0px 40px 40px 40px;
}
.internalcontent {
	/* top right bottom left */
	padding: 0px 40px 40px 0px;
}
table.adsizes td {
	font-family: georgia; 
	font-size: 10px;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 15px;
}

ul {
margin-top: 0px;
padding-top: 0px;
margin-left: 15px;
padding-left: 0px;
}
li {
margin-top: 0px;
padding-top: 0px;
}

.newsdate {
font-weight: bold;
font-size: 10px;
line-height: 1.18em;
}
.clearboth {
	clear: both;
	line-height: 2px;
}
.small {
font-size: 10px;
}
input.boxed, textarea.boxed {
border: 1px solid #036;
color: #036;
font-size: 11px;
font-family: verdana, sans-serif;
width: 220px;
}
.formtable td {
padding-top: 3px;
padding-bottom: 3px;
}
.formtable td.leftpadded {
padding-left: 30px;
}
.commentsfield {
height: 8em; 
}
.addressfield {
height: 3em; 
}
.reqd {
color: #f93;
}

/*  --- NEW ---  */
div#main {
	width: 950px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
div#secondarycontent {
	width: 900px;
	margin: 2px auto;
	background-image: url('../img/gradient.gif');
	background-repeat: repeat-x;
}
.bloglink {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.blogdate {
	font-size: 11px;
}
p.recentposts a {
	display: inline-block;
	margin-bottom: 8px;
	line-height: 15px;
}
div#secondarycontent div#leftcolumn {
	width: 198px;
	border-right: 2px white solid;
	float: left;
}
div#secondarycontent div#centercolumn {
	width: 420px;
	border-right: 2px white solid;
	float: left;
	padding: 30px 35px 50px 25px;
	margin: 0;
}
div#secondarycontent div#rightcolumn {
	width: 218px;
	float: right;
	margin: 0;
	padding: 30px 0 30px 0;
}
div.zone {
	padding-left: 20px;
	padding-right: 5px;
}
hr {
	clear: both;
	border-top: 1px #ccc solid;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	color: #ccc;
	margin: 20px 0;
	height: 1px;
}

