a
{
	text-decoration: none;
	color: #1F1947;
	font-weight: bold;
}
a:hover
{
	color: #1F1947;
	background: #ABA8C3;
	font-weight: bold;
}
h1
 {
	font-size: large;
	font-weight: bold;
}
h2
{
	margin-top: 0;
	font-weight: normal;
	color: #471F19;
}
h3
{
	margin-top: 0;
	font-weight: bold;
	font-size: small;
	color: #471F19;
}
h4
{
	margin-top: 0;
	font-weight: normal;
	font-size: small;
	color: #471F19;
}
body
{ 
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #a8c3ab;
}
img
{
	margin: 5px;
}
table a
{
	text-decoration: none;
	font-weight: bold;
	color: #1F1947;
}
table a:hover
{
	color: #1F1947;
	font-weight: bold;
	background: #ABA8C3;
}
li
{
	padding: 5px;
}
#container
{
	text-align: left;
	margin: 0 auto;
	width: 100%;
	
}
#content
{
	float: left;
	width: 65%;
	margin-left: 20px;
	padding: 15px;
	background: #fffff0;
	font-size: small;
	
}
#footer
{
	clear: both;
	background: #1F1947;
	color: #fff;
	padding: 5px 5px;
	font-size: 80%;
}
#footer a
{
	color: #fff;
}
#header
{
	width: 100%;
}
#navigation
{
	float: left;
	width: 120px;
	display: inline;
	margin-left: 20px;
	padding: 15px 0;
	list-style-type: none;
}
#navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#navigation li
{
	padding: 0 10px 5px 0;
	font-size: small;
	text-decoration: none;
}
#navigation a
{
	display: block;
	text-decoration: none;
	background: #1F1947;
	color: #fff;
	font-weight: normal;
	padding: .2em .5em;
	border-bottom: 1px solid #fff;
	width: 7em;
}
#navigation a:hover
{
	color: #000;
	background: #ABA8C3;
	font-weight: normal;
}
#search-box
{
}
#copyright
{
	float: right;
}
.header-text
{
	font-size: small;
	color: #471F19;
	font-weight: bold;
}
.quote
{ 
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #471F19;
}
