#centerline {
        text-align: center;
        position: absolute;
        left: 0px;
        width: 100%;
        top: 0;
        height: 1px;
        overflow: visible;
        visibility: visible;
        display: block;
}
#mainblock {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -485px;
	margin-top: 5px;
        width: 970px;
}
#adrail_right {
        float: right;
}
.adzone_right {
        margin-left: 5px;
        margin-bottom: 10px;
}
#adrail_rectangles {
	float: left;
}
.adzone_rectangle {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid lightgrey;
	width: 300px;
	height: 250px;
}
#header {
        font-size: xx-large;
        color: #000080;
        text-align: center;
}
#navbar_top {
	height: 40px;
	margin-bottom: 10px;
	text-align: left;
	width: 612px;
}
#navbar_top ul {
	/* background: red; */
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: justify;
	width: auto;
}
#navbar_top ul li {
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: #ececec;
	float: left;
	padding: 5px;
	text-align: center;
	width: 118px;
}
#navbar_top ul li:hover {
	background: #d5d5d5;
	color: #000000;
}
#navbar_top ul li a:link {
	text-decoration: none;
}
#navbar_top ul li a:visited {
	text-decoration: none;
}
#navbar_top ul li a:active {
	color: #ff0000;
	text-decoration: none;
}
#navbar_top ul li a:hover {
	text-decoration: none;
}
#navbar_bot {
	text-align: center;
}
#float_break {
        clear: both;
        visibility: hidden;
        display: none;
}
#content {
        width: 800px;
        overflow: visible;
}
#content_thin {
	margin-left: 310px;
	width: 490px;
	text-align: left;
}
#footer {
	padding-bottom: 10px;
	padding-top: 40px;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 800px;
}
BODY {
	font-family: Georgia;
}

#result_search_form {
    visibility: visible;
    display: block;
    width: auto;
}

#pagination {
    text-align: center;
   
}


.StoryHeadline {
        font-size: large;
}
.StoryByline {
        font-size: smaller;
}
.StoryPubdate {
        font-size: x-small;
}
.Storybody { }
.StoryCopyright {
        font-style: italic;
}
.StoryExpiredBox {
        background: #ececec;
        border: 1px solid #ff0000;
        color: #000000;
        font-weight: bold;
        margin-bottom: 10px;
        width: 300px;
}

.featured_home {
	padding-left: 25px;
	background: url('/images/featured.png') no-repeat left center;
}

