/* CSS Document */

body {
	height: 100%;
	background-color: white;
	font: 75%/150% Helvetica, Arial, sans-serif;
	color: black; 
	margin: 0px; 
	text-align:center;
	}
	
p {
	font: 1em/150% Helvetica, Arial, sans-serif;
	color: #333399;
	text-align: left;
	padding: 0px;
	margin: 0 10px 20px 4px;
	}
ul {
	list-style: disc;
	font: 1em/150% Helvetica, Arial, sans-serif;
	color: #333399;
	text-align: left;
	padding: 0px;
	margin: 0 10px 20px 4px;
	}
	
h1,pre {
	margin:0px 10px 10px 10px;
	}
	
h1 {
	font-size:14px;
	padding-top:10px;
	}
	
.clear {
	height: 0px;
	width: 100%;
	clear:both;
	}
.more {
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
a:link {
	text-decoration: none; 
	color: #333399; 
	font-weight: bold;
	}
a:visited {
	text-decoration: none; 
	color: #333399; 
	font-weight: bold;
	}
a:focus {
	text-decoration: underline; 
	color: #333399; 
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	color: #333399; 
	font-weight: bold;
	}

/*---LAYOUT---*/

#wrap {
	width:800px;
	margin: 0 auto;
	padding:0px;
	text-align:left;
	}
	
#masthead {
	width: 800px;
	height: 141px;
	background-image: url(img/why-should.gif);
	margin: 10px 0 50px 0;
	padding: 0px;
	}

#page-spacer {
	width: 800px;
	height: 110px;
	}

.content-left {
	width:260px;
	min-height: 220px;
	padding:0px;
	float:left;
	background:#fff;
	margin-right: 10px;
	}
	/* I hate Internet Explorer */
	/*\*/
	*html .content-left {
	height: 220px;
	}
	/**/

.content-center {
	width:260px;
	min-height: 220px;
	padding:0px;
	float:left;
	background:#fff;
	margin-right: 10px;
	}
	/* I hate Internet Explorer */
	/*\*/
	*html .content-center {
	height: 220px;
	}
	/**/

.content-right {
	width:260px;
	min-height: 220px;
	padding:0px;
	float:left;
	text-align: right;
	background:#fff;
	}
	/* I hate Internet Explorer */
	/*\*/
	*html .content-right {
	height: 220px;
	}
	/**/
	
.content-main {
	min-height: 410px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background: white;
	}
/* I hate Internet Explorer */
	/*\*/
	*html .content-main {
	height: 410px;
	}
	/**/
	
#content-form {
	width: 800px;
	}
	
#content-flash {
	width: 800px;
	margin: 0 0 48px 0;
	}
	
#info-right {
	width: 800px;
	text-align: right;
	}

#nav {
	margin: 0 0 20px 0;
	padding: 0px;
	}
	
#footer {
	width: 800px;
	height: 80px;
	text-align: right;
	background-color: white;
	}

#footer-wrap {
	width: 800px;
	height: 80px;
	}

#footer-left {
	width: 360px;
	height: 80px;
	text-align: right;
	background-color: white;
	float: left;
	}
	
#footer-left-stingy {
	width: 300px;
	height: 80px;
	text-align: left;
	background-color: white;
	float: left;
	}
	
#footer-center {
	width: 180px;
	height: 80px;
	text-align: left;
	background-color: white;
	float: left;
	}
#footer-center-wide {
	width: 240px;
	height: 80px;
	text-align: left;
	background-color: white;
	float: left;
	}
		
#footer-right {
	width: 260px;
	height: 80px;
	text-align: left;
	background-color: white;
	float: left;
	}
#charity {
	height: 20px;
	padding-top: 10px;
	font: 0.85em/150% Helvetica, Arial, sans-serif;
	color: #999;
	}
	
/*---MAILFORM---*/

.form-table {
	width: 800px;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.label {
	width: 520px;
	padding: 0 10px 0 0;
	}
	
.field {
	width: 270px;
	height: 30px;
	border: 1px solid black;
	font: 2em/150% Helvetica, Arial, sans-serif;
	color: #333399;
	margin: 0px;
	padding: 0px;
	}
.field-error {
	width: 270px;
	height: 30px;
	border: 1px solid black;
	font: 2em/150% Helvetica, Arial, sans-serif;
	color: red;
	margin: 0px;
	padding: 0px;
	}

.custom-button {
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #fff;
	cursor: pointer;
	}
	