
/* CSS Document */

/* PAGE LAYOUT ELEMENTS */

body
{
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #B0B0B0;
}

div.header
{
	width: 100%; /*margin-top: 5px;*/
	background: white;
	font-family: georgia;
	font-size: 13px;
	text-align: center;
	color: #000000;
}

div.headcontain
{
	width: 100%;
	overflow: hidden;
}

div.idslogo
{
	float: left;
	width: 650px;
}

div.headadleft
{
	width: 134px;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	float: left;
	text-align: center;
}

div.headadright
{
	width: 134px;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	float: right;
	text-align: center;
}

div.header p
{
	padding: 0px;
	margin: 0px;
}

div.header p.date
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

div.header p.ads
{
	width: 460px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #B0B0B0;
}

div.header p
{
	padding: 0px;
	margin: 0px;
}

div.header p.website
{
	margin-top: 0px;
	margin-bottom: 3px;
	font-family: arial,tahoma;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 8px;
	color: #900000;
}

div.header a:link
{
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	text-decoration: none;
}

div.header a:visited
{
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	text-decoration: none;
}

div.header a:hover
{
	color: #900000;
}

.last_update
{
    cursor: pointer;
}

div.navbar
{
	width: 100%;
	padding-top: 2px;
	padding-bottom: 3px;
	background: #990000;
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
	font-weight: bold;
	color: white;
	overflow: hidden;
}

div.navbar a:link
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	color: white;
	border-right: 1px solid white;
	text-decoration: none;
}

div.navbar a:visited
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	color: white;
	border-right: 1px solid white;
	text-decoration: none;
}

div.navbar a:hover
{
	background: #989898;
}

div.navbar a:link.down
{
	background: #989898;
}

div.navbar a:visited.down
{
	background: #989898;
}

div.navbar a:hover.down
{
	background: #989898;
}

div.navbar2
{
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #989898;
	font-family: arial,tahoma,sans-serf;
	font-size: 11px;
	font-weight: bold;
	color: white;
	overflow: hidden;
	display: none;
	height: 13px;
}

div.navbar2_space
{
	/*display: block;*/
	background-color: #FFFFFF;
}

div.navbar2 a:link
{
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	color: white;
	text-decoration: none;
}

div.navbar2 a:visited
{
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	color: white;
	text-decoration: none;
}

div.navbar2 a:hover
{
	text-decoration: underline;
}

div.links
{
	float: left;
}

div.search
{
	height: 10px;
	float: right;
	margin-right: 0px;
}

div.search a:link
{
	border-right: 0px;
	background: #900000;
}

div.search a:visited
{
	border-right: 0px;
	background: #900000;
}

div.search a:hover
{
	border-right: 0px;
	background: #900000;
}

div.search input
{
	height: 13px;
	border: 0px;
	background-color: #ffffff;
}

div.container
{
	margin-top: 10px;
	height: auto;
	overflow: hidden;
}

div.main
{
	float: left;
	padding-right: 10px;
	width: 629px;
}

div.sidebar
{
	float: left;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #B0B0B0;
}

div.middle_fill
{
    float: left;    
    width: 960px;    
    border-top: 1px solid #B0B0B0;
    border-bottom: 1px solid #B0B0B0;
    
    overflow: hidden;
    
    height: 250px;
}

div.content
{
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
}

div.content p.tag {
	font-family:arial,tahoma;
	font-size:12px;
	margin-top:0px;
	margin-bottom:3px;
	}

