@charset "utf-8";
body {
	background-image: url(images/vellum_bg.jpg);
	background-repeat: repeat;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	top: -15px;
	position: relative;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
}
#content #content_body {
	top: 45px;
	position: absolute;
	width: 755px;
	height: 480px;
	margin: 15px;
	border: 4px solid #000000;
}
#content #content_body #banner {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content #content_body #resources {
	float: right;
	width: 200px;
	margin-right: 25px;
	height: 350px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	clear: none;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#content #content_body #text {
	width: 450px;
	height: 350px;
	margin-left: 25px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content #content_body #text ul {
	font-weight: bold;
	list-style-image: url(images/bullet.gif);
	list-style-type: disc;
}

#content #content_body #footer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	clear: both;
}
#content #content_body #banner a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
}
#content #content_body #banner a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}
#content #content_body #resources a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
}
#content #content_body #resources a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}

