@charset "utf-8";
.body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #011949;
	font-family: Arial, Helvetica, sans-serif;
	color: #172766;
	background-image: url(images/ocean-waves-4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	background-image: url(images/sl-header-4_01.jpg);
	height: 107px;
	width: 990px;
	background-repeat: no-repeat;
}
#navBar {
	background-image: url(images/nav-bar-blue_02.jpg);
	height: 47px;
	width: 990px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#fishBkgrnd {
	background-image: url(images/fish-blue_03.jpg);
	height: 126px;
	width: 990px;
	background-repeat: no-repeat;
}
.container {
	background-image: url(images/rb-bkgrnd-repeat_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin:auto;
}
.mainContent {
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#thirdQuarterTop {
	background-image: url(images/3quarter-top_06b.png);
	height: 25px;
	background-repeat: no-repeat;
	background-position: right;
	right: 6px;
	position: relative;
}
#thirdQuarterContainer {
	background-image: url(images/3quarter-repeat_09.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 680px;
	position: relative;
	right: 6px;
	margin: 0px;
	padding: 0px;
}
#thirdQuarterPanelContentArea {
	background-image: url(images/3quarter-mid_09.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 24px;
	padding-left: 44px;
	text-align: left;
	min-height: 614px;
	position: relative;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#thirdQuarterBottom {
	background-image: url(images/3quarter-bottom_11.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 30px;
	position: relative;
	right: 6px;
}
#oneQuarterTop {
	background-image: url(images/1quarter-top_07b.png);
	height: 25px;
	background-repeat: no-repeat;
	position: relative;
	left: 4px;
}
#oneQuarterContainer {
	background-image: url(images/1quarter-repeat_10.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 310px;
	position: relative;
	left: 4px;
}
#oneQuarterPanelContentArea {
	background-image: url(images/1quarter-mid_10.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	padding-right: 38px;
	padding-left: 18px;
	text-align: left;
	min-height: 614px;
	position: relative;
}
#oneQuarterBottom {
	background-image: url(images/1quarter-bottom_12.png);
	background-repeat: no-repeat;
	height: 30px;
	position: relative;
	left: 4px;
}
.textBlue {
	color: #0F2763;
	font-weight: bold;
}
.textGreenBlue {
	color: #002BA8;
}

#footer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-image: url(images/sl-footer-bkgrnd_09.png);
	height: 64px;
	width: 990px;
	background-repeat: no-repeat;
}
#footerCopy {
	margin-top: 6px;
	margin-left: 40px;
	color: #770000;
	font-size: small;
}
#footerNav {
	font-size: small;
	text-align: center;
	margin-top: 6px;
	font-weight: bold;
}
#footerGulfnetwork {
	margin-right: 0px;
	margin-left: 0px;
	color: #3C869B;
	margin-top: 6px;
	font-size: small;
	margin-bottom: 0px;
}
H2 {
	color: #A3ACBD;
	background-color: #990000;
}
H3 {
	color: #990000;
	background-color: #A3ACBD;
}
.textSmall {
	font-size: small;
}
.textSmallBold {
	font-size: small;
	font-weight: bold;
}
a {
	color: #02308E;
	text-decoration: none;
}
a:hover  {
	color: #990000;
}
