body {
	background-color:#cccccc;
	background-image: url(aeroback.jpg);
	background-attachment: fixed;
	color:#666666;
	overflow-x:hidden;
	text-align: justify;
	cursor: crosshair;
	font-family: arial, tahoma, verdana;
	font-size: 9pt;
	line-height: 15pt;
	}

#header {
    background-color:#ffffd9;
	background-image: url(3head.jpg);
	background-repeat: no-repeat;
	width: 711px;
	height: 256px;
	overflow-x:hidden;
	cursor: default;
	}
	
#main {
    background-color:#ffffd9;
	font-family: verdana, arial, tahoma;
	letter-spacing: 1px;
	width: 711px;
	font-size: 9pt;
	line-height: 15pt;
	color:#00014e;
	overflow-x:hidden;
	text-align: justify;
	cursor: default;
	}
	
#footer {
    background-color:#ffffd9;
	background-image: url(3foot.jpg);
	background-repeat: no-repeat;
	font-family: verdana, arial, tahoma;
	width: 711px;
	height: 100px;
	font-size: 9pt;
	line-height: 15pt;
	color:#00014e;
	overflow-x:hidden;
	text-align: justify;
	cursor: default;
	}
	
p {
	margin: 4px;
	padding: 4px;
}

a {
	font-family: arial, tahoma, verdana;
	color: #469e9f; 
	text-decoration:none; 
	cursor: crosshair;
	}

a:visited {
	font-family: arial, tahoma, verdana;
	color: #469e9f; 
	text-decoration:none; 
	cursor: crosshair;
	}
	
a:hover {
	font-family: arial, tahoma, verdana;
	color: #ff5c79; 
	border-bottom: 2px solid #469e9f;
	cursor: crosshair;
	text-decoration:none; 
	}
	
h1 { 
	color: #9ea85f;
	letter-spacing:1px;
	text-align:left;
	padding-left: 20px;
	font-size:18pt;
	font-family: verdana, Trebuchet MS;
	line-height: 16pt;
	font-weight: normal;
	}
	
h1:first-letter {
color:#ab215f;
font-size:20pt;
font-family: verdana, arial, tahoma;
text-transform:uppercase;
font-weight: normal;
}

.form, input, textarea, checkbox, select {
font-size : 10pt ; 
font-family: Georgia;
color: #00014e;
padding: 10px;
border: 0px solid #ab215f; 
border-left: 10px solid #00014e;
background-color : #ab215f; 
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
}
	
	
.button {
background-color: #9ea85f;
border: 1px solid #ffffff;
padding: 5px;
text-decoration: none; 
}

a.opacity img {
filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
}
a.opacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
	
img { border: none;
text-decoration: none; }




.underlinemenu{
font-size:10pt;
font-family: verdana, arial, tahoma;
letter-spacing:2px;
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #469e9f;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 1px solid #9ea85f; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
color: #00014e;
border-bottom: 3px solid #9ea85f;
}
