@charset "utf-8";

body {
	background: #284b84;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#wapper {
	height: auto;
	width: 969px;
	margin: 0px auto;
}
#header {
	background: url(../images/header.gif) no-repeat;
	height: 116px;
	width: 969px;
	margin: 0px;
	padding: 0px;
}
#maincontent {
	background: url(../images/midtile.gif) repeat;
	height: 100%;
	width: 969px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 12px;
	border-bottom: 1px solid #EAF2FB;
	padding-bottom: 4px;
}
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 18px;
}

.maintext {
	padding: 4px 10px 0px 20px;
	height: auto;
	width: 400px;
	float: left;
	line-height: 16px;
}
.mainwidetext {
	height: auto;
	line-height: 16px;
	padding-top: 4px;
	padding-left: 18px;
}
.mainwidetextB {
	background: #FEFFE8;
}
.box1 {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../images/donatebox2.jpg);
	height: 195px;
	width: 283px;
}
h3 {
	font-size: 14px;
}

.boxtext {
	font: italic 12px/18px Arial, Helvetica, sans-serif;
	width: 150px;
	height: 110px;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.boxtextbig{
	font: italic bold 18px/18px Arial, Helvetica, sans-serif;
	width: 250px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box2 {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../images/singlemombox.jpg);
	height: 195px;
	width: 283px;
}
.box3 {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../images/guybox.jpg);
	height: 195px;
	width: 283px;
}
.boxquote {
	background: url(../images/helpquote.gif);
	height: 50px;
	width: 283px;
}
.linkwrapper {
	float: left;
	height: auto;
	width: 214px;
	margin: 0px;
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#rightside {
	float: right; 
	width: 285px; /* since this element is floated, a width must be given */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
}
.headtitlequote {
	font: italic normal 22px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding-top: 26px;
	padding-left: 250px;
}

.headaddress {
	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 10px 0px 0px 520px;
	letter-spacing: 1px;
}
/*--start of footer links*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
	text-decoration: underline;
}
.footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
