/* NEW STYLE SHEET NOV 2007
	New sheet to reorganize the CSS 
*/

body {
	margin: 0;
	padding: 0;
	width: 760px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #111111;
	background-color: #004E00;
}
.story_title, .label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}
.story_title { text-decoration: underline;
}
.title_1 {
	text-align:center;
}
img#mainLogo {
	height: 141px;
	width: 145px;
	border: 0;
}
table#content {
	/*width: 740px;*/
	background-color: #fff;
}
td#featureBox {
	width: 660px;
	border: px dashed #111;
	padding: 2em;
}
.top, a.top {
	text-align: right;
	margin-right: 5em;
	color: #0000cc;
	font-style: italic;
}
div#footer {
	width: 300px;
	margin: 1em auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	font-style: italic;
	color: #996600;
	border: px dashed #111;
}
div#footer img {
	 height:10px; 
	 width: 300px;
	 margin: auto;
	 border: px dashed #a0a;
}

