html
{
height: 100%;
}

body
{
height: 100%;
margin: 0px;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
line-height: 15px;
color: #000;
background-color: #FFF;
}

/* main holding containers */

#outer
{
margin-right:auto;
margin-left:auto;
width: 800px;
position: relative;
}

#container
{
float:left;
width:100%;
min-height: 100%;

background-image: url("images/bg.gif");
}

* html #container
{
height: 100%;
}

#main
{
float: left;
width: 550px;
margin-top:10px;

}

.leftcontent
{
float: left;
width: 280px;
}

.rightcontent
{
margin-left:10px;
float: right;
width: 250px;
}

.rightcontentwide
{
float: right;
width: 432px;
margin-top:4px;
}
#rightcol
{
float: left;
width: 230px;
margin-top:18px;
margin-left:20px;
}
/* fonts */

h1, h1 a
{
margin: 0 0 3px 0;
font-size: 20px;
font-family: Georgia, Times, serif;
color: #a2057d;
font-weight: bold;
text-decoration: none;
}

h2, h2 a
{
margin: 0 0 3px 0;
font-size: 14px;
font-family: Georgia, Times, serif;
color: #a2057d;
font-weight: bold;
text-decoration: none;
}

h3, h3 a
{
margin: 0 0 3px 0;
font-size: 14px;
font-family: Georgia, Times, serif;
color:#a2057d;
font-weight: bold;
text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover
{
color: #008ED1;
text-decoration: none;
}
ul{margin:0;padding:0}
li
{
margin:0;
padding:0;
list-style-type: none;

}

.newsfeeds li
{
margin: 0 0 0px 0px;
padding: 0;
padding-left:5px;
list-style-type: none;
list-style-image: none;
background: none;

}

.by, .by a
{
margin: 6px 0 12px;
font-weight: bold;
color: #555;
text-decoration: none;
font-size:10px;
}

.by a:hover
{
text-decoration: underline;
}

p
{
margin: 6px 0 12px;
}

a
{
font-size:9px;
color: #333399;
font-weight:bold;
text-decoration: none;
font-family: Tahoma;
}

a:hover
{
text-decoration: underline;
}

.spacer
{
clear: both;
/*border-top: dotted #CCC 2px;*/
border-top: solid #CCC 1px;
margin: 5px 0;
}

.rule
{
clear: both;
border-top: solid #CCC 1px;
margin: 8px 0;
}

img
{
border: none;
}

.clear
{
clear: both;
height: 0;
margin: 0;
padding: 0;
font-size: 0;
line-height: 0;
}

/* main header */

#header
{
height: 99px;
padding: 5px 0 0 0;
background: url("images/header_bg.gif") 0 5px;
}

#logo
{
float: left;
width: 398px;
}

#headerbanner
{
float: right;
width: 468px;
margin: 23px 17px 0 0;
}

#headerend
{
float: right;
width: 1px;
}

/* date */

#date
{
float: left;
margin: 0;
padding: 0;
font-weight: bold;
color: #333333;
}

#time
{
float: left;
margin: 0;
padding: 0;
color: #000;
}

/* search */

#search
{
float: right;
margin: 0;
padding: 0;
}

#search_input {
float: left;
width: 180px;
height: 14px;
margin: 0;
padding: 1px 0 1px 3px;
font: normal 11px tahoma;
color: #555;
border: 1px solid #ccc;
background: #fcfcfc;
}

#searchsubmit
{
float: left;
margin: -3px 0 0 5px;
}


/* pullquotes */

.pullquote
{
float: right;
width: 182px;
padding: 8px 10px 10px;
margin: 4px 0 8px 8px;
font-family: Georgia, Times, serif;
color: #440000;
font-size: 11px;
line-height: 16px;
font-weight: bold;
border: solid #AD9356 1px;
background-color: #E7E1D2;
}

/* news photos */

.photo
{
float: left;
width: 280px;
margin: 6px 2px 12px 0;
line-height: 0;
}
.photo img{width:280px;height:180px}

.photosmall
{
float: left;
width: 100px;
margin: 6px 12px 12px 0;
line-height: 0;
}

.caption
{
padding: 4px 6px 5px;
margin: 0;
font: 10px Tahoma, Arial, Helvetica, sans-serif;
color: #CCC;
line-height: 12px;
background-color: #555;
}


/* footer */

#footercontainer
{

width: 980px;
height: 140px;
margin: 0px auto 0 auto;
}

#footer
{
	clear: both;
	height: 140px;
	text-align: left;
	color: #DDD;
	background-color: #003C78;

}
#footer li{list-style: none;}

.menu{width:300px;margin-left:40px;}
.menu ul{padding-top:15px}
.menu li{list-style-type: none;}
.menu a{color:#ffffff}

.archive{width:150px;float:left}
.archive li{background-image:none}

.more-link a{font-size:10px;}

.subscribe_service{
width:100px;
float:left;
}
#mainmenu li{display:inline}

#wp_page_numbers {margin:0 0 10px 0;}
#wp_page_numbers ul {margin:0;}
#wp_page_numbers ul li {list-style:none; float:left; font-size:10px;}
#wp_page_numbers ul li a { color:#000000; border:1px solid #cccccc; padding: 3px 5px; margin: 0 2px;}
#wp_page_numbers ul li a:hover { border:1px solid #a2057d;}
