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

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	background-color:#FCF8C7
}
#center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #FCF8C7;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 766px;
}
#cover {
	float:left;
	padding-right: 20px;
	padding-bottom: 20px;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
.maintable {
	background-position: center top;
	border: 0;
	width: 100%;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;
	width: 766px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D8171D;
	text-align: center;
}
.copyright a {
	color: #D8171D;
}
.left {
	background-repeat: repeat;
	background-position: right top;
	background-image: url(images/gutters.gif);
}
.left-fade {
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/gutter-left-fade.jpg);
	width:20px;
}
.right-fade {
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(images/gutter-right-fade.jpg);
	width:20px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	background-color: fcf8c7;
}
.nav a {
	color: #D8171D;
}
.right {
	background-repeat: repeat;
	background-position: left top;
	background-image: url(images/gutters.gif);
}
.bottom {
	background-image: url(images/bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#center .copyright {
	text-align: center;
	clear: both;
}
