
body {
	margin: 0px 0;
	padding: 10px 0px 0px 0px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #bbe6ff;
}

HTML {
   overflow: -moz-scrollbars-vertical;
}


p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 0px dotted #CCCCCC;
	text-decoration: none;
	color: white;
}

a:hover {
	border: none;
}

img {
	border: none;
}

#logo {
	width: 990px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
	height: 209px;
	border: 0px;
}

#donateoptions {
	align: right;
	width: 230px;
	padding: 40px 0px 0px 750px;
	height: 212px;
	border: 0px;

}

/* Header */


#header {
	width: 990px;
	margin: 0 auto;
	height: 209px;
	border: 0px;
}


#page {
	width: 990px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/page.gif) repeat-y;
}

/* Content */

#content {
	width: 990px;
	padding: 0px 0px 0px 0px;
	float: left;
	background: url(images/content.gif) no-repeat;
}

#mainone {
	float: left;
	width: 280px;
	padding: 35px 0px 0px 18px;

}



#mainone h1 {
	margin: 0px 0px 0px 0px;
	font-size: 9pt;
	font-weight: normal;
	font-family: "Trebuchet MS";
	color: gray;

}
#mainone a {
font-size: 12px; 
margin: 0px 0px 20px 0px;
font-family: "Trebuchet MS";
text-decoration: none;
font-weight: bold;
color: #000000;
}

#mainone a:hover {
	color: #474747;
	text-decoration: underline;
}

/* maintwo */

#maintwo {
	float: left;
	width: 640px;
	padding: 30px 0px 0px 0px;

	
}

#maintwo a {
text-decoration: none;
color: #000000;
}


#maintwo .link1 {
text-decoration: none;
color: #000000;
font-size: 14px; 
margin: 15px 0px 15px 0px;
font-family: "Trebuchet MS";
text-decoration: none;
font-weight: bold;
color: #d60d8c;

}

#maintwo a:hover {
	text-decoration: underline;
}

#maintwo h1 {
	margin: 0px 0px 0px 0px;
	font-size: 11pt;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: black;
}

#maintwo h2 {
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	font-weight: normal;
	font-family: "Trebuchet MS";
	color: black;
}

#maintwo h3 {
	margin: 20px 0px 20px 0px;
	font-size: 12pt;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #d60d8c;
}


#footer {
	width: 990px;
	margin: 0px 0px 0px 0px;
	height: 100px;
	border: 0px;
	background:  #bbe6ff url(images/footer.gif) no-repeat left top;
}

#footer h1 {
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
	font-weight: normal;
	font-family: "arial";
	color: #5675e9;
}

#footer .link1 {
font-size: 11px; 
text-decoration: underline;
color: #5675e9;
font-family: "arial";
}

