#sponsors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #324371;
	width: 196px;
}
#sponsors a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 100px;
	padding-bottom: 4px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #1A3C83;
	background-image: url(images/one-ocean-layout3_01.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 878px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(images/header.gif);
	height: 154px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 0px;
	margin-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
#flash {
}
#mainback {
	background-image: url(images/mainback.jpg);
	height: 620px;
	background-repeat: no-repeat;
	padding: 12px;
}
#blue {
	background-image: url(images/blue.jpg);
	height: 257px;
	width: 602px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
#maincontent {
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}
#maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	font-size: 20px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.footer {
	margin-top: 0px;
	width: 800px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.arrowlistmenu{
	width: 196px; /*width of menu*/
}

.arrowlistmenu .headerbar{
	font: bold 14px Arial;
	color: white;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: black;
	background-image: url(images/navheader.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li a{
	color: #FFFFFF; /*custom bullet list image*/
	display: block; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	background-color: #4F69A6;
	padding-top: 2px;
	padding-right: 2;
	padding-bottom: 2px;
	padding-left: 2;
}

.arrowlistmenu ul li a:visited{
	color: #FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background-color: #1D2E5C;
}
.arrowlistmenu h3{
	color: #FFFFFF;
	background-color: #1D2E5C;
	margin: 0px;
	padding: 0px;
}

.borders {
	border: 1px solid #4F69A6;
}
.style2 {color: #CC0000}
.cssform p{
	width: 200px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
	width: 150px;
	height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	margin-right: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8D5E4;
}

