body {
    background-position: top center; padding:0; align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	background-image: url('siteimages/gulfstream-bg.jpg');
    background-repeat: repeat-x;
    background-color: #1a3048;
	
}

.sidebar {
    background-position: top center; padding:0; align: center;
	background-image: url('siteimages/gulfstream-sidebar1.jpg');
    background-repeat: repeat-x;
    background-color: #ffffff;
	
}

.page {
    background-position: top center; padding:0; align: center;
	background-image: url('siteimages/gulfstream-pagebg.jpg');
    background-repeat: repeat-x;
    background-color: #ffffff;
	
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 300;
	color: #131313;
	line-height: 14.5px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
	line-height: 22px;
	text-decoration: none;
}
.footer a:link{
	color:#001856;
	font-weight: bold;
	text-decoration:underline;
}
.footer a:active{
	color:#001856;
	font-weight: bold;
	text-decoration:underline;
	}
.footer a:visited{
	color:#001856;
	font-weight: bold;
	text-decoration:underline;
	}
.footer a:hover{
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
}

.pagetext {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 14px;
	color: #131313;
	line-height: 24px;
}


.cssnav { 
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background-image: url(siteimages/gulfstream-downbtn.jpg);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 193px;
	height: 30px;
	margin: 0; 
	padding: 0; 
}

.cssnav a {
	display: block;
	color: #b9c1ca;
	font-size: 13px;
	width: 193px;
	height: 30px;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
}

.cssnav a:hover {
	color: #1a3048;
}

.cssnav img {width: 193px; height: 30px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden; color: black;}


.cssnav span {
	position: absolute;
	left: 20px;
	top: 7px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}