@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d9e6ed;
	font-size: 13px;
}
#container {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 900px;
}
.content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
#middleCont {
	height: 500px;
	float: left;
}
#header {
	height: 99px;
	background-color: #EAEDEC;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-top: 12px;
	width: 100%;
	margin-top: 0px;
}
#topNav {
	padding-right: 19px;
	padding-left: 9px;
	margin-bottom: 7px;
	float: right;
	width: 700px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 7px;
}
#topNav ul li {
	float: left;
	list-style-type: none;
	margin-right: 12px;
	margin-left: 12px;
	list-style-position: outside;
	display: block;
	text-align: left;
}
#topNav a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	color: #000;
	text-decoration: none;
}
#topNav a:hover {
	text-transform: lowercase;
	color: #999;
	text-decoration: none;
}
#topNav a:visited {
	text-transform: lowercase;
	color: #000;
	text-decoration: none;
}
.donateBtn {
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	float: left;
	width: 870px;
}
#gallery {
	height: 435px;
	text-align: left;
	vertical-align: top;
	float: left;
	width: 410px;
	padding-left: 20px;
	padding-top: 43px;
}
#video {
	width: 425px;
	margin-left: 10px;
	text-align: center;
	padding-left: 12px;
	float: left;
}
#news {
	background-color: #cbcbcb;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	float: left;
	width: 865px;
	padding: 10px;
	margin-right: 25px;
}
#news p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}
a:link {
	color: #000;
	}
a:hover {
	color: #999;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
}
#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: center;
	float: left;
	width: 900px;
}
#update {
	text-align: center;
	float: left;
	padding-top: 70px;
	padding-left: 10px;
	width: 460px;
	padding-bottom: 10px;
}
#donate {
	text-align: center;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	width: 460px;
	padding-bottom: 10px;
}
#footer ul li {
	list-style-type: none;
	text-align: left;
	list-style-position: outside;
	float: left;
	margin-right: 12px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.headline2 {
	color: #00adef;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #3366FF;
}

