html, body {
	text-align: left;
	font-weight: normal;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif; 
	color: #000000;
	background-color: #001350;
	
}

p, ol, ul {
	margin: 0 0 1em 0;
}
dl, li, blockquote {
	margin: 0em 1em 0em 2em;
}
a {
	color: #344785;
	TEXT-DECORATION: underline;
}
a:hover {
	color: #576FBD;
	TEXT-DECORATION: underline;
}
a:visted {
	color: #263461;
	TEXT-DECORATION: underline;
}
td {
}
h1 {
	color: white;
	font-size: 120%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	background-color: #8C96B5;
	text-align: center;
	margin: 0 0 10px 0;
}
h2 {
	color: black;
	font-size: 110%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	background-color: #DDE0EA;
	text-align: left;
	padding-left: 1%;
}
h3 {
	color: black;
	font-size: 100%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
}

.NavBar {
	width: 735px;
	height: 20px;
	background-color: #344785;
	color: #5164A2;
	font-size: 60%;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	margin: 0 0 0 0;
}
.NavBar A { 
	padding: 3px 7px 3px 7px;
	background-color:#344785;
	COLOR: #DFE3F2;
	TEXT-DECORATION: none;
	text-align:right;
}
.NavBar A:hover {
	COLOR: #ffffff;
	background-color:#4964BB;
	TEXT-DECORATION: none;
}
.NavBar ul {
	margin: 0 0 0 0;
	padding: 3px 5px 0px 5px;
	white-space: nowrap;
	float: left;
}

.NavBar li {
	display: inline;
	list-style-type: none;
	margin: 0;
}



.HeadlineEntry {
	width: auto;
	margin: 0 0 5px 0;	
}
.HeadlineEntry * {
	width: 470px;
}
.HeadlineEntry * * {
	width: auto;
}
.HeadlineEntry p {
	color: black;
	font-size: 90%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	margin: 0 0 5px 0;
}
.HeadlineEntry h3 {
	color: black;
	font-size: 100%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 0;
}
.NewsEntry {
	float:left;
	width: auto;
	margin: 0 0 10px 0;
}
.NewsEntry img {
	width: 152px;
	float: left;
	border: 1px #999;
}
.NewsEntry * {
	width: 480px;
	float: right;
}
.NewsEntry * * {
	width: auto;
	float: none;
}
.NewsEntry p {
	color: black;
	font-size: 90%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	margin: 0 0 10px 0;
}
.NewsEntry h3 {
	color: black;
	font-size: 100%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 0;
}

.BooklistEntry {	
	float: left;
	width: 468px;
	margin: 0 0 10px 0;	
}
.BooklistEntry img {
	height: 100px;
	width: 	73px;
	float: left;
}
.BooklistEntry * {
	width: 385px;
	float: right;
}
.BooklistEntry * * {
	width: auto;
	float: none;
}
.BooklistEntry p {
	color: black;
	font-size: 90%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	margin: 0 0 5px 0;
}
.BooklistEntry h3 {
	color: black;
	font-size: 100%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 0;
}

#PageTitle {
	margin: 0 0 0 0;
}
#StoryTitle {
	color: black;
	font-size: 100%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
}
#StoryText {
	color: black;
	font-size: 90%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
}
