@charset "utf-8";
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color: #CCCCCC;
}
#root{
	margin:0px auto;
	width:820px;
}
h1 {
	font-family: Arial, sans-serif;
	color:#015386;
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.red_large{
	text-align:center;	
	font-family:Arial,Helvetica,sans-serif;
	color: #015386;
	text-align: center;
	font-size:1.8em;
	font-weight: lighter;
}
.black_medium{
	color: #000000;
	font-size:1.5em;
	text-align:center;
}
p{
	text-align:justify;
	margin:10px 40px;
	font-size: 16px;
}

a {
	text-decoration: none;
	outline: none;
}
a img {
	border: none;
}
.head {
	position:relative;
	width: 820px;
	height: 14px;
	background: url(images/head.png);
	display: block;
}

/*Do not below rule change EVER*/
.anchor {
	height: 0px;
	width: 0px;
	float: left;
}

#seel {
	width: 235px;
	height: 196px;
	background: url(images/schiff4senate.png);
	position: absolute;
	margin: -10px 0px 0px -130px;/*Change this line to manipulate position of the seel (relative to top left corner of <div class=head>)*/
}


.paper{
	background: url(images/paper.png) repeat-y;
}

.paper2 {
	width: 820px;
	overflow: auto;
	background: url(images/paper.png) repeat-y;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.foot {
	width: 820px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	background: url(images/foot.png);
}

.foot2 {
	width: 800px;
	height: 18px;
	color: #cccccc;
	background: #333333;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
	margin: -2px 0px 30px 0px;
}

.foot2 a, .foot2 a:visited {
	text-decoration: none;
	outline: none;
	color: #cccccc;
}

.foot2 a:hover {
	text-decoration: none;
	outline: none;
	color: #FFFFFF;
}
.donation_form{
	margin:0px auto;
	width:500px;
}

#form_content{
	width: 500px;
	height: 100px;
	background: #d3c7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

