 /* <style type="text/css"> */
body	{
	height:100%;
	overflow-y:auto;
	margin:0;
	padding:0;
	background: #fff;  /* url('cloud9.jpg') repeat-y;  */
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	}
a:visited {
	color:#3b62a0;
	}
#navbar {
	position: absolute;  /*  fixed;  */
	display: block;
	top: 40px;
	left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-stretch:ultra-condensed;
	font-weight: bold;
	z-index:9;
	}
/* IE6 hack 
* html #navbar {
	position:absolute;
	}
*/	
#navbar a, #navbar a:visited, #photo a {
	display:block;
	height: 36px;
	width: 130px;  /* 135px; */ 
	line-height: 14px;
	background: #5bcab8; /* #00FFFF;  */ 
	color:  black; 
	border-top: 1px solid #bf9070; /* #00CCFF; */ 
	border-bottom: 1px solid #a65925; /* blue; */ 
	border-left: 1px solid #bf9070;
	border-right: 1px solid #a65925;
	text-decoration: none;
	padding: 6px 6px 0 8px;
	}
#navbar a:hover, #photo a:hover {
	background: #86ebdb; /* #D6FFFF; */
	color:  #003ea0; /* black; */
	}

#photo a span {
	font-size:12px;
}
#newspage #navbar #news, #weatherpage #navbar #weather,
#sitepage #navbar #site, #pilotspage #navbar #pilots,
#clubpage #navbar #club, #salespage #navbar #sales,
#linkspage #navbar #links {
	/* button down state */
	background: #3b62a0;  /* #678fce; blue; */ 
	color:white;
/*	font-style:normal; */ 
	}
#navbar #links {
	/* vertical alignment for 1-line button */
	height:30px;
	padding-top:12px 
	}
#scroller	{
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:auto;
	z-index: 5;
	} 
#content {
	display:block;
	width: 78%;  /* 610px; */
	margin: 0 0 0 160px;
	padding: 4px;
	position:absolute;
	top:0;
	left:0;
	}
#bkgd	{
	height: 100%;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1;
	}
#photo { 
	display:block; 
/*	position:absolute; 
	left:430px; */
	text-align:center;
	}
h1	{
	font-size:32px;
	font-weight:bold;
	margin: 8px 0;
	}
h2	{
	font-size:24px;
	font-weight:bold;
	margin: 12px 0;
	}
h3	{
	font-weight:bold;
	font-size:20px;
	}
p	{
	text-align: justify;
	padding-right: 10px;
	}
.newshdg {
	color: red;
	font-size: 18px;
	margin: 10px 0;
	}
.newsitem {
	margin: 0 0 0 30px;
	text-align:justify;
	}
.dateline {
	font-size: 10px;
	font-style:italic;
	margin-left: 10px;
	}
.sitehdg {
	color: #FF6700;  /* #FF00CC; */ 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
.greenhdg {
	color:#00816c;
	}
ul	{
	margin-top:0;
	}
hr	{
	width: 95%;
	}
#calendar {
	width: 170px; 
	padding:0; 
	margin: 0 6px;  
	display:block; 
	float:left; 
	background:#FFEADC;
	}
#calendar ul {
	margin:0;
	padding:0;
	display:block;
	list-style-type:none;
	}
#calendar ul li {
	width:15px; 	
	display:block; 
	float:left; 
	text-align:right; 
	border-top:2px solid #BF9070; 
	border-left:2px solid #BF9070; 
	border-right:2px solid #FFEADC; 
	border-bottom:2px solid #FFEADC; 
	padding:4px 2px 4px 1px; 
	height: 20px; 
	font-size:16px; 
	margin:1px;
	}
#calendar ul.hdg li {
	background: #6079a0; 
	color:white;
	font-weight:bold;
	text-align:center;
	border-right:2px solid  #6079a0; 
	border-bottom:2px solid  #6079a0; 
	}
#calendar ul li.mtg {
	background:#FFFFCC;
	border-right:2px solid #FFFFCC;
	border-bottom:2px solid #FFFFCC;
	}
#calendar p {
	text-align:center; 
	font-weight:bold; 
	background:#FFEADC; 
	margin:0 8px 0 0; 
	padding:0; 
	line-height:36px
	}
#thumbnails td {
	padding:10px; 
	}
#thumbnails td a {
	font-size: 12px; 
	font-weight:bold;
	text-decoration:none;
	}
#thumbnails img {
	border:0; 
	vertical-align:middle; 
	margin-right:10px;
	}
li {
	margin-bottom:10px;
	}

/*
@media only screen and (max-device-width: 480px) {
#bkgd	{
	display: none;
	}
}

*/

 /* </style> */
