@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000033;
	background-image: url(images/bg_pur.gif);
}
.nav {
	font-size: 16px;
	font-weight: bold;
	color: #EABA6E;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}
.nav a:link {
	color: #EABA6E;
	text-decoration: none;
}
.nav a:visited {
	color: #EABA6E;
	text-decoration: none;
}
.nav a:hover {
	color: #c1c460;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF99;
}
.resources {
	line-height: 30px;
}

a:link {
	color: #FFFF99;
	text-decoration: underline;
}
a:visited {
	color: #FFFF99;
	text-decoration: underline;
}
a:hover {
	color: #FFFF99;
	text-decoration: none;
}
.footer {
	text-align: center;
	color: #EABA6E;
	padding-top: 20px;
	font-size: 14px;
}

.footer a:link {
	color: #FFFFCC;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
.mainText {
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 40px;
	padding-left: 25px;
}
.subheading {
	font-weight: bold;
	color: #FFFFCC;
}
