body {
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	color: #000000;
}
h1 {
	color: #990000;
	font-size: 260%;
	line-height: 0.4em;
	font-weight: bold;
	display: block;
	padding: 30px;
}
#head span {
	text-align: right;
	color: #e0e0b1;
	background: #990000;
	font-size: 87.5%;
	line-height: 0.9em;
	padding: 10px;
	align: right;
	font-weight: bold;
	Display: block;
}
#sidebar .h1 {
	font-family:  Copperplate Gothic, georgia, times new roman, serif;
	font-size: 151%;
	line-height: 1.5em;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
	margin-bottom: 5px;
	display: block;
}
#body{
	position: relative;
}
#sidebar {
	position: absolute;
	background:#e0e0b1;
	top: 0px;
	right: 0px;
	margin-right:10px;
	margin-top:0px;
	width: 25%;
	font-size:75%;
	line-height: 1.3em;
	text-align: center;
}
#content, #foot {
	position: relative;
	width: 70%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 30px;
	font-size:75%;
}
h3 {
	font-size: 195%;
	font-weight: bold;
}
h4 {
	font-size: 150%;
	font-weight: bold;
	display: block;
}
address {
	font-size: 75%;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
}
a:hover {
	color: #000000;
	text-decoration: none;
}	
