body {
	background: url(../images/repeating.png) repeat-x top left #e7e7e7;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0 auto;
}
a img{
	border: none;
}
p, ol, ul{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.5em;
	color:#000000;
}

a:link,  a:visited{
	font:bold;
	text-align:left;
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#EDA74F;
	text-decoration:underline;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	color:#000;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight:normal;
	color:#33F;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color:#009;
}
.button {
	margin-top:5px;
	margin-bottom:5px;
	}
.button a:link, .button a:visited {
	color:#606;
	background-color:#C9F;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	padding:5px;
}

.button a:hover {
	color:#C9F;
	background-color:#606;
}
#header {
	height:63px;
	text-align:left;
	margin-bottom:30px;
}
#header-left {
	float:left;
	width:225px;
	padding-left:10px;
	margin-top:10px;
}
#header-center {
	width:250px;
	margin-top:10px;
	float:left;
	text-align:center;
}
#header-right {
	float:right;
	width:300px;
	text-align:center;
	margin-top:10px;
}
#nav2 {
	background:url(../images/radio.jpg) no-repeat center top;
	height:238px;
	width:421px;
}
.nav, .nav ul {
	list-style:none;
	background:#DAE2F7;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.nav a {	
	display: block;
	width: 10em;
}

.nav li {
	margin:5px;
	float: left;
}
.nav li:hover ul, .nav li.sfhover ul {
	left: auto;
}
.nav li ul {
	margin:0px;
	position: absolute;
	width: 10em;
	left: -999em;
}

.nav li:hover ul {
	left: auto;
}
#container{
}
#content{
	width: 800px;
	margin: 0 auto;
}
#columns{
	/*Change this background image to change the colors of the central column */
	float:left;
	width:800px;
}
#wrapper{
	background:url(../images/yorktowneBG.png) top center no-repeat;
	height:697px;
	width:864px;
	margin-top:2px;
}
#masthead{
	width:758px;
	height:336px;
	margin:auto;
	text-align:center;
}
#left{
	padding:10px 10px 15px 30px;
	margin:auto;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 475px;
}
#right{
	padding:10px;
	float:right;
	text-align:center;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:250px;
}
.clear{
	clear: both;
}
#footer{
	height:300px;
	width: 800px;
	float:left;
	margin-top:20px;
	text-align: center;
	padding:0px;
}
#footer p{
	text-align:center;
	font-size:10px;
}
#nav {
	height:24px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	width: 800px;
	margin-left:0px;
	padding-left:0px;
	text-indent:0px;
	padding-top:5px;
}	
#nav ul {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
#nav li {
	display:inline;
	color:#FFFFCC;	
}
#nav li a:link, #nav li a:visited {
	display:inline;
	color:#FFFFCC;
	text-decoration:none;
	font-size:11px;
}
#nav li a:hover {
	color:#D59758;
}

.hide {
	display: none;
}