body {
	margin:0;
	padding:0;
	font:80%,Arial,Helvetica,sans-serif;
	color:#003e7b;
}
a {
	text-decoration: none;
	color: #DA1936;
}
a:link {
	color: #DA1936;
}
a:visited {
	color: #090;
}
a:active {
	color: red;
}
a:hover {
	text-decoration: underline;
}
p {
	padding: 0.5em 0em 1em 0.5em;
	margin: 0;
	width: 550px;
	line-height: 140%;
}
h1 {
	font-size: 120%;
	color:#DA1936;
	padding: 1em 0em 0em 0.5em;
	margin: 0;
	width: 32em;
}
h2 {
	font-size: 100%;
	padding: 1em 0em 0em 0.5em;
	margin: 0;
	width: 32em;
}
hr {
	display:none;
}
div#container {
	width: 560px;
	position: relative;
	top: 0px;
	left:0px;
	z-index: 1;
	margin-left:0px;
	margin-right:auto;
}
div.tab {
	z-index:1;
}
div.comment{
	z-index:1;
	display:block;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav{
	margin-left:0px;
	margin-top:-30px;
	z-index:10;
}
#nav div{
	padding:0.25em;
	line-height:150%;
}
#nav li{
}
#nav a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: rgb(200,200,200);
	padding: 0.05em 10px;
	line-height:120%;
}
#nav li li a:hover {
	padding: 0.05em 5px;
	border: 5px solid #DA1936;
	border-width: 0 5px;
	color: white;
}
li {
	float: left;
	position: relative;
	width: auto;
	text-align: left;
	cursor: pointer;
	margin-right:3em;
}
li li {
	margin-right:0em;
}
li#first {
	border-left-width: 0em;
	margin-left:0;
	padding-left:0;
}
li#last {
margin-right:0;
float:right;	
}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #003e7b;
	padding: 0.5em 0 0.5em 0;
}
ul.wider {
	width:13em;
}
ul.wider li {
	width:13em;
}
li>ul {
	top: auto;
	left: auto;
}
li li {
	font-size:100%;
	display: block;
	float: none;
	background-color: #003e7b;
	border: 0;
}
li:hover ul, li.over ul {
	display: block;
}
div#sections {
	width:560px;
	height:20px;
	background-color:#DA1936;
}
div#sections a{
	float:left;
	padding-left:7px;
	padding-right:7px;
	color:white;
	cursor:pointer;
}
div#sections a:hover{
	background-color:white;
	color:black;
}
div#dnav{
	width:100%;
	background-color:#003e7b;
	height:30px;
	z-index:0;
}
div.tab{
	position:relative;
	margin-top:20px;
}
div.tab2{
	margin-top:60px;
}
div#bottom{
	position:relative;
}
ol li{
position:relative;
text-align:left;
width:100%;
padding:0em;
}
div.commentp{
display:none;
line-height:120%;
}
div.commentp p{
	padding: 0.5em 0em 0.5em 0.5em;
}
div#one{
display:block;
}
span#quote{
	font-weight:bold;
	font-style:italic;
	text-align:center;
	display:block;
	width:400px;
	margin:auto;
}
a.npage {
	cursor:pointer;
	}
div#form {
height:30px;
}
form div {
display:inline;
}
select {
margin-right:20px;
}
div#date {
position:absolute;
left:400px;
top:4em;
}