@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #FAFFBD;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#mainContent a, #mainContent a:visited {
color:#000000;
text-decoration:underline;
}
#mainContent a:hover {
color:#FF0000;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #99cc33;
} 
#header {
	position: relative;
	padding: 0;
	background-image: url(images/logo.gif);
	height: 191px;
	background-position: top;
} 
#logo {
	position:absolute;
	top: 0;
	left: 0;
	width: 503px;
	height: 186px;
}
#navigation {
	position: absolute;
	left: 575px;
	top: 30px;
	width: 285px;
}
#navigation img {
	padding-bottom: 10px;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#sidebar1 {
	float: left;
	background: #EBEBEB;
	background-color: #E6FFD9;
	background-image: url(images/topleft.gif);
	width: 290px;
	margin-left: 30px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 0px;
}
#container #sidebar1 p {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
#mainContent {
	background-image: url(images/topright.gif);
	background-repeat: no-repeat;
	margin-left: 350px;
	background-color: #FFFFFF;
	margin-top: 20px;
	width: 604px;
	margin-bottom: 0px;
} 
#container #mainContent p {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0;
	line-height: 140%;
}
.footer {
	padding: 0 10px 0 20px;
} 
.footer p {
	margin: 0;
	padding: 10px 0;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style4 {
	color: #ee1e3a;
	font-weight: bold;
	font-size: 22px;
	padding-top: 25px;
}
.style5 {
}
.style6 {
	font-size: 14px;
	color: #000000;
}
.style7 {
	font-size: 18px;
	font-weight: bold;
}
.callout {
	margin: 8px 50px 12px 50px;
	font-size: 20px;
	color: #ee1e3a;
	border-top: solid 1px #99cc33;
	border-bottom: solid 1px #99cc33;
	padding-top: 8px;
}
.imgrt {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.footer a, .footer a:visited {
	color: #FFFFFF;
}
.footer a:hover {
	color: #336600;
}
.noborder {
	border: none;
}
.donate {
	text-align:center;
	margin: 0 auto;
	width: 400px;
	background: #ee1e3a;
}
.donate form {
	height: 35px;
	line-height:35px;
	margin: 0;
	padding: 0;
}

.button {background:#336600; color:#fff; font-weight:bold; text-align:center; padding:10px; display:block; margin:20px 0px 0px 15px; display:block; width:240px; -moz-border-radius:10px; -border-radius:10px; border-radius:10px; text-decoration:none;}
.button:hover {background:#F00; color:#fff; text-decoration:none;}

