

/* !!!!!!!NOTE!!!!!! */
/* !!!!!!!NOTE!!!!!! This file is used for polar/ and boats/ pages */
/* !!!!!!!NOTE!!!!!! */

body {
	font-size:0.8em;
	background-color:#ffffff; /* needs white due to logo background */
	background-image: url('../img/logos/ces_logo_text.jpg');
	background-repeat:no-repeat;
	font-family:arial, helvetica, sans-serif;
	font-size:0.85em;
	margin:0 15px 15px 15px;
	padding:0;
	}

a {
	color:#660000; 
	}
	
a:hover {
	color:#9a1c1c; 
	}

#header {
	color: #021aa2;
	text-align:center;
	height:145px; /* to match logo height */
	margin:0;
	padding:0;
	}
	
#header h2 {
	font-size:1.4em;
	margin:0;
	padding:30px 0 0 0;
	}

#header h2 a {
	color:#021aa2; 
	text-decoration: none;
	}

#header h2 a:hover {
	color:#9a1c1c; 
	}


#header h3 {
	font-size:1.3em;
	}




#index {
	float:right;
	width:350px;
	margin:20px 0px 10px 10px;
	padding:5px 15px 15px 5px;
	clear:left;
	background-color:#d1e8f3;
	border-width:3px;
	border-color:#021aa2;
	border-style:ridge;
	}

#index p {
	margin:0;
	padding:5px 0px 5px 5px;
	}
	
#index ol {
	margin:0;
	padding:0 0 5px 30px;
	list-style-type:decimal;
	}

#index ol ol {
	list-style-type:upper-alpha;
	}
	
#index a {
	text-decoration: none;
	}



#content {
	padding:0;
	margin:0;
	}
#content span {
	color:#000099;}
#content p {
	text-align:justify;
	}
#content h3 {
	color:#006600;
	font-size:1.3em;
	margin-top:1.7em;
	}
#content h4 {
	color:#006600;
	font-size:1.1em;
	}
#content ul li {
	padding: 0 0 10px 0;
	}


/* especially for tables in polar/equipment_list.html */
#content table {
	border:1px solid #bbbbbb;
	margin:auto; /* center table */
	}
#content td, th {
	padding:5px;
	border:#666666 1px solid;
	vertical-align:top;
	}
#content img {
	border-style:none;
	margin:0;
	padding:0;
	}
#content .image {
	text-align:center;
	padding-top:20px;
	font-style:italic;
	border-style:none;
	font-size:0.9em;
	}
#content .image_rt {
	float:right;
	text-align:center;
	padding:5px 0 5px 5px;
	margin:0;
	font-style:italic;
	border-style:none;
	font-size:0.9em;
	}


	
/* this is for the image group table for the ships and etc - see polarstar.html */
#image_group table {
	margin:auto;
	}

#image_group p {
	font-style:italic;
	margin:0;
	font-size:0.9em;
	text-align:center;
	}

#image_group td {
	padding-bottom:10px;
	text-align:center;}






#footer p {
	text-align:center;
	border-top:1px solid #182840;
	padding-top:5px;
	}


