/* --------- GENERIC STYLES -------------*/
body  {
	font: 100% "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	background-color:#0c4279;
	background-image: url(../images/body.png); background-repeat: 
repeat-x;
	margin: 0;
	padding: 0;
	color: #000000;
}
h1 {
	font-size: 15pt;
	margin-bottom: -0.7em;
	color: #7d7d7d;
}
h2 {
	font-size: 0.95em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: -0.7em;
	color: #000;
	line-height: 1.2em;
}
#mainContent {
	padding-bottom: 12px;
	width: 600px;
}
p {
	font-size: 0.85em;
	color: #000;
	line-height: 1.5em;
}
ul{
	font-size: 0.85em;
	line-height: 1.75;
}
ol {
	font-size: 0.85em;
	line-height: 1.75;
}
a, a:visited, a:active
{
	color: #00877c;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover
{
	color: #005d55;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
}
/* --------- DONATION INFO STYLES -------------*/
#donation {
	padding-bottom: 12px;
}
#donation h1 {
	font-size: 15pt;
	margin-bottom: -0.7em;
	color: #7d7d7d;
}
#donation p {
	font-size: 0.85em;
	color: #000;
	line-height: 1.5;
}
#donation a{
	color: #00877c;
    text-decoration: none;
}
#donation a:hover
{
	color: #005d55;
	text-decoration: underline;
}

/* ----------- FOOTER STYLES ------------------*/
#footer {
	text-align: center;
	font-size: 0.75em;
	background-color: #FFF;
} 
#footer img {
	border: 1px solid #ccc;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 1em;
}
#footer a{
	color: #00877c;
    text-decoration: none;
}
#footer a:hover
{
	color: #005d55;
	text-decoration: underline;
}
.fltrt {
	float: right;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.fltlft {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
