/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-size: small;
	line-height:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

#header{
	width: auto;
	height: 100px;
	padding:10px;
	background: #c2272d;
}

#content{
	width:700px;
}

h2{
	font-size: 15px;
	line-height:20px;
	margin: 10px 0;
	color:#374f8d;
}

#footer{
	width: auto;
	height: 30px;
	background: #2e3192;
}

#thefacts{
	padding: 5px 10px;
}

#videobox{
	width:180px;
	float:right;
	text-align:center;
	margin-top:35px;
}

#pledgenow, #video{
	width:180px;
	text-align:center;
}

#pledgenow img{
	border:0;
}

#pledgenow p{
	text-align:center;
}

#pledgenow a{
	text-decoration:none;
	color:#374f8d;
}

#pledgenow a:hover{
	text-decoration:underline;
	color:#374f8d;
}

#whatcanido{
	clear: both;
	padding: 5px 10px;
}

.small{
	font-size:90%;
	font-style:italic;
}

th{
	text-align:left;
	width:60%;
}
