@charset "utf-8";
* {margin: 0; padding: 0;}
img {border:none;}
h3 {color:#0e1242; font-style:italic;}
tr {padding: 10px 0;}
p {padding: 0px 0 20px 0;}
ul {padding: 0 0 20px 30px;}
body {
	font: 8.5pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .1pt;	
	color:#0e1242;
	line-height:150%;
	background-image: url(images/background.jpg);
	background-repeat:repeat-y;
	text-align: center;
}
.blueocean #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.blueocean #header {
	height: 140px;
}
.blueocean #headerLeft {
	width: 225px;
	padding: 14px 0 0 0;
}
.blueocean #mainContent {
	height: 505px;
	background: #FFFFFF;
}
.blueocean #subContent {
	padding:15px;
	background: #FFFFFF;
}
.blueocean #contentLeft{
	width: 638px;
	padding: 15px;
	height: 475px;
}
.blueocean #mininav{
	width: 63px;
	height: 16px;
	position: relative;
	top: -16px;
	background-color: #FFFFFF;
	float:left;
	padding: 0 2.5px;
	margin: 0 285px;
}
.blueocean #mininav img {
	display: inline;
	margin: 3px 2.5px;
}
.blueocean #bg {
	background-image:url(images/mininav/bg.png);
	background-position: 6px 3px;
	background-repeat:no-repeat;
}
.blueocean #contentRight{
	float:right;
	width: 277px;
	padding: 15px 15px 15px 0;
}

.blueocean #contentRight p{
	padding: 30px 0;
	font: 8.5pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .1pt;	
	color:#0e1242;
	line-height:150%;
}
.blueocean #contentRight a{
	padding: 15px 0;
	display:block;
	height: 45px;
}
.blueocean #footer {
	padding: 20px 0;
	font: 7pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .5pt;	
	text-align: center;
	text-transform:uppercase;
	color:#FFFFFF;
}
.blueocean #footer a {color:#FFFFFF}


		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }

		a:focus { outline:none }

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}

		.csw {width: 638px; height: 475px; overflow:hidden; position:relative; margin: auto;}


		#panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			overflow: hidden;
			left: 0; top: 0;
			width: 1914px;
			list-style-type: none;
			
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}

		#panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 475px;
			position: relative;
			width: 638px;
			display:inline;
		}