
body{
	margin: 0;
	font-family: Arial;
	color: #000;
	text-align: justify;
	background: #06063e url(../images/water.jpg) no-repeat top center;

}

a{
	text-decoration: none;
	color: #0001A4;
}

a:hover{
	text-decoration: underline;
	color: #fff;
}

.content{
	margin: 15px 40px 15px 40px;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
	
}

.content ol{
	padding: 0;
	margin: 2px 0 15px 10px;
}

.content ol li{
	margin: 0 0 10px 10px;
}

.title{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	margin: 18px 0 0 20px;
}

.headshot{
	margin-right: 10px;
}

.gallery{
	cursor: pointer;
	margin: 5px 10px 5px 10px; 
}

#colortable {
border-collapse: collapse;
}

#colortable td {
	border: 1px solid #fff;
	padding: 3px;
}

.footer{
	font-style: italic;
	font-size: 10px;
	color: #fff;
	text-align: right;
	background-color: #000;
	height: 30px;
	vertical-align: middle;
}
