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

html, body {
	background-color: #2E0857;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

p {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #8843DB;
	vertical-align: text-top;
}

h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 30pt;
	color: #8843DB;
	margin: 5px 0px 0px 125px;
}

h3 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	margin: 10px;
	color: #8843DB;
}

img {
	margin-right: 10px;
	float: left;
}

li {
	font-size: 12px;
	margin-left: -10px;
	margin-right: 5px;
	padding-bottom: 10px;
	list-style: disc;
	color: #FFFFF0;
}

address {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #800080;
}

/* Start of the class definitions */

a.top {
	font-size: 12pt;
	text-decoration: none;
	color: #FFFFF0;
}

a:hover.top, a:hover.bot {
	text-decoration: underline;
	color: #AA00AA;
}

a.bot {
	font-size: 10pt;
	text-decoration: none;
	color: #FFFFF0;
}

.newstitle {
	margin-left: -20px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 100;
	color: #491B7A;
}

.bmenu_spacing {
	width: 160px;
	text-align: center;
	float: left;
	margin-left: 23px;
	margin-right: 23px;
}

.menu_spacing li {
	display: inline;
	padding: 15px 30px 5px 30px;
}

.indexpage_desc {
	font-size: 16px;
}

/*Start of the ID definitions */

/* div ID's */
#wrapper {
	width: 849px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ECECEC;
}

#header {
	width: 849px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

#header_title {
	width: 425px;
	height: 100px;
	float: left;
}

#header_banner {
	width: 424px;
	height: 100px;
	margin: 10px 0px 0px 0px;
	float: left;
}

#top_menu {
	width: 849px;
	height: 40px;
	border-top: 2px solid purple;
	text-align: center;
	padding-bottom: 15px; 
	background-color: #FF8818;
}


#main_content {
/* For main div on the first page */
	width: 619px;
	height: 423px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

#news_section {
/* For newsfeed div on the first page */
	width: 200px;
	height: 423px;
	background-color: #FF8818;
	float: right;
}

#main {
	width: 849px;
	height: 423px;
	float: left;
	overflow: auto;
}

#bottom_menu {
	width: 849px;
	height: 25px;
	border-bottom: 1px solid purple;
	text-align: center;
	background-color: #FF8818;
	float: left;
}

#footer {
	width: 849px;
	height: 20px;
	border-top: 1px solid purple;
	background-color: #ECECEC;
	float: left;
}

#smaller_title {
	font-size: 30pt;
}

#mainpic {
	margin: 15px 15px 10px 0px;
}

#news {
	height: 368px;
	overflow: auto;
}

#donation_box {
	width: 200px;
	height: 55px;
	text-align: center;
}

#to_right {
	float: right;
}

