@charset "utf-8";
body  {
	background: #ffffff;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 780px;  /* 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 solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 12px;
	margin-bottom: 15px;
	background-color: #ffffff;
	margin-right: 0px;
	margin-left: 0px;
} 
.twoColFixRtHdr #header h1 {
	font-size: xx-large;
	font-style: normal;
	color: #003366;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: medium none #900;
	text-align: left;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C33;
	border-right-color: #C33;
	border-bottom-color: #C33;
	border-left-color: #003366;
	margin-left: 0px;
	background-color: #ffffff;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 230px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: medium none #C03;
} 

.twoColFixRtHdr #footer {
	background-color: #6997B8;
	height: 4em;
	margin: 0px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #930;
	border-right-color: #930;
	border-bottom-color: #930;
	border-left-color: #930;
	padding: 1px;
} 
.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;
}
.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;
}
.twoColFixRtHdr #container #menu {
	height: 40px;
	background-color: #ffffff;
	margin: 0px;
	width: 774px;
	float: right;
}
.twoColFixRtHdr #container #mainContent #menuvertical {
	width: 135px;
	border: thick none #930;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	height: 210px;
}
.twoColFixRtHdr #container #sidebar1 #ferrystatus {
	font-size: medium;
	color: #900;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	border: medium none #900;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 185px;
}
.twoColFixRtHdr #container #mainContent #maintext {
	float: right;
	width: 375px;
	padding-right: 8px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #003366;
	margin: 5px;
}
a:link {
	color: #06F;
	text-decoration: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.headingh2 {
	text-align: center;
	font-style: italic;
}
.twoColFixRtHdr #container #sidebar1 #ferrystatus div table tr td {
	text-align: center;
}
a:hover {
	text-decoration: underline;
	color: #c33;
}
a:visited {
	color: #00F;
	text-decoration: none;
}
