a:link, a:active, a:visited {
	color: #660000;
	text-decoration:underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	color: #000099;
	font-family: Arial ;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
}

.navigation {
	color: #000099;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial ;
	background-color: #B2AB74;
	font-size: 14px;
}

.navigation a:link, .navigation a:visited, .navigation a:active {
	color: #000099;
	font-family: Arial ;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.navigation a:hover {
	color: #FFFFCC;
	font-family: Arial ;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.stdText {
	color: #000099;
	font-family: Arial ;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
}
.stdTextCenter {
	color: #000099;
	font-family: Arial ;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	line-height: 1.5em;
}


.footer, .footer a {
	color: #FFFFFF;
	font-family: Arial ;
	font-size: 14px;
	font-weight: normal;
}

.quote {
	color: #000099;
	font-family: Arial ;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
	margin-left: 100px;
	margin-right: 100px;
	border: 1px solid #003399;
	padding: 20px;
}