html>body {

	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;

}

#subscriberbox {

	margin:5px 0;

}
#subscriberbox li {
	font-size:0.66em;
	line-height:.95em;
	list-style-position:inside;
	margin-left: 10px;
	list-style-type: square;

}

*html #subscriberbox li {

	line-height:1em;

}

#navigate {
	padding: 0px;
	height: 20px;
	width: inherit;
	border-top:1px solid #333;
/*	margin-bottom:10px;*/
}

#navigate ul {
	list-style-type: none;
	height:inherit;
	width:inherit;
	display: block;
	margin:0;
	padding:0;
}

#navigate ul li{
	height:20px;
	display: inline;
	padding:2px 4px  4px;
/*	background-color:#CCCCCC;*/
/*	border-top:1px solid #333;*/
/*	border-left:1px solid #333;*/
/*	border-right:1px solid #333;*/
	font-size:0.70em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:.9em;
	text-transform: uppercase;	
	
}

*html #navigate ul li {

	margin:0 3px;

}

#navigate ul li a{

	text-decoration:none;
	color:#333333;
	
}

#navigate ul li a:hover{

	color:#666666;
}



#navigate ul li:hover{

	background-color:#FFFFFF;

}

#navigate ul li.current{

	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF; 
	font-weight:bold;
	
}

*html #navigate ul li.current{

	border-bottom:0;

}

#metrobox {
	float: left;
	width: 135px;
	padding:6px;
	border: solid 1px gray;
	margin: 0 0 10px 0;
	background: #e1ffe1;
	font-size:.7em;
	}
#metrobox .headline {
	font-size:15px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	}

#storyblock {
  padding-left:3px;
  line-height:16px;
  margin:3px 0 8px 0;
  font-family: Arial, Helvetica, sans-serif;
} 
#storyblock .title a, #storyblock .title a:visited {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color: #000000;
}
#storyblock .title a:hover {
  text-decoration:underline;
  color: #990000;
}
#storyblock .subtitle {
  font-size:11px;
  color: #009;
  font-weight:bold;
}
#storyblock .intro {
  font-size:11px;
  color:#000;
}

#storydate {
  font-size:12px;
  font-weight:bold;
  color: #000;
  padding:2px;
}

#storytitle {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
#storysub {
  font-size:15px;
  line-height:20px;
  font-weight:bold;
}

#storybody {
  margin-top:10px;
  font-size:.85em;
  
}

#morestories {
  font-size:12px;
  line-height:14px;  
}
#morestories a, #morestories a:visited {
  color: #0000DD;
  text-decoration: none;  
}

#morestories a:hover {
  color: #f00;
}

#byline {
  font-size:12px;
  line-height:13px;
}
#byline a, #byline a:visited {
  color: #0000DD;
  text-decoration: none;
}
#byline a:hover {
  text-decoration:underline;
}

#content {

	width:990px;

}

#leftcolumn {
	width:150px; 
	float:left; 
	padding:2px; 
}

#maincolumn {
	width:475px; 
	float:left; 
	margin-left:10px; 
	margin-right:10px;
}

#storycolumn {
	
	width:600px; 
	float:left; 
	margin-left:5px;

}

#rightcolumn {

	float:right;;

}

#header {

/*	clear:right;*/
	vertical-align: top;
	width:inherit;
	height:120px;
	margin-top:0px;
	padding:0px 0;
/*	border-top:1px solid black;*/
/*	border-bottom:1px solid black;*/
	
}

#subscriber {

	float:left; 
	width:200px;

}

#masthead {

	width:575px;
	height:130px;
	float:left;

}

#weather {

	float:right; 
	height:100px;

}

#toolkit{
	font-size: .65em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

#toolkit a{
	color:#333333;
	text-decoration:none;
}

#toolkit img{

	border:0;

}

#toolkit .plusminus{

	width:10px;
	text-align:center;
	margin:0 2px;

}

#emailbox {

	clear:both;
	margin:10px 0;

}

#emailbox .copy {
	float: right;
	font: normal .75em arial, helvetica, sans-serif; /* 11px */
	color: #000;
	display: inline;
	vertical-align: baseline; /* for ie */
}

#emailbox input#copytoself {
	vertical-align: middle; /* for ff */
	margin-top: 0;
	margin-bottom: 0;
}

#emailbox label {
	display: block;
	font: bold .8em arial, helvetica, sans-serif; /* 12px */
	color: #000;
	margin-bottom: .5em;
} 

#emailbox fieldset{

	border:1px solid #333;
	margin:10px 0;
	padding:20px;

}

#emailbox .note {

	font-size:.75em;
	font-style:italic;
	padding:5px;

}

#emailsent li {
	
	font-size:.85em;
	font-weight:bold;
	list-style:none;
	display:block;
	margin-left:20px;
	color:#0000FF;
	
}

#emailerror li {
	
	font-size:.85em;
	font-weight:bold;
	list-style:none;
	display:block;
	margin-left:20px;
	color:#FF0000;
	
}
