@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #E7E7E7;
}
body {
	background-color: #000033;
	padding-left: 0.5em;
	margin-top: 0px;
	padding-right: 0.5em;
	margin-bottom: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body, #Container, #Container #Header, #Container #Menu, #Copyright {
	min-width: 54em;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
h1 {
	font-size: 1.3em;
	color: #00CCFF;
}
h2 {
	font-size: 1em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
strong {
	color: #FFFFFF;
}

#Container {
	background-color: #023B68;
	background-image: url(../images/template/bg_container.png);
	background-repeat: repeat-x;
	background-position: left 160px;
	min-height: 40em;
	padding-bottom: 1em;
}
#Container #Header {
	height: 120px;
	background-image: url(../images/template/bg_header_gradient.png);
	background-repeat: repeat-x;
}
#Container #Fish {
	position: absolute;
	visibility: visible;
	right: 2em;
	top: 0px;
	z-index: 5000;
}
#Container #Menu {
	background-image: url(../images/template/bg_menu.png);
	background-repeat: repeat-x;
	height: 2em;
	padding-top: 7px;
	background-color: #D0D0D0;
	padding-bottom: 3px;
}
#Container #Content {
	padding: 1em;
}
#Container #Content #Breadcrumb {
	font-size: 0.7em;
	color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
}
#Container #Content .clearfloats {
	font-size: 0px;
	clear: both;
	float: none;
	border-top-style: none;
}
#Container #Content #Sidebar {
	width: 20em;
	float: right;
}
#Container #Content #Sidebar .box {
	background-color: #2F7AAB;
}
.rcap {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.lcap {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#Container #Content #Sidebar .boxcontent {
	padding: 0.8em;
	font-size: 0.8em;
}
#Container #Content #Sidebar .boxcontent h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	font-size: 1.1em;
}
#Container #Content #Sidebar .boxcontent ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#Container #Content .photowrap {
	background-color: #01507F;
	float: left;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 15px;
	font-size: 0.8em;
}
#Container #Content .photowrap img {
	border: 2px solid #0099CC;
	margin-bottom: 2px;
}
#Container #Content #Main {
	margin-right: 22em;
}
#Container #Content #Main p, #Container #Content #Main li {
	font-size: 0.95em;
}
#Container #Content #Main li {
	margin-bottom: 10px;
}
#Container #Content #MbrSearch {
	background-color: #0C68A1;
	width: 18em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#Container #Content #MbrSearch #searchform {
	margin: 0px;
	padding: 0px;
}
#Container #Content #MbrSearch #searchform p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#Container #Content #MbrSearch #searchform #searchterm {
	font-size: 0.98em;
	color: #990033;
	border: 1px inset #0099CC;
}
#Container #Content #MbrSearch #searchform #submit {
	margin-bottom: -4px;
}
#Copyright {
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #0C68A1;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Copyright p {
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.HideonPrint {
}
.HideonScreen {
	position: absolute;
	visibility: hidden;
	z-index: 0;
	left: -1000px;
	top: -1000px;
}
.pdate {
	font-size: 0.8em;
	color: #999999;
}
.reduced {
	font-size: 0.75em;
}
.designernote {
	color: #000000;
	background-color: #FFFF00;
}

