html {height: 100%;}
body {
	background-image: url(images/back.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #3D3427;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #663300;
}
a:active {
	text-decoration: underline;
	color: #663300;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
.leftShade {
	background-image: url(images/leftDrop.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.rightShade {
	background-image: url(images/rightDrop.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#band {
	background-image: url(images/band.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 34px;
	width: 714px;
	text-align: center;
}
#content {
	padding: 0px 33px 33px;
}
#copyright {
	font-size: 80%;
	color: #665742;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #908770;
	padding: 10px;

}
#copyright > a:link {
	color: #665742;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 102px;
	width: 714px;
}
#float {
	float: right;
	height: 210px;
	width: 157px;
	padding: 33px 0px 15px 15px;
}

