@charset "UTF-8";
body {
	background-attachment: scroll;
	background-color: #f9f9ff;
	background-image: url(band.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.16em;
	color: #000033;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.25em;
	color: #000033;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.25em;
	color: #0b5c95;
	margin: 0px;
	padding: 4px;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.footer a:link { color: #FFFFFF; text-decoration: none;} 
.footer a:visited { color: #FFFFFF; text-decoration: none;}
.footer a:hover {
	color: #695f3a;
	text-decoration: none;
}
.footer a:active { color: #FFFFFF; text-decoration: none;} 
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.25em;
	color: #0b5c95;
	margin: 0px;
}



a:link {
	color: #000054;
	font-weight: bold;
	padding: 0px;
	text-decoration: underline;
}
a:visited {
	color: #000054;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px;
	}
a:hover {
	color: #000099;
	font-weight: bold;
	padding: 0px;
	text-decoration: underline;
}
a:active {
	color: #000054;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
}
