@charset "utf-8";
body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #09161F;
	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 */
}

a:link { color: #005fa9; text-decoration: none; }

a:visited { color: #5F3131; text-decoration: none; }

a:hover{ text-decoration: underline; }

fieldset { border: 1px solid #ccc; padding: 8px 10px 3px 10px; }

h1 {padding: 0px 10px 10px 10px;
	/* Adjust heading sizes as appropriate */
	font-size: 110%;
}

h2 {padding: 0px 10px 10px 10px; font-size: 105%; }

h3 {padding: 0px 10px 10px 10px; font-size: 105%; }

h4 {padding: 0px 10px 10px 10px; font-size: 105%; }

h5 {padding: 0px 10px 10px 10px;
	font-size: 100%;}

ul{ list-style-type: square; }

.centertext { text-align: center; }
.imagepadding {padding: 0px 10px 10px 10px; 
}
.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;
}

.comStyle { color: #C0C0C0; }

.erraticStyle { color: #8080FF; }

.impactStyle { color: #99CC99; }

.IndexLinks { overflow: hidden; }

.IndexLinks a:link{ color: #4169e1; text-decoration: none; }

.IndexLinks a:visited{ color: #95977B; text-decoration: none; }

.IndexLinks a:hover{ text-decoration: underline; }

.IndexLinksPanel { color: #005fa9; margin: 0px; padding: 0px; }

.IndexLinksPanel p {
	color: #white;
	margin: 0px;
	padding: 0px;
	font-size: 95%;
	text-indent: 0px;
}

.IndexLinksPanelContent {
	color: #dcdcdc;
	overflow: auto;
	margin: 0px;
	padding: 5px;	
	font-size: 95%;
}
.IndexLinksSlogan {
	color: #dcdcdc;
	overflow: auto;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: right;
	font-size: 95%;
}
.IndexLinksSloganDarker {
	color: #999;
	overflow: auto;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-size: 95%;
}

.IndexLinksSloganEvenDarker {
	color: #066;
	overflow: auto;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-size: 95%;
}

.IndexLinksPanelTab {
	color: #005fa9;
	margin: 0px;
	Padding: 2px;
	font-size: 95%;
	font-weight: bold;
}

.legalese { /* Footers and the "fine print" */ font-size: 85%; }

.legendtext{
	color: black;
	font: bold 105% Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #bookBox {
	float: right;
	font-size:80%;
	margin: 0px 0px 0px 8px;
	text-align: center;
	width: 25%; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 5px 0px; /* top and bottom padding create visual space within this div */
}

.oneColFixCtrHdr #breadcrumb { color: #aaa; font-size: 90%;}

.oneColFixCtrHdr #breadcrumb a{ color: #aaa; }

.oneColFixCtrHdr #breadcrumb a:hover{ color: #005fa9; text-decoration: underline; }

.oneColFixCtrHdr #breadcrumb img { float: right;}

.oneColFixCtrHdr #container {
	background-color:white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #05161E;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 60em; /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
}

.oneColFixCtrHdr #header {
	background-image: url(../images/1100x125_deepwater.jpg);	
	padding: 0px 0px; /* 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. */
}

.oneColFixCtrHdr #header h1 {
	margin: 0 10px; /* 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 */
	font-size: 150%;
}

.oneColFixCtrHdr #headersubtitle {
	color: #F4F2F2;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 90%;
	margin: -10px 0 0px 30px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: white;
}

.oneColFixCtrHdr #mainContent 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: 15px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #siteinfo{
	background-color: #fff;
	color: #9e9e9e;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
	text-align: center;
}
.skinnyfm img {
	padding-right: 10px;
	padding-bottom: 5px;
}
.skinnyfm li {
	list-style: none;
	padding-bottom: 1px;
	padding-top: 4px;
	color:#CCC;
}
.skinnyfm a {
	list-style: none;
	padding-bottom: 1px;
	padding-top: 4px;
	color:#CCC;
	font-size:x-small;
}
div.btn54x24 {
	background-image: url("../images/54x24btn.png");
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 24px;
	line-height: 175%;
	list-style-type: none;
	margin: 10px;
	text-align: center;
	width: 54px;
}

div.btn54x24 a {
	display: block;
	text-decoration: none;
}

div.btn54x24 a:link {
	color: #185200;
}

div.btn54x24 a:visited {
	color: #185200;
	text-decoration: none;
}

div.btn54x24 a:hover {
	background-image: url("../images/54x24btnhover.png");
	color: #185200;
	text-decoration: none;
}

div.btn54x24 a:active {
	background-image: url("../images/54x24btnhover.png");
	background-repeat: no-repeat;
	color: #185200;
}

div.btn85x24 {
	background-image: url("../images/85x24btn.png");
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 24px;
	line-height: 175%;
	list-style-type: none;
	margin: 10px;
	text-align: center;
	width: 85px;
}

div.btn85x24 a {
	display: block;
	text-decoration: none;
}

div.btn85x24 a:link {
	color: #404040;
}

div.btn85x24 a:visited {
	color: #404040;
}

div.btn85x24 a:hover {
	background-image: url("../images/85x24btnhover.png");
	color: #404040;
}

div.btn85x24 a:active {
	background-image: url("../images/85x24btnhover.png");
	background-repeat: no-repeat;
	color: #404040;
}