/* classes */
.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;
}
body {
	background-color: #003472;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a {
	color:#00FF00;
}
a:hover {
	color:#FF9900;
}
h2 {
	color: #FF9900;
}
h3 {
	color: #FF9900;
	text-decoration: underline;
	font-style: italic;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.bkg_blue_plain {
	background-image: url(images/blue_bkg.jpg);
	background-repeat: no-repeat;
}
.bkg_blue_africa {
	background-image: url(images/blue_bkg_africa.jpg);
	background-repeat: no-repeat;
}
.archive_link {
	color: #FFFF00;
	font-style: italic;
}
/* structure */
#navi {
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
}
#navi li {
	float: left;
	list-style-type: none;
	margin-left: 5px;
	z-index: 50;
}
#siteContainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#bannerWrapper {
}
#banner {
	height: 87px;
	width: 749px;
	margin-right: auto;
	margin-left: auto;
}
#mainWrapper {

}
#main {
	margin-top: 30px;
}
#footerWrapper {
	margin-top: 20px;
}
#footer {
	height: 390px;
	width: 829px;
	margin-right: auto;
	margin-left: auto;
}
/* dbg info */
.dbg {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}
.dbg a {
	color: #000066;
}
.dbg a:hover {
	color: #999999;
}
/* radio Jingle */
#radio_container {
	background-image: url(../images/Radio_add_splash.jpg);
	height: 263px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
#jinglePlayer {
	height: 80px;
	width: 180px;
	float: right;
	margin-top: 45px;
	margin-right: 20px;
}
/* Donations */
.donate {
	height: 400px;
	width: 605px;
	margin-right: auto;
	margin-left: auto;
}

