@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #A747A4;
	background-image: url(images/body_back.gif);
	background-repeat: repeat-x;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #5A105A;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FBB628;
}
h3 {
	font-size: 13px;
	color: #822A83;
	font-weight: bold;
}
blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;
	font-style: italic;
	color: #666;
}
a:link {
	color: #5A105A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5A105A;
}
a:hover {
	color: #5A105A;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #5A105A;
}
#container {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: 1px solid #FFF;
}
#header {
	height: 225px;
	width: 800px;
	background-color: #842984;
}
#date {
	float: right;
	width: 200px;
}
#menu {
	width: 800px;
	background-color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	background-color: #5A105A;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #822A83;
}

#menu .current_page_item a {
	color: #FFF;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	background-color: #842984;
}

#menu .give{
	background-color: #000;
}
#content {
	background-color: #FFF;
	width: 760px;
	float: left;
	background-image: url(images/content_back.gif);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#copy {
	width: 500px;
	float: right;
}
#footer {
	background-color: #FBB74E;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#footerlinks {
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFF;
	padding-right: 20px;
}
#footerlinks a {
	color: #FFF;
	font-size: 10px;
}
#footerlinks a:hover {
	color: #FFF;
	text-decoration: underline;
}
.highlight {
	font-size: 12px;
	color: #581159;
	font-weight: bold;
}
.highlight2 {
	font-size: 24px;
	color: #581159;
	letter-spacing: 0.1em;
	line-height: normal;
}
.smcopy {
	font-size: 14px;
	line-height: normal;
}
.pdf a{
	font-weight: bold;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}
#makeadiff {
	float: right;
}
.pdf a:hover {
	font-weight: bold;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	text-decoration: underline;
}
#mapleton_logo {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
