/* CSS Document */

		/*** Layout & Looks ***/

		body {
			margin: 0;
		}

		#header {
			font: 14px/14px Georgia, "Times New Roman", Times, serif;
			padding: 8px 0;	
		}
		
		#rotator {
			font: 14px/14px Georgia, "Times New Roman", Times, serif;
			padding: 8px 0;	
			background: url(headers/rotate.php) no-repeat top center;
		}
		
		.header_content {
			margin-top: 36px;
			margin-left: 173px;
		}
		
		#footer {
			font: 11px Georgia, "Times New Roman", Times, serif;
			text-align: center;
			padding: 8px 0;
			border: 1px solid #D9D9D9;
		}

		#left {
			background: #999999;
			font: 11px/14px Georgia, "Times New Roman", Times, serif;
			padding: 10px;
		}

		#center {
			background: #ffffff;
			font: 13px/14px Georgia, "Times New Roman", Times, serif;
			padding: 8px 0;	
		}

		#right {
			background: #F66;
			font: 11px/14px Georgia, "Times New Roman", Times, serif;
			padding: 10px;
		}

		.column {
			padding-top: 1em;
			text-align: justify;
		}
		
		.heading {
			font: 13px Arial, Helvetica, sans-serif;
			text-align: center;
			color: #ffffff;
			background-color: #699899;
			padding: 2px;
			border: 1px solid #9CCB0F;
		}
		
		.index_column {
			font: 11px Georgia, "Times New Roman", Times, serif;
		}
		
		#map {
			border: 1px solid #cccccc;
		}
		
		b, strong {
			color: #9CCB0F;
		}
		
		.img_pad {
			padding: 0 8px;
			}
			
		.gray {
			color: #666666;
			}
			
		.caption {
			font-style: italic; 
			}
	
		.vessel_bkg {
			background-image: url(images/vessel_left.jpg);
			background-repeat: no-repeat;
			background-position: right;
			}
		/*** Links ***/
		
		.nav a:link {
			color: #699899;
			border: 1px solid #D9D9D9;
			font-family: Georgia, "Times New Roman", Times, serif;
			text-decoration: none;
			padding: 5px;
			}
	
		.nav a:hover {	
			color: #9CCB0F;
			border: 1px solid #666666;
			font-family: Georgia, "Times New Roman", Times, serif;
			text-decoration: none;
			padding: 5px;
			}
		
		.nav a:visited {
			color: #CC3333;
			border: 1px solid #D9D9D9;
			font-family: Georgia, "Times New Roman", Times, serif;
			text-decoration: none;
			padding: 5px;
			}
			
		a:link {
			color: #699899;
			text-decoration: none;
			}
	
		a:hover {	
			color: #9CCB0F;
			text-decoration: none;
			}
		
		a:visited {
			color: #CC3333;
			text-decoration: none;
			}
		
		/*** Dynamic Entries ***/
		
	.entryDate {
		font: 10px/11px Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		color: #9CCB0F;}

	.entryHeading {
		font: 12px/13px Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		color: #333333;}

	.entryText {
		font: 12px/13px Georgia, "Times New Roman", Times, serif;
		color: #333333;}
	
	.entry img {
		border: 1px solid #333333;
		padding: 2px;
		margin: 2px;}
	
	.entry hr {
		width: 80%;
		size: 1px;
		color: #999999;}