table{
        font-size: 10px;
        text-align: center;
        }

thead{
        font-size: 12px;
        font-weight: bold;
}

td{
        background-color: #fff8d0;
}

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 130%;
}

#head{
	height: 110px;
	border: none;
	background-image: url(../images/compass.jpg);
	background-repeat: no-repeat;
	background-position: 250px;	
}

#globe{
	height: 110px;
	border: none;
	background-image: url(../images/globespin.jpg);
	background-repeat: no-repeat;
	background-position: 250px;	
}

#sail{
	height: 110px;
	border: none;
	background-image: url(../images/sailing.jpg);
	background-repeat: no-repeat;
	background-position: 250px;		
}

#head img, #globe img, #sail img{
	position: absolute;
	top: 20px;
	left: 10px;
}

#company{
text-indent: -5000px;
}

#main{
	position: absolute;
	top: 115px;
	margin-left: 250px;
	width:55%;
	
}

#sidecol{
	position: absolute;
	top: 116px;
	margin-left: 20px;
	font-size: 90%;
	width:220px;

}

#sidecol h2{
	background-color: #88b8d0;
	border: 1px solid #88b8d0;
	padding: 1px;
	color: #fff;
	text-align: center;
	font-size:13px;
		}
#nav{
	width: 535px;
}		
		
#nav ul{		
		padding:2px; 
		margin-left:0;
		padding-left: 25px;
		border: 1px solid #fff;
		background-color: #88b8d0;
}


#nav li{
	padding:2px;
	list-style: none;
	display: inline;
	text-align:center;
}

li a{

}

li a:link, li a:visited{	
	text-decoration: none;
	color:#fff;
	background-color: #88b8d0;
	border: 1px solid #88b8d0;
}

li a:hover,li a:active{
	text-decoration: none;
	color:#88b8d0;
	background-color:#fff;
	border:1px solid #fff;
	}

	#footer{
		border-top: 1px solid #88b8d0;
		padding-top: 5px;
	}
	
.lastp{
	padding-bottom: 150px;
}	
li a.notblue{
	background-color:#fff;
	color:blue;
	border:none;
	text-decoration: underline;
}

