@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	background: url(image/page_background.jpg);
}
.pageWidth {
	width: 800px;
	margin: auto;
}
.leftColumn {
	width: 170px;
	float: left;
}
.rightColumn {
	width: 628px;
	float: right;
}
.backgroundColour {
	background-color: #336;
}
.normal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: white;
}
.clear {
	clear: both;
}
.contact_details {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: white;
}
#content {
	padding-left: 15px;
}
#content a {
	color: black;
	text-decoration: none;
}
#content .hr {
	clear: both;
	margin: 10px 0px;
	border-bottom: 1px solid white;
}
#footer a {
	color: black;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #336;
	font-weight: bold;
	text-align: left;
}
.menuItem {
	font-family: Verdana, Geneva, sans-serif;
}
.menuItem div {
	background: url(image/menu_button.jpg) center top no-repeat;
	height: 37px;
}
.menuItem div a {
	display: block;
	padding-top: 10px;
	height: 27px;
	padding-left: 15px;
	font-size: 11px;
	text-decoration: none;
	color: black;
}
.menuItem ul {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	list-style-image: url(image/arrow.gif);
	padding-left: 25px;
}
.menuItem ul li {
	padding-bottom: 3px;
}
.menuItem ul li a {
	text-decoration: none;
	color: black;
}
.right {
	float: right;
	width: 205px;
	text-align: right;
}
.left {
	float: left;
	width: 205px;
	text-align: left;
}
.middle {
	float: left;
	width: 203px;
	text-align: center;
}
#fleet2 td	{
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	padding-top: 5px;
}
#fleet .leftCol {
	float: left;
	width: 160px;
	text-align: left;
	height: 100px;
}
#fleet .rightCol {
	float: right;
	width: 160px;
	text-align: right;
	height: 100px;
}
#fleet .nameOuter {
	float: left;
	width: 100px;
	text-align: center;
	height: 100px;
	position: relative;
}
#fleet .nameInner {
	top: 50%;
	height: 40px;
	margin-top: -20px;
	position: absolute;
}
#fleet .details {
	text-align: center;
	height: 100px;
}
.rightPersonImage {
	float: right;
	width: 170px;
	text-align: right;
}
.leftPersonImage {
	float: left;
	width: 170px;
	text-align: left;
}
.rightPersonDetail {
	float: right;
	width: 400px;
	text-align: right;
}
.leftPersonDetail {
	float: left;
	width: 400px;
	text-align: left;
}
.rightSLI {
	float: right;
	width: 50%;
	text-align: left;
}
.leftSLI {
	float: left;
	width: 50%;
	text-align: right;
	font-weight: bold;
}