div.content h1.story
{
	font-family: georgia;
	font-size: 26px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

.subheadline
{
    font-family: georgia;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

div.content h2.story
{
	font-family: georgia;
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
}

h3.section
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 10px;
	font-family: arial;
	font-size: 17px;
	color: #900000;
	border-bottom: 1px solid #B0B0B0;
	text-transform: uppercase;
}

h3.kicker
{
    color: #555555;
    font-family: arial,tahoma;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 0;
    text-transform: uppercase;
}

h3.tagger
{
    color: #900000;
    font-family: arial,tahoma;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 0;
    margin-left: 50;
    text-transform: uppercase;
}


h3.section a:link
{
	color: #900000;
	text-decoration: none;
}

h3.section a:visited
{
	color: #900000;
	text-decoration: none;
}

h3.section a:hover
{
	color: #900000;
	text-decoration: none;
}

div.content p.story
{
	font-family: georgia;
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 18px;
}

div.content p.byline
{
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.content p.byline a:link
{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #900000;
}

div.content p.byline a:visited
{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #900000;
}

div.content p.byline a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #900000;
}

div.content .affliation
{
	font-family: arial,tahoma,sans-serf;
	font-size: 11px;
	color: #000000;
}

div.content p.subbyline
{
	font-family: arial,tahoma,sans-serf;
	font-size: 11px;
	color: #303030;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

div.content p.tag
{
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

div.content p.caption
{
	font-family: arial,tahoma,sans-serf;
	font-size: 11px;
	color: #181818;
	margin-top: 0px;
	margin-bottom: 10px;
}

div.content p.photocredit
{
	font-family: arial,verdana,tahoma;
	font-size: 9px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

div.footer
{
	width: 100%;
	border-top: 1px solid #B0B0B0;
}

div.footer p
{
	margin: 3px;
	font-family: arial,tahoma;
	font-size: 11px;
	text-align: center;
	color: #303030;
}

div.footer p a:link
{
	color: #303030;
	text-decoration: none;
}

div.footer p a:visited
{
	color: #303030;
	text-decoration: none;
}

div.footer p a:hover
{
	color: #303030;
	text-decoration: underline;
}


/* PAGE LAYOUT ELEMENTS */

/* MAIN DIV ELEMENTS */

div.tabs
{
	padding-bottom: 5px;
	margin-top: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #B0B0B0;
	font-family: arial,tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div.tabs a:link
{
	padding: 5px;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	text-decoration: none;
	color: #900000;
	background: #F8F8F8;
}

div.tabs a:visited
{
	padding: 5px;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	text-decoration: none;
	color: #900000;
	background: #F8F8F8;
}

div.tabs a:hover
{
	overflow: hidden;
	background: #E8E8E8;
	text-decoration: none;
}

div.tabs a:link.headline
{
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #B0B0B0;
	border-bottom: 0px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	text-decoration: none;
	color: #900000;
	background: white;
}

div.tabs a:visited.headline
{
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #B0B0B0;
	border-bottom: 0px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	text-decoration: none;
	color: #900000;
	background: white;
}

div.tabs a:hover.headline
{
	overflow: hidden;
	text-decoration: none;
}

div.pullout
{
	float: right;
	width: 250px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}

div.pulloutbox
{
	float: left;
	width: 250px;
	padding-bottom: 10px;
	border-top: 1px solid #B0B0B0;
}

div.pulloutbox h3.pullouttitle
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: arial,tahoma,sans-serf;
	font-size: 15px;
	color: #900000;
}

div.relatedbox
{
	float: left;
	width: 250px;
	padding-bottom: 10px;
	border-top: 1px solid #B0B0B0;
}

div.relatedbox h3.related
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: arial,tahoma,sans-serf;
	font-size: 15px;
	color: #900000;
}

div.floatad
{
	float: right;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
}

/* MAIN DIV ELEMENTS */

/* NEWS HOLE STYLES */

.MainStoryContainer2
{
    clear:left;
	float:left;
	width:619px;
	overflow:hidden;
	/*background:yellow;*/
}

.MainStoryContainer1
{
    float:left;
	width: 619px;
	position:relative;
	right: 232px;
	/*background:red;*/
	border-right: 1px solid #B0B0B0;
}

.StoryColumn1
{
    float:left;
    position:relative;
    left:232px;
    overflow:hidden;
}

.StoryColumn2
{
    float:left;
    position:relative;
    left:232px;
    overflow:hidden;
}



div.newswrap
{
	margin-top: 10px;
	margin-bottom: 2px;
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: 3px solid #B0B0B0;
}

div.newswrap h1.top
{
	font-family: georgia;
	font-size: 29px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

div.newswrap h1.cp1
{
	font-family: georgia;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

div.newswrap h1.cp3
{
	font-family: georgia;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

div.newswrap h1.updatefeat
{
	font-family: georgia;
	font-size: 19px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

div.newswrap h1.updatefeat2
{
	font-family: georgia;
	font-size: 15px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

h2.smallheader
{
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #383838;
}

div.newswrap h1 a:link
{
	color: #000000;
	text-decoration: none;
}

div.newswrap h1 a:visited
{
	color: #000000;
	text-decoration: none;
}

div.newswrap h1 a:hover
{
	color: #000000;
	text-decoration: underline;
}

div.newswrap h2 a:link
{
	color: #383838;
	text-decoration: none;
}

div.newswrap h2 a:visited
{
	color: #383838;
	text-decoration: none;
}

div.newswrap h2 a:hover
{
	color: #383838;
	text-decoration: underline;
}

div.newswrap p.toptag, div.newswrap span.toptag
{
	font-family: arial,tahoma,sans-serf;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #900000;
	text-transform: uppercase;
}

div.newswrap p.summary, div.newswrap div.summary
{
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #000000;
}

div.newswrap p.updatetag
{
	font-family: arial,tahoma,sans-serf;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #900000;
}

div.newswrap img.centerpiece
{
	margin-bottom: 10px;
}

div.extras
{
	margin-top: 10px;
	margin-bottom: 0px;
}

p.plustag
{
	font-family: arial,tahoma,sans-serf;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #606060;
}

p.pullout_tag
{
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #606060;
	text-align: left;
}

p.pullout_quote
{
	font-family: arial,tahoma,sans-serf;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #606060;	
	text-align: center;
}

p.pullout_quote_name
{
	font-family: arial,tahoma,sans-serf;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #606060;
	text-align: center;
}

div.topstory
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #B0B0B0;
}

div.cpcontain
{
	float: left;
	overflow: hidden;
	width: 376px;
	padding-right: 10px;
	margin-right: 0px;
}

div.cpcontain p.pubtag
{
	height: 20px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #B0B0B0;
}

div.cp1
{
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #B0B0B0;
}

div.cp3
{
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #B0B0B0;
}

div.updates
{
	float: left;
	width: 222px;
	padding-left: 10px;
}

div.featleft
{
	float: left;
	width: 177px;
}

div.featleft h1.updatefeat
{
	margin-bottom: 5px;
}

div.featright
{
	float: left;
	width: 178px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #B0B0B0;
}

div.featright h1.updatefeat
{
	margin-bottom: 5px;
}

div.updatefeat
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #B0B0B0;
}

div.updatefeat img
{
	/*margin-bottom: 10px;*/
	border: 0px;
}

.region_heading
{
    margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	border-bottom: 0px;
	
	font-family: arial;	
	font-size:13px;
	color: #900000;
	text-transform: uppercase;
}

.mini_headline_kicker
{
    font-family: arial,tahoma;
    font-weight: bold;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #555555;
	text-transform: uppercase;
}

/* NEWS HOLE STYLES */

/* SECTIONS STYLES */

div.ad_main
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
}

div.front_ad_main
{
    text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #B0B0B0;
	border-bottom: 0px solid #B0B0B0;
}

div.ad_main_top
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #B0B0B0;
}

div.ad_main_bottom
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
}

div.ad_main p
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.ad_main_top p
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.ad_main_bottom p
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.ad_main p.adtag
{
	margin: 0px;
	padding-bottom: 10px;
	font-family: arial,tahoma,sans-serf;
	font-size: 9px;
	text-align: center;
	letter-spacing: 8px;
	color: #900000;
}

div.sectioncontain
{
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 2px;
	border-bottom: 3px solid #B0B0B0;
}

div.sectioncontain h2.smallheader
{
	margin-top: 10px;
}

div.sectioncontain h3
{
	font-family: arial,tahoma,sans-serf;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #B0B0B0;
}

div.sectioncontain h2 a:link
{
	color: #383838;
	text-decoration: none;
}

div.sectioncontain h2 a:visited
{
	color: #383838;
	text-decoration: none;
}

div.sectioncontain h2 a:hover
{
	color: #383838;
	text-decoration: underline;
}

div.seccol1
{
	float: left;
	margin-right: 10px;
	width: 191px;
}

div.seccol2
{
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	width: 193px;
}

div.seccol3
{
	float: left;
	width: 191px;
}

div.secrow
{
	margin-bottom: 10px;
}

/* SECTIONS STYLES */

/* MOST POPULAR STYLES */

div.mostpop
{
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
	border-bottom: 3px solid #B0B0B0;
}

h3.mostpopsection
{
	border-bottom: 1px dotted #B0B0B0;
}

div.mostpop h2.mostpopheadlines
{
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-top: 15px;
}

div.mostpop h3
{
	font-family: arial,tahoma,sans-serf;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px; /*border: 0px;*/
}

div.mostpop h2 a:link
{
	color: #000000;
	text-decoration: none;
}

div.mostpop h2 a:visited
{
	color: #000000;
	text-decoration: none;
}

div.mostpop h2 a:hover
{
	color: #000000;
	text-decoration: underline;
}

div.mostpop p.description
{
	font-family: arial,tahoma,sans-serf;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #B0B0B0;
	text-transform: uppercase;
}

div.mostpopcol1
{
	float: left;
	margin-right: 10px;
	width: 191px;
}

div.mostpopcol2
{
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	width: 193px;
}

div.mostpopcol3
{
	float: left;
	width: 191px;
}

div.mostpoprow
{
	margin-bottom: 10px;
}

/* MOST POPULAR STYLES */

/* SECTION STYLES */

div.todayspaper
{
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
	border-bottom: 3px solid #B0B0B0;
}

div.todayspaper p.updatetag
{
	font-family: arial,tahoma,sans-serf;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #000000;
	text-transform: uppercase;
}

div.todayspaper p.plustag
{
	font-family: arial,tahoma,sans-serf;
	font-size: 11px;
	text-indent: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #606060;
}

div.todayspaper p.tag
{
	font-weight: bold;
	font-size: 11px;
	color: #900000;
}

div.todayspaper h2.topheadline
{
	font-family: georgia;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.todayspaper h2.topheadline_zero
{
	font-family: georgia;
	font-size: 26px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.todayspaper h3
{
	font-family: arial,tahoma,sans-serf;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
	color: #900000;
	text-transform: uppercase;
}

div.todayspaper h3.linebottom
{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #B0B0B0;
}

div.todayspaper h3.linebottombig
{
	font-size: 19px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #B0B0B0;
	text-transform: uppercase;
}

div.todayspaper h3 a:link
{
	color: #900000;
	text-decoration: none;
}

div.todayspaper h3 a:visited
{
	color: #900000;
	text-decoration: none;
}

div.todayspaper h3 a:hover
{
	color: #900000;
	text-decoration: none;
}

div.todayspaper h2 a:link
{
	color: #000000;
	text-decoration: none;
}

div.todayspaper h2 a:visited
{
	color: #000000;
	text-decoration: none;
}

div.todayspaper h2 a:hover
{
	color: #000000;
	text-decoration: underline;
}

div.todayspaper h2.smallheader
{
	margin-top: 0px;
	margin-bottom: 0px;
}

div.todayspaper h2.blogroll
{
	font-family: georgia;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 5px;
}

div.todayspaper p.summary, div.todayspaper div.summary
{
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #000000;
}

div.todayspaper p.description
{
	font-family: arial,tahoma,sans-serf;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #B0B0B0;
}

div.todayspaper p.sectioninfo
{
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.todayspaper p.sectioninfo b
{
	color: #606060;
}

div.todayspaper p.moreheadlines
{
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 2px;
}

div.todayspaper p.beatsub
{
	font-family: arial,tahoma,sans-serf;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #606060;
	text-transform: uppercase;
}

div.todayspaper p.blogdescription
{
	font-family: arial,tahoma,sans-serf;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.todayspaper p.blogfeed
{
	font-family: arial,tahoma,sans-serf;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #B0B0B0;
}

div.todayspapercol1
{
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #B0B0B0;
	width: 390px;
}

div.todayspapercol2
{
	float: left;
	width: 208px;
}

div.todayspapercol2 img
{
	border: 1px solid #F0F0F0;
}

div.todayspapercol2 p.plustag
{
	text-indent: 0px;
	margin-bottom: 0px;
}

div.todayspapercol2 img.feed
{
	border: 0px;
}

div.sideelement
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #B0B0B0;
}

div.sideelement p a:link
{
	color: #000000;
	text-decoration: none;
}

div.sideelement p a:visited
{
	color: #000000;
	text-decoration: none;
}

div.sideelement p a:hover
{
	color: #000000;
	text-decoration: underline;
}

div.sideelement img
{
	border: 0px;
}

div.aroundbriefs
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #B0B0B0;
}

div.aroundbriefsbottom
{
}

div.beats
{
	margin-bottom: 10px;
}

div.beatsbottom
{
	margin-bottom: 0px;
}

div.insidesection
{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #B0B0B0;
}

div.podcast
{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
}

div.todaysads
{
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #B0B0B0;
}

p.adcenter
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* SECTION STYLES */

/* SIDEBAR ELEMENTS */

div.module1
{
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #B0B0B0;
}

div.module2
{
	width: 100%;
	height: 66px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #B0B0B0;
}

div.sidebar h1
{
	margin: 0px;
	padding-bottom: 10px;
	font-family: arial,tahoma,sans-serf;
	font-size: 15px;
	color: #900000;
}

div.sidebar h1 a:link
{
	color: #900000;
	text-decoration: none;
}

div.sidebar h1 a:visited
{
	color: #900000;
	text-decoration: none;
}

div.sidebar h1 a:hover
{
	color: #900000;
	text-decoration: none;
}

div.sidebar p
{
	margin: 0px;
	padding: 0px;
}

div.sidebar p.comics
{
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
	text-align: center;
	color: #303030;
	margin-top: 3px;
	margin-bottom: 0px;
}

div.sidebar p.poll
{
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.mleft
{
	width: 74px;
	float: left;
	margin-right: 2px;
}

div.mright
{
	width: 60px;
	float: left;
	margin: 0px;
}

div.module1 p.description
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: arial,tahoma,sans-serf;
	font-size: 9px;
	color: #900000;
}

div.module_ad
{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #B0B0B0;
}

div.module_ad p.adtag
{
	margin: 0px;
	padding-bottom: 10px;
	font-family: arial,tahoma,sans-serf;
	font-size: 9px;
	text-align: center;
	letter-spacing: 8px;
	color: #900000;
}

p.adtag
{
	margin: 0px;
	padding-bottom: 10px;
	font-family: arial,tahoma,sans-serf;
	font-size: 9px;
	text-align: center;
	letter-spacing: 8px;
	color: #900000;
	text-transform: uppercase;
}

div.module_ad p
{
	margin: 0px;
	padding-bottom: 10px;
	font-family: arial,tahoma,sans-serf;
	font-size: 9px;
	text-align: center;
	color: #900000;
}

div.module2
{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #B0B0B0;
}

div.module3
{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	overflow: hidden;
}

div.module3 p.adtag
{
	margin: 0px;
	padding-bottom: 10px;
	font-family: arial,tahoma,sans-serf;
	font-size: 9px;
	text-align: center;
	letter-spacing: 8px;
	color: #900000;
}

div.module3 p
{
	margin: 0px;
	font-family: arial,tahoma,sans-serf;
	font-size: 9px;
	text-align: center;
	color: #900000;
}

div.adleft
{
	width: 145px;
	float: left;
	margin-right: 10px;
}

div.adright
{
	width: 145px;
	float: left;
}

p.feeds
{
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
	text-align: left;
	color: #303030;
	margin-top: 10px;
	margin-bottom: 0px;
}

/* SIDEBAR ELEMENTS */

/* IMG TAGS */

img
{
	border: 0px;
}

/* IMG TAGS */

/* SPAN CLASSES */

.red
{
	color: #900000;
}

/* SPAN CLASSES */

/* MISC HYPERLINKS */

a:link
{
	color: #900000;
	text-decoration: none;
}

a:visited
{
	color: #900000;
	text-decoration: none;
}

a:hover
{
	color: #900000;
	text-decoration: underline;
	cursor: pointer;
}

/* MISC HYPERLINKS */

.feeds
{
	padding-top: 5px;
	color: #303030;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}

.feeds a:link
{
	color: #303030;
}

.feeds a:visited
{
	color: #303030;
}

img.feeds
{
	border: medium none;
	vertical-align: middle;
	width: 20px;
	padding-right: 5px;
}

ul.feeds
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-left: 1px;
	margin-left: 0px;
	margin-top: 3px;
}

/* TOP DIRECTORIES STYLES */

div.directories
{
	width: 100%;
	height: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #b0b0b0;
}

div.directories p.direct
{
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}

div.directories p.messages
{
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
	text-align: right;
	font-style: italic;
}

div.directleft a:link
{
    padding-left: 6px;
	padding-right: 6px;	
	border-right: 1px solid #b0b0b0;
}

div.directleft a:visited
{
    padding-left: 6px;
	padding-right: 6px;	
	border-right: 1px solid #b0b0b0;
}

div.directleft a:hover
{
	text-decoration: none;
}

div.directleft
{
	width: 568px;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;	
	padding-right: 5px;
	float: left;
}

div.directright
{
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 10px;
	float: right;
}

/* TOP DIRECTORIES STYLES */


.adv_2_l
{
	float: left;
	width: 160px;
}
.adv_2_r
{
	float: right;
	width: 120px;
}

/* WEATHER CONTROLS */

span.h a:link
{
	text-decoration: none;
}

span.h a:visited
{
	text-decoration: none;
}

span.h a:hover
{
	text-decoration: none;
}


div.b
{
	margin-right: 2px;
	padding-right: 2px;
	font-family: arial;
}

span.l
{
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #383838;
	text-transform: uppercase;
	margin-left: 3px;
}

span.r
{
	font-size: 12px;
	color: #383838;
}

div.mb
{
	float: left;
	text-align: left;
}

div.ma
{
	float: right;
	text-align: right;
	margin-left: 3px;
}

span.h
{
	font-family: arial,tahoma,sans-serf;
	font-size: 15px;
	color: #900000;
	text-decoration: none;
	font-weight: bold;
}

p.nexttag
{
	font-family: arial;
	font-size: 11px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

p.nexttag a:link
{
	padding-right: 5px;
	margin-right: 5px;
	color: #900000;
	text-decoration: none;
	border-right: 1px solid #B0B0B0;
}

p.nexttag a:visited
{
	padding-right: 5px;
	margin-right: 5px;
	color: #900000;
	text-decoration: none;
	border-right: 1px solid #B0B0B0;
}

p.nexttag a:hover
{
	color: #900000;
	text-decoration: underline;
}

p.nexttag a:link.last
{
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}

p.nexttag a:visited.last
{
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}

div.insidesectiontoponly
{
	margin-top: 0px;
	padding-top: 0px;
	border-top: 0px;
}

.hideLink
{
	float: right;
	font-family: georgia;
	font-size: 12px;
}

.modalBackground
{
	background-color: #999999;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.CssMp
{
	border: solid 1px #000000;
	padding: 5px;
	margin: 5px;
	background: #CCCCCC;
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
}

.CssMp input
{
	font-family: arial,tahoma,sans-serf;
	font-size: 12px;
}

.storyStatus
{
	font-family: arial,tahoma,sans-serf;
	font-size: 15px;
	font-style: italic;
	color:#FF0000;
	font-weight: bold;
}
.storySuccessStatus
{
	font-family: arial,tahoma,sans-serf;
	font-size: 15px;
	font-style: italic;
	color:#666666;
	font-weight: bold;
}
div.flagDiv
{
	margin: 2px;
	padding: 3px;
	margin-bottom: 10px;
	border: solid 1px #B0B0B0;
}

span.showhideLinks
{
	float: right;
	padding-right: 10px;
	font-family: Arial;
	font-size: 12px;
}

/* INTERACT TAB */

img#arrow {
	margin:0px;
	padding:0px;
	border:0px;
	}

div.twitter_div {
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #b0b0b0;
	}
	
div.todayspaper img {
	border:0px;
	}
	
div.todayspaper img#logo {
	margin-bottom:10px;
	}

div.todayspaper h2.sidebar-title {
	font-family: arial,tahoma;
	font-size:15px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	color:#900000;
	}
	
div.todayspaper h2.sidebar-title a:link{
	text-decoration:none;
	color:#900000;
	}
	
div.todayspaper h2.sidebar-title a:visited{
	text-decoration:none;
	color:#900000;
	}
	
div.twitter_div ul {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	}
	
div.twitter_div li {
	font-family: arial,tahoma;
	font-size:12px;
	list-style-type:none;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	color:#383838;
	border:1px solid #b0b0b0;
	background:#f8f8f8;
	}
	
div.twitter_div p.twitter-link {
	font-family: arial,tahoma;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	color:#606060;
	}
	
div.twitter_avatar {
	float:left;
	margin-right:5px;
	}
	
div.twitter.info {
	float:left;
	}
	
.email {
	color: #000000;
	font-family: arial,tahoma;
	font-size: 12px;
	}

a:link.ovalbuttonASP {
	display: block;
   	float: left; /*font: normal 13px Tahoma;*/ /* Change 13px as desired */
    line-height: 4px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button  background (default is 24px) */
    height: 5px; /* Height of button background height */
   	padding-left: 10px; /* Width of left menu image */
    text-decoration: none;
   	padding-right: 10px;
	background: #ffffff;
	display: block;
	padding: 5px;
	border: 1px solid #b0b0b0;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
	}
				
a:visited.ovalbuttonASP {
	display: block;
   	float: left; /*font: normal 13px Tahoma;*/ /* Change 13px as desired */
    line-height: 4px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button  background (default is 24px) */
    height: 5px; /* Height of button background height */
   	padding-left: 10px; /* Width of left menu image */
    text-decoration: none;
   	padding-right: 10px;
	background: #ffffff;
	display: block;
	padding: 5px;
	border: 1px solid #b0b0b0;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
	}
			
a:hover.ovalbuttonASP {
	text-decoration:none;
	background:#f8f8f8;
	}

/* INTERACT TAB */


/* SEARCH RESULTS: HIGHLIGHTING*/
.highlighted {
    background-color: #900000;
    color: White;
}

.boldedSearchResult {
    font-weight: bolder;
}

/* MULTIMEDIA ADDITIONS */
/* table AND table container */
div.overallMutimediaBarContainer{
	float: none;
	vertical-align:top;
	margin-left: auto;
	margin-right: auto;
	width: 619px;
	margin-left: 10px;
}

div.archiveContainer{
	border-top: 1px solid #B0B0B0;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 619px;
}

table.outerBtnContainer {
    height: 360px;
    width: 619px;
}

div.featureImageContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 390px;
	text-align: center;
}


table.multiContainer {
	width: 575px;
	height: 353px;
	margin-left: auto;
	margin-right: auto;

}

table.mediaInfoHolder {
    height:160px;
    vertical-align:top;
    margin: none;
    padding: none;
    
}

/* top table css */
td.multiCellTopRight {
    text-align: left;
    border-bottom: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
    float: none;
    width: 143px;
    height: 160px;
}
	
td.multiCellTop {
	text-align: left;
	border-bottom: 1px solid #B0B0B0;
	float: none;
	width: 143px;
	height: 160px;
}
	
/* bottom table css */
td.multiCellBottomRight {
	text-align: left;
	border-right: 1px solid #B0B0B0;
	float: none;
	width: 143px;
	height: 160px;

}
	
td.multiCellBottom {
	text-align: left;
	float: none;
	width: 143px;
	height: 160px;
}

td.middle {
    width: 589px;
}

/*	nav buttons */
td.btnLeft {
	width: 15px;
	text-align: left;
	float: none;
	vertical-align:middle;
	margin-left: auto;
	margin-right: auto;
}
	
td.btnRight {
	width: 15px;
	text-align: Right;
	float: none;
	vertical-align:middle;
	margin-left: auto;
	margin-right: auto;
}

/* inner table font styles */
.mediaDescription {
    font-family: arial,tahoma,sans-serf;
    font-size:9px;
    vertical-align:top;
}

.mediaImage{
    height:80px;
    overflow: hidden;
}

.mediaHeader {
    font-weight:bold;
    color:#900000;
    font-family: arial,tahoma,sans-serf;
    font-size:9px;
    vertical-align:bottom;
}

.featuredTitle {
	 font-weight:bold;
   	 color:#900000;
	 font-family: arial,tahoma,sans-serf;
	 font-size:12px;
	 vertical-align:bottom;
	
	}
	
.featuredDesciption {
	font-family: arial,tahoma,sans-serf;
    font-size:12px;
    vertical-align:top;
	
}

div.storyCommentBox
{
	font-family: georgia;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 5px;
}

/* MEDIA COMMENTS */

h2.section_title 
{
    color:#900000;
    font-family:arial,tahoma,sans-serf;
    font-size:18px;
    margin-bottom:0;
    margin-top:15px;
    padding:0;
    text-transform:uppercase;
}

/* MEDIA COMMENTS */
