body {
	background-image: url(images/outside_bg.gif);
	margin: 0px;
	padding: 0px;
}
#contentarea {
	width: 540px;
	position: relative;
	left: 10px;
	top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #660000;
}
#footer {
	width: 540px;
	position: relative;
	left: 0px;
	top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	font-weight: normal;
	float: none;
	padding-bottom: 20px;
	color: #000000;
}
#half-left {
	float: left;
	width: 48%;
}
#half-right {
	float: right;
	width: 48%;
}
#third-left {
	float: left;
	width: 180px;
}
#third-center {
	float: left;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}
#third-right {
	float: right;
	width: 180px;
}
#clearer {
	clear: both;
}
#spacer {
	width: 100%;
	height: 10px;
	clear: both;
}
.boldCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	font-style: normal;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	color: #660000;
	font-weight: bold;
	text-align: center;
}
.subheads {
	margin-bottom: -15px;
	float: none;
}
caption {
	color: #660000;
}
.note {
	font-size: 11px;
	font-style: italic;
}
#contentarea a {
	color: #003399;
}
#contentarea a:visited {
	color: #003399;
}
#contentarea a:hover {
	color: #660000;
	text-decoration: none;
	background-color: #999999;
}
#contentarea a:active {
	color: #003366;
	text-decoration: none;
	background-color: #999999;
}
a:link {
	color: #660000;
}
a:visited {
	color: #000000;
}
