html { min-height: 100%; 
       margin-bottom: 1px;
	   overflow: -moz-scrollbars-vertical;
}

#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFF;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #container {
	width: 1085px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
}
#mapContainer {
	width: 1085px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
}
#centered {
	
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
#marquee {
	position:relative;
	overflow:hidden;
	height:25px;
	border:1px none #FFF;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	color: #000;
     }
#MarqueeSpacer {
	height: 25px;
	width: 960px;
}
#imgVessel {
	margin-left: 155px;
	width: 364px;
}
a:link {
	color: #0000ff;
	}
a:visited {
	color: #0000ff;
	}
a:hover {
	color: #0000ff;
	text-decoration: none;
	}
a:active {
	color: #0000ff;
	}
.MCtext {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	font-weight: normal;
	list-style-type: disc;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 0px;
	margin-left: 0px;
}
.MCtextR {
	text-align: right;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}
.MCtextll {
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}

.thrColFixHdr #container {
	width: 1085px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
} 
.div1left {
	width: 300px; 
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#EntryMenuBar {
	padding-left: 75px;
}

.thrColFixHdr #header {
	background: #fff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-weight: bold;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
} 
.thrColFixHdr #container #mainContent h3  {
	vertical-align: text-top;
	color: #000;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 671px;
	background-color: #FFF;
} 
.thrColFixHdr #footer {
	background-color: #FFF;
	width: 675px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: auto;
} 
.thrColFixHdr #footer p {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.whiteCopy {
	margin-right: 0px;
	margin-left: 0px;
	color: #FFF;
	font-size: small;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.MCtextL {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: normal;
	list-style-type: disc;
	padding-left: 5px;
	padding-right: 5px;
}
#VideoBox {
	margin-left: 18px;
	width: 645px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}
#handout {
	padding-left: 17px;
}
.oneColFixCtrHdr #container #BigMainContent h3 {
	color: #000;
}
#downloadBox {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
h3 {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	margin: 0px;
	padding-top: 0px;
	line-height: normal;
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
}
h4 {
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	line-height: normal;
	padding-right: 0px;
	padding-left: 0px;
	color: #000;
	text-align: left;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
}
h7 {
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: large;
	margin: 0px;
	padding-top: 0px;
	line-height: normal;
	padding-right: 15px;
	padding-left: 0px;
	color: #000;
	text-align: left;
}
h8 {
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: large;
	margin: 0px;
	padding-top: 15px;
	line-height: normal;
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
}
h9 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 675px;
}

#contactBox {
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 10px;
}
.MCListText {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	font-weight: normal;
	list-style-type: disc;
	padding-left: 50px;
	padding-right: 15px;
	margin-right: 0px;
	margin-left: 0px;
}
.MCImg {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 15px;
	width: 300px;
}
.MCtextL {
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #000;
}
#cmsArticle {
	width: 650px;
	margin-left: 0px;
	padding-left: 75px;
}
.contactDiv1 {
	float: left;
	margin-left: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
#specsDiv1 {
	float: left;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#specsDiv2 {
	float: left;
	margin-left: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}


.contactDiv2 {
	float: left;
	margin-left: 5px;
}
#inner {
	float: left;
	margin-left: 0px;
	width: 625px;
	padding-left: 50px;
}
#inner15 {
	float: left;
	margin-left: 0px;
	width: 625px;
	padding-left: 15px;
}

.MCtextFlushLeft {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	font-weight: normal;
	list-style-type: disc;
	padding-left: 0px;
	padding-right: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

.MCtextLB {
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #000;
}
.oneColFixCtrHdr #mapContainer {
	width: 1085px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
}
.thrColFixHdr #container #mainContent #inner15 #specsDiv1 p strong {
	font-size: 12px;
}
