@charset "utf-8";
/* CSS Document */

html {
	background-color:#C0C0C0;
	}

a {
	text-decoration: none;
	color: #FF0000;
	}

a:hover {
	text-decoration: none;
	color: #990000;
	cursor:pointer;
	}

.spacer {
	clear:both;
	height:0px;
	font-size:0pt;
	line-height:0pt;
	width:10px;
	border:0px;
	margin:0px;
	padding:0px;
	}

body {
	width: 751px;
	margin: auto;
	padding: 0;
	position:relative;
	min-height:100%;
	cursor:default;
	}

#header {
	width: 751px;
	height: 180px;
	background:url(images/headerImage.jpg) 0 0 no-repeat;
	}

#menuBar {
	width:751px;
	height:37px;
	background:url(images/menuBar.jpg) 0 0 no-repeat;
	line-height:37px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	color:#000000;
	text-align:center;
	}

#menuBar a{
	display:block;
	float:left;
	padding-left:10px;
	padding-right:14px;
	color:#FFFFFF;
	height:37px;
	line-height:37px;
	}

#menuBar a:hover{
	color:#FF0000;
	}

#page {
	width:751px;
	background:url(images/pageBackground.jpg) 0 0 repeat-y;
	}

#columnRight {
	float:right;
	width:204px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:justify;
	background:url(images/columnTop.jpg) 0 0 no-repeat;
	}

#columnLeft {
	padding:10px;
	float:left;
	width:504px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:justify;
	background:url(images/contentTop.jpg) 0 0 repeat-x;
	}

#footer {
	width:751px;
	height:33px;
	background:url(images/footerImage.jpg) 0 0 no-repeat;
	text-align:center;
	line-height:33px;
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	color:#cccccc;
	}

#footer a{
	color: #cccccc;
	}

#footer a:hover{
	color: #FFFFFF;
	}

p.pageTitle {
	font-variant:small-caps;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	font-family: Tahoma, Verdana, Arial;
	color:#330000;
	}

.fleet tr.type {
	background:#333333;
	color:#ffffff;
	font-variant:small-caps;
	font-weight:bold;
	}

.fleet tr.title {
	background:#ffffff;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	}

.fleet tr.description {
	background:#ffffff;
	font-size:11px;
	text-align:center;
	}

.fleet tr.images {
	background:#666666;
	}

.fleet {
	border: 1px solid white;
	}