body{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height:1.25;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
	padding-left: 90px;
	padding-right: 90px;
	border: none;
	vertical-align: top;
}
a:link{
	text-decoration: underline;
	color: #00175B;
}
a:visited{
	text-decoration: underline;
	color: #00175B;
}
a:active{
	text-decoration: underline;
	color: #99C;
}
a:hover{
	text-decoration: underline;
	color: #00F;
}

h1 {
    text-align: center;
}

h1, h2, h3, h4, h5, h6{
	font-size: 12pt;
	font-weight: bold;
	color: #00175B;
	padding: 3px;
	padding-bottom: 10px;
}
p{
	padding-bottom:1em;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
#header{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:860px;
	overflow:auto;
}
#header-menu{
	float:left;
	width:235px;
	background:transparent url('../images/bluefadeh.png') repeat-y scroll right top;
	font-size: 11px;
	font-weight: bold;
	height: 232px;
	margin: 0 10px 0 0;
	padding-top: 7px;
	padding-right: 10px;
	text-align: right;
}
#header-menu a{
	color: #ccc;
	text-decoration: none;
}

#header-menu a:hover{
	color: white;
	text-decoration: none;
}
#header-menu li {
	background: url('../images/bullets.png') no-repeat bottom right;
	list-style-type: none;
	padding-bottom: 4px;
}
#header-menu li.last{
	background: none;
}
#header-menu li.current_page_item a, #header-menu li.current_page_parent a {
	color: #FFF;
	border-right: 5px solid #FFF;
	padding-right: 5px;
}
#header-logo{
	overflow: hidden;
	float:left;
	height:239px;
	width:536px;
	background: url('../images/topsix.png') no-repeat bottom;
}
#header-logo a,img{
	border:none;
	outline:none;
}
#content{
	float:left;
	margin-bottom:10px;
}
#content-left-border{
	float:left;
	height:252px;
	width:15px;
	margin-right:5px;
	background: url('../images/bluefadev.png') no-repeat;
}
#content-right-border{
	float:left;
	height:252px;
	width:15px;
	margin-left:5px;
	background: url('../images/bluefadev.png') no-repeat;
}
#content-leftColumn{
	float:left;
	width:235px;
	min-height:242px;
	background: url('../images/grayfade.gif') repeat-y top left;
	margin-right:10px;
	padding:5px;
}
#content-leftColumn p{
	padding-bottom:.5em;
}
#content-leftColumn ul{
	padding: 2px 2px 1em 8px;
	list-style: none;
	color: #000;
}
#content-leftColumn ul li{
	list-style: none;
	padding-left: 0;
}
#content-rightColumn{
	float:left;
	width:535px;
	min-height:252px;
	overflow:auto;
}
#content-rightColumn img.headerImg{
	margin:5px;
}
#content-rightColumn ul{
	padding: 2px 2px 1em 8px;
	list-style: none;
	color: #000;
}
#content-rightColumn ul li{
	list-style: none;
	padding-left: 15px;
	background: url('../images/bullet.png') 0px 4px no-repeat;
}
#footer-container{
	float:left;
	width:900px;
}
#footer{
	margin-left:auto;
	margin-right:auto;
	width:860px;
}
#footer-leftColumn
{
	float:left;
	background:url('../images/bluefadeh.png');
	width:246px;
	font-size: 9pt;
	height: 75px;
	line-height:75px;
	text-align: center;
	margin:0 10px 0 0;
}

#footer-leftColumn a
{
	color: #ccc;
	text-decoration: none;
}

#footer-leftColumn a:hover
{
	color: #fff;
	text-decoration: none;
}
#footer-rightColumn{
	float:left;
}
#footer-rightColumn a,img{
	border:none;
	outline:none;
}
.postmetadata {
    font-size: 0.8em;
    color: #666;
    clear: both;
}
.alignleft {
    float: left;
    margin: 0 5px 5px 0;
}

.alignright {
    float: right;
    margin: 0 0 5px 5px;
}
ol.commentlist li {
    margin: 5px;
    padding: 5px;
    border: 1px solid #999;
    background-color: #CCC;
}
ol.commentlist li img {
    display: none;
}
ol.commentlist li .comment-author, ol.commentlist li .comment-meta {
    padding-bottom: 1em;
}
#theContent {
    padding-top: 1em;
}
div#footer-rightColumn li {
    list-style: none;
}
.clearer {
    clear: both;
}
