@charset "utf-8";
/* CSS Document */

body {
	background-color: #BFCCD2;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	text-align: left;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#header {

}
#nav {
	height: 47px;
	background-color: #99C;
}
#contents {
	margin-top: 0px;
	padding-top: 0px;
}
#left {
	float: left;
	width: 400px;
	margin: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 30;
	text-align: left;
	margin-right:20px;
}
.pledgetext {
	color:#A00;
	background-color:#99C;
	font-size: 85%;
	font-weight:bold;
}
#right {
	float: right;
	width: 500px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 30;
	text-align: left;
	margin-right:20px;
}
#right H2, H3, H4{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#A00; 
	font-weight: bold;
	
}
.redtext {
	color: #A00;
}
.blktext {
	color:#000;
	font-size: 85%;
}
#footer {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	padding: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #99C;
}
.footer_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	text-transform: uppercase;
	color: #3A5685;
	text-align: center;
	font-weight: bold;
}
