body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	line-height: 130%;	
	margin: 0px;
	padding: 0px;
	width: 950px;
}

a:link, a:visited, a:hover {
	color: #66CCCC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 0px;
	width: 950px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/


/************** .story styles *****************/

.story{
	clear: both;
	width: 722px;
	padding: 30px 50px 30px 27px;
	font-size: 12px;
	border-right: 1px solid #66CCCC;
}

.story p{
	padding: 0px;
	margin: 0px 0px 10px;
}
.story h3 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 14px;
	color: #330000;
}
.story h4 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #330000;
	font-weight: bold;
}
.story ul{
	margin-top:0px;
}
.story img{
	float: left;
	margin: 5px 15px 10px 0px;
}
.story td {
	font-size: 10px;
	font-weight: normal;
}
.story h2 {
	font-size: 12px;
	color: #330000;
	font-weight: bold;
	border-bottom: dotted 1px #330000;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/************* #footer styles ***************/

#footer{
	clear: both;
	font-size: 7pt;
	color: #330000;
	padding: 0px;
	margin: 0px;
	width: 800px;
}
.footer {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}


/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
