@charset "utf-8";
/* CSS Document */

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.875em;
	font-weight: bold;
	color: #000000;
	text-decoration: blink;
	border: thick outset #990000;
	padding: 0px;
	background-image: url(images/footer%20bkd.png);
	background-repeat: no-repeat;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	
}
.header {
	background-color: #000;
	border: 5px double #990000;
	
}
.sidebar {
	font-family: "Times New Roman", Times, serif;
	border: medium outset #990000;
	color: #FFFFFF;
	background-attachment: scroll;
}
.buttons {
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	border: medium outset #FF6600;
	color: #FFFFFF;
	padding-top: 0em;
	padding-right: 0.3125em;
	padding-bottom: 0.125em;
	padding-left: 0.3125em;
	margin-top: 0.125em;
	margin-bottom: 0.125em;
	background-image: url(images/button%20bkd.png);
}
a:hover {
	text-decoration: overline;
	background-image: url(images/button%20bkd%20invrt.png);
}

.links {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}
