@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/index_background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #7F7E9D;
	margin: 50px 0px 50px 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #036;
}

a:hover {
	color:#0E848B;
}

#container {
	width: 770px;
	background-image: url(../images/index_header_footer_background.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
}

#header {
	width: 770px;
	background-image: url(../images/index_header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#footer {
	width: 770px;
	background-image: url(../images/index_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
}

#leftcontent {
	float: left;
	width: 203px;
	background-image: url(../images/index_logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 135px 0px 300px 0px;
}

* html #leftcontent {
	display: inline;
}

#nav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px 43px 0px 30px;
	text-align: right;
}

#nav a:link, #nav a:visited {
	display: block;
	color: #45456B;
	text-decoration: none;
	margin: 0px;
	padding: 6px 0px;
}

#nav a:hover {
	color: #0D7882;
}

#news {
	margin: 20px 40px 0px 30px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
	

#centercontent {
	float: left;
	width: 375px;
	line-height: 18px;
	margin: 0px;
	padding: 100px 20px 80px 0px;
}

* html #centercontent {
	display: inline;
}

#rightcontent {
	float: left;
	width: 172px;
	margin: 0px;
	padding: 140px 0px 70px 0px;
}

* html #rightcontent {
	display: inline;
}

#donation {
	width: 130px;
	height: 166px;
	line-height: 16px;
	background-image: url(../images/make_donation.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 80px 10px 0px 10px;
}

#clear {
	clear: both;
}

/* Text Styles */

.pageheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #46466C;
	line-height: 26px;
}

.headings {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #0E848B;
}

.subheadings {
	font-size: 15px;
	color: #46466C;
}

.captions {
	font-size: 10px;
}

.readmore a:link, .readmore a:visited {
	display: block;
	font-size: 10px;
	color: #0E848B;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.readmore a:hover {
	color: #46466C;
}

