@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body  {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	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 */
	background-color: #004990;
	background-image: url(images/pagegradient.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;

} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	overflow: hidden;
	height: 140px;
}
#sharks {
	height: 45px;
	width: 60px;
	position: relative;
	top: -130px;
	left: 680px;
} 
.twoColFixLtHdr #menu {
	float: left; /* since this element is floated, a width must be given */
	width: 750px; /* 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 */
	height: 45px;
	text-align: center;
	text-decoration: none;
	background-color: #004990;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	color: #FFF;
	padding-top: 8px;
	font-size: 8pt;
	background-image: url(images/menubg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px;
	padding: 15px 15px 15px 20px;
	background-image: url(images/sidebarGradient.gif);
	background-repeat: repeat-y;
	font-size: 7pt;
	color: #2F61DD;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}
.twoColFixLtHdr #mainContent {
	margin: 30px 0px 0px 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 30px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.5;
	color: #666;
} 
.twoColFixLtHdr #footer {
	padding: 10px 15px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#004990;
	width: 720px;
	font-size: 6pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
} 
.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;
}
p {
	margin: 0px;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16pt;
	color: #2F61DD;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	color: #2F61DD;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	text-transform: capitalize;
}
h3 {
	color: #666;
	font-style: italic;
	font-size: 7pt;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	color: #2F61DD;
	font-style: italic;
	font-size: 9pt;
	font-weight: normal;
	margin: 0px;
}
h5 {
	color: #666;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
}
.style1 {
	font-size: 8pt;
	line-height: 1.2;
	font-weight: bold;
	color: #2F61DD;
}
.collapseMargin {
	margin-bottom: -10px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
.twoColFixLtHdr #menu a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #menu a:visited {
	text-decoration: none;
	color: #FFF;
}
.twoColFixLtHdr #menu a:hover {
	text-decoration: none;
	color: #000;
}
.twoColFixLtHdr #menu a:active {
	text-decoration: none;
	color: #000;
}
.twoColFixLtHdr #footer a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:visited {
	text-decoration: none;
	color: #FFF;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: none;
	color: #000;
}
.twoColFixLtHdr #footer a:active {
	text-decoration: none;
	color: #000;
}
