/*stories.css */

body {
  padding: 0;
  margin-top: 10px;
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.8em;
  text-align: justify;
  line-height: 1.2em;
  color: #2f3746;
  background: #f2f9fe url(images/main.bg.png) repeat-x top;
  
}

.headliner
   {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.7em;
	color:#003
	}

.subTitle
   {  text-align:justify; 
	 color: black; 
	 font-size: 1.4em;
	 }


#photo
   {
	font-size:12px;
	font-style: italic;
	float:right;
	padding: 10px;
	text-align:left;
	clear: none;
	text-decoration: none;
}
#photoleft
   {
	font-size:12px;
	font-style: italic;
	float:left;
	padding: 5px;
	text-align:right;
	clear: none;
	text-decoration: none;
}
.footer
   { font-family: arial,verdana, sans-serif;  
     text-align: center;
	 color: black;
	 font-size: xx-small;
      }

#heads
   {
	height: 130px;
  background: url(../header-bg.png) no-repeat; 
	  margin: 0 auto;
	  width: 1000px;
	  border: 4px outset #B3CDDD;
  background: #ffffff;
  clear:none;
  
}

#bottom
   {
	border: 4px outset #B3CDDD;
  background: #ffffff;
}

a, a:visited, a:active {
  color: #2d3644;
  text-decoration: none;
}

a:hover {
  color: #5493dd;
  text-decoration: underline;
}

#stories
   {  
  padding: 10px;
  margin: 0px auto;
  width : 980px;
  text-align: justify;
  background: #ffffff;}
  
#newsArchivesBox
{ margin-top: 20px;   background: white; width:760px;}

#newsArchivesBox .headliner
{	font-family: arial, verdana, san-serif;
	font-size: 14px;
	text-align:left;
	color: black;
	background-color: white;
	text-decoration: none;}
	
#ratings {
	padding: 1px;
	height: 60px;
	width: 200px;
	float:left;
	
}

