body{
	padding-top:5px;
	background-color: #002A5C;
	padding-bottom: 15px;
	font-family: Georgia, serif;
}
#header{
	border-top: 3px solid #FFFFFF;
	background-color: #FFFFFF;
	height: 200px;
}
#header img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#title{
	font-size: 2.5em;
	text-align: center;
	color: #FFFFFF;
}
#quote{
	padding-top: .2em;
	font-style: italic;
	text-align: center;
	color: #000000;
}
#nav{
	width: 200px;
	float:left;
	clear:both;
}
#nav ul {
	padding: 0;
	margin: 0;
	font-weight: bolder;
}
ul li {
	list-style-type: none;
	border: 2px solid #FFF;
	position: relative;
	margin: 0;
	padding: 0;
}
ul ul {
	width: 10em;
	display: none;
}
ul li:hover > ul {
	display: block;
	position: absolute;
	top: -1px;
	left: 100%;
}
li a {
	display: block;
	padding: 5px 7px;
	text-decoration: none;
	background-color: #002A5C;
	color: #FFF;
}
#nav ul li a:hover {
	background-color: #FFF;
	color: #002A5C;
}
li.sub > a {
	background-color: #002A5C;
	color: #FFF;
}
ul#nav > li:hover > ul {
	width: 10em;
	top: 1.5em;
	left: -3px;
}

#content {
	width: 775px;
	float: right;
	font-family: Arial, sans-serif;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	line-height: 1.4em;
	display: block;
}
#content h1 {
	border-bottom: 1px solid #ccc;
}
#footer{
	margin-top: 0px;
	border-top: 3px solid #FFFFF;
	background-color: #FFFFFF;
	text-align: center;
	font-size: small;
	clear: both;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active{
	color: #000000;
	text-decoration: none; 
}
#footer a:hover{
	color: #000000;
	text-decoration: underline;
}
#page{
	width: 1000px;
	margin: 0px auto;
	background-color: #FFF;
	border-left: 3px solid white;
	border-right: 3px solid white;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.bold {
	font-weight: bolder;
}
#donate a{
	border:3px solid #FFF;
	background-color: red;
}
#donate a:hover{
	border:3px solid red;
	background-color: #002A5C;
	color: #FFF;
}
#nav a > img {
	margin-left:25px; 
	border:0;
}
p > img {
	float: left;
	padding-right: 5px;
}
p > a > img {
	float: left;
	padding-right: 5px;
}
p {clear: both;}
h3 {clear: both;}
a > img { border: none; text-decoration: none;}

ol > li a{
	list-style-type: none;
	background-color: #FFF;
	color: #0000FF;
	text-decoration: underline;	
	
}