body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color:#2A5F81;
	/*background-image: url(../images/gridtile_bkgrd.gif);*/
}

body,td {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

h2 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 14px;
}

h4 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #0F2F43;
	margin: 0;
	padding: 0;
}

div#siteWrapper {
	margin: auto;
	text-align: left;
	width: 980px;
}

div#bodyWrapper {
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #fff;
    background-image: url("/images/leftnav_fill.gif");
    background-repeat: repeat-y;
	width: 978px;
	text-align: left;
}

div#bodyWrapper2 {
	margin: 0px;
	padding: 0px;
	background-position: right;
	background-image: url("/images/main_fill_new.gif");
	background-repeat: repeat-y;
	width: 978px;
	border: 1px solid #000;
}

div#bodyWrapper3 {
	margin: 0px;
	padding: 0px;
	background-position: right;
	background-image: url("/images/main_fill2.gif");
	background-repeat: repeat-y;
	width: 978px;
	border: 1px solid #000;
}

div#header {
	width: 980px;
	height: 70px;
	background-color: #2A5F81;
}

div#footer {
	width: 974px;
	height: 16px;
	background-color: #222;
	border: 1px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	border-top: 0px;
	color: #ccc;
	text-align: right;
}

div#leftNav {
	float: left;
	width: 169px;
	color: #fff;
	position: relative;
	top: 105px;
	font-size: 12px;
	min-height: 400px;
}

div#bodyContent {
	float: right;
	width: 800px;
}

div#dateHeader {
	background-color: #fff;
	width: 796px;
	height: 20px;
	padding-right:4px;
	padding-top: 3px;
	text-align: right;
	font-size: 13px;
}

div#adContent {
	background-color: #fff;
	width: 793px;
	height: 100px;
	padding: 2px;
	padding-right:5px;
	border-bottom: 1px solid #999;
}

div#topContent{
	float: right;
}

div#topmenu {
	background-color: #fff;
	width:265px;
	height: 18px;
	text-align: center;
	margin-top: 5px;
}

div#searchBox{
	width: 265px;
	height: 20px;
	text-align: right;
	color: #fff;
	position: relative;
	top: 20px;
}

div#rightContent{
	float: right;
	width: 175px;
	padding-right: 4px;
	background-color: #ccc;
}

div#main{
	clear: both;
	float: left;
	width: 610px;
	padding-left: 5px;
	padding-right: 5px;
}

div#mainLeft{
	float: left;
	width: 390px;
	padding-left: 3px;
	padding-right: 5px;
	font-size: 11px;
}

div#mainRight{
	float: right;
	width: 200px;
	padding-left: 5px;
	padding-right: 3px;
}

.clear {
    clear: both;
    display: block;
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#leftNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

#leftNav li{
	width: 100%;
	border-bottom: 1px solid #eee;
}

#leftNav a{
	color: #fff;
	text-decoration: none;
	line-height: 20px;
}

#leftNav a:hover{
	color: #cc6600;
}

#leftNav ul.featured{
	margin-left: 8px;
	/*text-indent: -4px;*/
	font-size: 10px;
}

#leftNav ul.featured li{
	border:0;
}

#leftNav ul.featured li:before {
	content: "\00BB \0020";
}

#leftNav ul.featured a{
	line-height: 15px;
}

a{
	color: #cc6600;
}

.dropcap {
	float:left;
	color:#D4D4C7;
	font-size:60px;
	line-height:45px;
	padding-top:0px;
	font-family: Times, serif, Georgia;
}

div.quote {
        color:#333;
        background-color:#eee;
        margin-left: 8px;
        margin-top:4px;
        margin-right:5px;
        width: auto;
        padding: 3px;
        font-size: 11px;
        font-family: Helvetica;
        border-top:1px solid #aaa;
        border-bottom: 1px solid #aaa;
        display:table;
}