body{
	background: #4a5d86 url("_images/bg_blue_dark_striped.jpg") top left;
	margin-top: 20px;
	font-family: Geneva, Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
}


A:link {text-decoration: none; color: #D72D2E;}
A:visited {text-decoration: none; color: #D72D2E;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline; color: #0E1F31;}

td .white{
	background-color: white;
}

#splash{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -368px;
	width: 737px;
	height: 567px;
}

.main{
	background: transparent url("_images/content_bg.jpg") top left no-repeat;
	width: 756px;
	height: 506px;
}

.airshow{
	background: transparent url("_images/airshow_bg.jpg") top left no-repeat;
	width: 756px;
	height: 506px;
}

.admin{
	background: transparent url("_images/admin_bg.jpg") top left no-repeat;
	width: 756px;
	height: 506px;
}

.maintenance{
	background: transparent url("_images/maintenance_bg.jpg") top left no-repeat;
	width: 756px;
	height: 506px;
}

.coaching{
	background: transparent url("_images/coaching_bg.jpg") top left no-repeat;
	width: 756px;
	height: 506px;
}

.plogger{
	background: transparent url("_images/plogger_bg.jpg") top left no-repeat;
	width: 756px;
	height: 506px;
}

.awards{
	background: transparent url("_images/awards_bg.jpg") top left no-repeat;
	width: 756px;
	height: 506px;
}

.contact{
	background: transparent url("_images/contact_bg.jpg") top left no-repeat;
	width: 756px;
	height: 506px;
}

#front_page_content{
	position: relative;
	left: 42px;
	top: 164px;
	width: 533px;
	height: 332px;
	border: 0px #00CC00 solid;
	overflow: auto;
}

#main_content{
	position: relative;
	left: 42px;
	top: 144px;
	width: 533px;
	height: 355px;
	border: 0px #00CC00 solid;
	overflow: auto;

}

#placeholder{
	position: relative;
	float: left;
	left: 1px;
	top: 164px;
	width: 175px;
	height: 336px;
	background-color: transparent;
}

#plogger_content{
	position: relative;
	left: 0px;
	top: 94px;
	width: 750px;
	height: 406px;
	background-color: transparent;
	overflow: auto;
}



#menu{
	position: relative;
	float: left;
	left: 1px;
	top: 164px;
	width: 175px;
	height: 336px;
	background-color: transparent;
	border-top: 1px solid #F0C000;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align: right;
	background-color: #D72D2E;
}

#menu ul li
{
	border-bottom: 1px solid #F0C000;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

#menu ul li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 5px solid #EA494E;
	border-right: 5px solid #D72D2E;
	background-color: #D72D2E;
	color: #F0BF00;
	text-decoration: none;
	width: auto;
}

#menu ul li a:hover
{
	border-left: 5px solid #CA292E;
	border-right: 5px solid #CA292E;
	background-color: #D76465;
	color: #FFFFFF;
}

ul li{
	padding: 4px;
}

p{
	padding-right: 10px;
}








.issues {
	width: 99%;
	border: 2px #F0BF00 solid;
	padding: 0px;
	margin: 0px;
}
.issues th{
	background-color: #2E3F51;
	color: #F0BF00;
	padding: 5px;
	border: 0px;
}
.issues td{
	background-color: #3E4F61;
	color: white;
}
.issues td .header{
	background-color: #0E1F31;
	color: #F0BF00;
	font-weight: bold;
	padding: 0px;
}







#airshow_button{
	position: absolute;
	left: 89px;
	top: 47px;
	width: 158px;
	height: 55px;
	background: transparent;
	background-image: url("_images/airshows_button.jpg");
}
#airshow_button:hover{
	background-image: url("_images/airshows_button_hover.jpg");
}

#maintenance_button{
	position: absolute;
	left: 170px;
	top: 119px;
	width: 206px;
	height: 44px;
	background: transparent;
	background-image: url("_images/maintenance_button.jpg");
}
#maintenance_button:hover{
	background-image: url("_images/maintenance_button_hover.jpg");
}

#coaching_button{
	position: absolute;
	left: 280px;
	top: 184px;
	width: 148px;
	height: 59px;
	background: transparent;
	background-image: url("_images/coaching_button.jpg");
}
#coaching_button:hover{
	background-image: url("_images/coaching_button_hover.jpg");
}

#contact_button{
	position: absolute;
	left: 407px;
	top: 292px;
	width: 104px;
	height: 37px;
	background: transparent;
	background-image: url("_images/contact_button.jpg");
}
#contact_button:hover{
	background-image: url("_images/contact_button_hover.jpg");
}

.blue{
	color: #0E1F31;
}

.yellow{
	color: #F0BF00;
}

.red{
	color: #D72D2E;
}

#footer{
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: white;
}

.error{
	color: red;
	background-color: #fbc7c7;
	border: 1px red dashed;
}
.msg{
	color: green;
	background-color: #c7fbc7;
	border: 1px green dashed;
}

#footer A:link {text-decoration: none; color: #AAAADD;}
#footer A:visited {text-decoration: none; color: #AADDAA;}
#footer A:active {text-decoration: none;}
#footer A:hover {text-decoration: underline; color: #F0C000;}