@charset "UTF-8";
/* CSS Document */

body {
	margin: 10px;
	background-color: #6699FF;
	background-image: url('images/gradient.png');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

/* These are the default link styles */

a:link {
	text-decoration: none;
	color: #cc0000;
	background: transparent;
}
a:hover {
	text-decoration: underline;
	color: #cc0000;
	background: transparent;
}
a:visited {
	text-decoration: none;
	color: #cc0000;
	background: transparent;
}

.OutBorder {
	border: 1px solid #FFF;
	width: 798px;
	background-image: url('images/flag.png');
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 auto;
}

.NavTable {
	border: 1px solid black;
	position: relative;
}

.InBorder {
	border: 1px solid #333;
	width: 778px;
	background-color: #FFF;
	margin: 5px 0 10px 0;
}

.PageTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	display: block;
	padding-bottom: 20px;
}

.PageText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}

.PageTextSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

.HomeDescription {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #036;
}

.Noteworthy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

.Noteworthy li {
	padding-bottom: 10px;
}

.Sidebar1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}

.Sidebar2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}

.didyouknow {
	padding: 5px 5px 0px 5px;
	font-size: 12px;
	font-family:arial,verdana,helvetica,geneva,sans;
	text-decoration:none;
}

.chiefmessage {
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	font-family:arial,verdana,helvetica,geneva,sans;
	text-decoration:none;
	color: #353535;
}
.Bios {
	padding: 0;
	margin: 0 0 20px 0;
	width: 100%;
}

.VolunteerSideBox {
	border: 1px dotted #000;
	margin: 3px 0 10px 10px;
	float: right;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	width: 180px;
}

ul.PageTextList {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	
}

ul.PageTextList li{
	padding: 5px 0 5px 0;
}

.Footer {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin-top: 10px;
}
	
	
ul.cssmenu {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
	position: relative;
}

.displace {
	position: absolute;
	left: -5000px;
}

ul.cssmenu li {
	float: left;
}

ul.cssmenu li a {
	display: block;
	height: 32px;
	background: url('images/nav.png');
    margin: 0;
}

/*
*	Normal Links
*/
ul.cssmenu li.home a {
	width: 53px; background-position: 0 0;
	}

ul.cssmenu li.about a {
	width: 112px; background-position: -53px 0;
	}

ul.cssmenu li.staff a {
	width: 50px; background-position: -165px 0;
	}

ul.cssmenu li.stations a {
	width: 66px; background-position: -215px 0;
	}

ul.cssmenu li.trustees a {
	width: 124px; background-position: -281px 0;
	}

ul.cssmenu li.services a {
	width: 138px; background-position: -405px 0;
	}

ul.cssmenu li.volunteer a {
	width: 106px; background-position: -543px 0;
	}

/*
*	Hover Links
*/
ul.cssmenu li.home a:hover {
	width: 53px; background-position: 0 -32px;
	}

ul.cssmenu li.about a:hover {
	width: 112px; background-position: -53px -32px;
	}

ul.cssmenu li.staff a:hover {
	width: 50px; background-position: -165px -32px;
	}

ul.cssmenu li.stations a:hover {
	width: 66px; background-position: -215px -32px;
	}

ul.cssmenu li.trustees a:hover {
	width: 124px; background-position: -281px -32px;
	}

ul.cssmenu li.services a:hover {
	width: 138px; background-position: -405px -32px;
	}

ul.cssmenu li.volunteer a:hover {
	width: 106px; background-position: -543px -32px;
	}


/*
*	Selected/Active Links
*/
ul.cssmenu li.home a.selected {
	width: 53px; background-position: 0 -32px;
	}

ul.cssmenu li.about a.selected {
	width: 112px; background-position: -53px -32px;
	}

ul.cssmenu li.staff a.selected {
	width: 50px; background-position: -165px -32px;
	}

ul.cssmenu li.stations a.selected {
	width: 66px; background-position: -215px -32px;
	}

ul.cssmenu li.trustees a.selected {
	width: 124px; background-position: -281px -32px;
	}

ul.cssmenu li.services a.selected {
	width: 138px; background-position: -405px -32px;
	}

ul.cssmenu li.volunteer a.selected {
	width: 106px; background-position: -543px -32px;
	}