body
{
	background: #fff;
	color: #000000;
	font: 100% Century Gothic;
	margin: 0;
	padding: 0;
	text-align: center;
	border-color: #FFF;
}

#container
{
	text-align: left;
	margin: 0px auto;
	width: 700px;
	background: #FFFFFF;
	border: 1 px solid #000;
}

#banner
{
	float: left;
	width: 450px;
}

#donationBox
{
	float: none;
	width: 220px;
	padding-right: 5px;
}

#navigationBar
{
	font-family: "Century Gothic";
	font-size: 10px;
	background: #FFFF99 repeat-y;
	text-align: left;
	margin: 3px;
	padding: 3px;
	clear: left;
	float: left;
	width: 230px;
}

#searchBar
{
	font-family: "Century Gothic";
	margin: 3px;
	padding: 3px;
	clear: both;
	float: left;
	width: auto;
}

#webRing
{
	font-family: "Century Gothic";
	font-size: 10px;
	background: center;
	bottom: inherit;
}

#recentInformation
{
	font-family: "Century Gothic";
	font-size: 10px;
	margin: 3px;
	padding: 3px;
	clear: both;
	float: right;
	width: 400px;
}

#lastUpdate
{
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: italic;
	margin: 3px;
	padding: 3px;
	float: left;
	clear: both;
}

#missionStmt
{
	font-family: "Century Gothic";
	font-size: 10px;
	margin: 3px;
	padding: 33px;
	clear: left;
	float: left;
	width: auto;
}

p
{
	font-family : "Century Gothic";
	font-size : 10pt;
}

a:link
{
	font-family: "Century Gothic";
	color: #333333;
	text-decoration: none
}

a:hover
{
	background-color: #CC3300;
	color: #FFFFFF;
	text-decoration: none
}

a:active
{
	color: #000000;
	text-decoration: none
}

a:visited { text-decoration: none; }

.bodylink { }

.navbar_links
{
	font-family: "Century Gothic";
	font-size: 85%
}

.urgent
{
	color: #000000;
	background-color: #FF9900;
	font-family: "Century Gothic";
	font-size: 85%;
	text-decoration: none
}

