/* CSS Document */

body {
	margin: 0 .6in .6in .6in;
	padding: 0;
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	}

#top-container, #captain-header-right, #imageContainer, #left, #right, #btt, #bottom-container
 {
	display: none;
	}

#captain-header-left {
	margin-left:auto;
	marggin-right:auto;
	text-align:center;
	border:none;
	margin-top:0;
	width:550px;
	background-color:#cec89e;
}
	
a:link, a:visited {
	color: black;
	text-decoration: underline;
	
}

#center h1 {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-bottom: 15px;
	padding: 0px;

}
#center h2 {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0px;

}

#center ul, #center li {
	margin-top: 0px;
	margin-bottom: .5em;
	font-size: 12pt;	
/*	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
*/
}

#center p	{
	font-weight: normal;
	margin-top: 0;
	margin-bottom: .5em;
	text-indent: 1.5em;
	
}	
	

