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

body {
	background-repeat: repeat-x;
	background-color: #000000;
}
body,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
	color: #663300;
}
a:link {
	color: #663333;
	text-decoration: underline;
}

a:visited {
	color: #663333;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
h1 {
	font-size: 22px;
	color: #77270A;
}
h2 {
	font-size: 20px;
	color: #330000;
}
h3 {
	font-size: 18px;
	font-variant: small-caps;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}

.footer-1 {
	color: #804000;
	font-size: 12px;
	text-align: center;
	height: 30px;
	vertical-align: middle;
}


.footer-2 {
	color: #FFFFCC;
	font-size: 10px;
	background-color: #000000;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	font-family: arial;
}
.topnav {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	padding-left: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.topnav  a {
	color: #FFCC66;
	text-decoration: none;
}
.topnav a:hover {
	color: #FFFFCC;
}
.content {
	text-align: left;
	vertical-align: top;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contentCopy {
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.sidebar {
	font-size: 16px;
	font-style: italic;
	margin: 20px 5px 20px 20px;
	line-height: 20px;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}