/* CSS Document */
body{
		margin: 0px;
		background-color: #6B0000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#000000;
	}
	
a {color:#005386; text-decoration:none; font-weight:bold; font-size:12px}
a:hover {color:#9D9D9D; text-decoration:none;}
	
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-bottom: 2px solid #6B0000;
width: 100%;
background-color:#EAEAEA;
padding: 2px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #6B0000;
font-size: 12px;
text-align: left;
padding: 4px 14px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color:#DEDEDE;
color:#000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
width: 190px;
position:absolute;
top: 0;
border: 1px solid #6B0000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 10px Arial, Helvetica, sans-serif;
font-size: 10px;
line-height:18px;
z-index:100;
text-align: left;
background-color: white;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
font-size: 11px;
border-bottom: 1px solid #6B0000; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color:#005386;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #DEDEDE;
color: #000000;
font-size: 11px;
}

td { vertical-align: top;}

.bottom{
	background-color: #EAEAEA;
	border-top: 1px solid #005386;
	font-size: 11px; 
	line-height: 15px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #6B0000;
	text-decoration:none;
	vertical-align: middle;
}

.bottom a {
	color: #6B0000;
	text-decoration:none;
}

.bottom a:hover{
	color: #000000;
}

.rss,
.rss a{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #003300;
		text-decoration: underline;
		font-weight:bold;
		}

.rss a:hover{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #666666;
		text-decoration: none;
		font-weight:bold;
		}
		
li { line-height: 20px;
	}
	
.topext ul {margin:0px; margin-left: 8px; list-style:square; padding: 0 0 0 15px; color:#6B0000}
.topext ul li {line-height: 24px;}
.topext ul li a{ font-size: 12px;}
	
.art_title,
.art_title a,
.art_title a:hover{
	font-size: 14px;
	color:#005386;
	font-weight:bold;
	}
	
.updated { font-size: 12px; padding: 2px 10px; }

.teaser {font-size: 10px; }

.topstories{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #005386;
		font-weight:bold;
		padding: 5px 0 0 5px;
		text-align: left;
		}

.author, .author a, .author a:hover { font-size: 12px; padding: 2px 5px; font-weight:bold; }

.pages{ border:thin #000000; font-size:12px; color:#000000; font-weight:bold}
.pages a:{ border:thin #000000;  font-size:12px; color:#000000; text-decoration:none;}
.pages a:hover{ border:thin #000000;  font-size:12px; color:#000000; text-decoration:none;}

.whitebox{margin: 5px; padding: 5px; background:#FFFFFF; text-align:left}
.videolink{font-size: 10px;}

.menu {
width: 100%;
text-decoration: none;
font-weight: bold;
color:#005386;
padding: 5px 0;
text-align: center;
}
.menu a{
text-decoration: none;
font-weight: bold;
color:#005386;
}

.menu a:hover{
text-decoration: none;
font-weight: bold;
color:#666666;
}


