@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
dt, dd {
	margin: 0px;
	padding: 5px; }
h3 {
	font-weight: bold;
	font-size: 16px;
}
ul {
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: disc;
	list-style-position: inside;
	marker-offset: 10px;
}
li {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: disc;
	list-style-position: inside;
	marker-offset: 10px;
}
strong {
	font-weight: bold; }
a {
	text-decoration: none;
	color: #00476c;
}
a:hover {
	text-decoration: underline;
	color: #00476c;
}
#menuBg {
	background-image: url(images/menubg.png);
	background-repeat: repeat-x;
	height: 47px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
#menuBg a {
	display: block;
	padding-top: 13px;
	padding-bottom: 14px;
	color: #FFFFFF;
}
#menuBg a:hover {
	display: block;
	padding-top: 13px;
	padding-bottom: 14px;
	color: #FFFFFF;
	background-image: url(images/menubgro.png);
	background-repeat: repeat-x;
	text-decoration: none;
}
#oceanBg {
	background-image: url(images/headerbg.png);
	background-repeat: no-repeat;
	height: 160px;
	background-position: center top;
}
#contentBg1 {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
#logo {
	float: left;
	visibility: visible;
	position:absolute;
	z-index: 1000;
	left: 5px;
	top: 0px;
	height: auto;
	width: auto;
	position: absolute;
}
#welcomeText {
	background-image: url(images/welcomebg.png);
	background-repeat: repeat-y;
	line-height: 150%;
	color: #272e70;
	padding-left: 5px;
	font-size: 11px;
	text-align: justify;
}
.welcomeBg {
	background-image: url(images/welcomebg2.png);
	background-repeat: repeat;
}
#footerLinks {
	font-size: 12px;
	font-weight: bold;
}
.bg2 {
	background-image: url(images/bg2.png);
	background-repeat: no-repeat;
	background-position: 70% bottom;
}


.menuCell {
	width: 12%;

}
#headerText {
	font-size: 11px;
	color: #00476c;
	padding: 5px;
	float: right;
	visibility: visible;
	position:absolute;
	z-index: 1000;
	right: 0px;
	top: 0px;
	height: auto;
	width: auto;
	position: absolute;
}
#contactText {
	line-height: 125%;
	background-image: url(images/welcomebg.png);
	background-repeat: repeat-y;
	vertical-align: middle;
	font-size: 11px;
	color: #00476c;
	padding-left: 5px;
}
.errors ul {
	margin: 0px;
	padding: 0px;
	list-style: none; }
.errors li {
	margin: 0px;
	padding: 0px; 
	color: red;
	font-size: 90%;
	font-weight: bold;
	list-style: none; }
.footerbg {
	background-image: url(images/footerbg.png);
	background-repeat: repeat-x;
	height: 67px;
	color: #FFFFFF;
	font-size: 11px;
}
.footerbg a {
	color: #FFFFFF;
}

.topPad {
	margin-top: 10px;
}
.padWelcome {
	padding-bottom: 10px;
}

.contentPrint {
	float: right;
	font-weight: bold;
	display: block;
	padding: 5px;
	border: 1px solid #c0c0c0;
	margin-left: 5px;
	background-color: #f8f8f8;
	vertica
	}
.printPad {
	padding-left: 2px;
	padding-right: 2px;
}
	
//Dropdown

.navmenu a:link  {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold; 
	}
.navmenu a:visited  { 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
	}
.navmenu a:active  { 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold; 
	}
.navmenu a:hover  { 
	color: #FFF2C9; 
	text-decoration: none; 
	font-weight: bold; 
	display: block;
	background-color: #93a0c2;
	}

.navcss {
	position:absolute;
	visibility: hidden;
	border-right: solid 1px #89313e;
	border-left: solid 1px #89313e;
	border-bottom: solid 1px #89313e;
	border-top: solid 1px #89313e;
	font:normal 12px Arial,Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #185876;
	color: #FFF;
}
 
.navcss a:link, .navcss a:visited, .navcss a:active {
	width: 226px;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	display: block;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	font-size: 8pt;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFF;
}

.navcss a:hover {
	background-color: #317598;
	color: #FFF;
}

.breadcrumb {
	font-weight: bold;
	border-bottom: solid 1px #00476c;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

h4 {
	border: solid 1px #000000;
	font-size: 11px;
	color: #000;
	background-color: #efeeff;
	margin-bottom: 10px;
	padding: 5px;
	display: block;
}

h4 a:link, h4 a:visited, h4 a:active {
	display: block;
	color: #000;
}

h4 a:hover {
	display: block;
	background-color: #f8f8ff;
	color: #000;
	text-decoration: none;
}

h5 {
	background-color: #6060a3;
	border: solid 1px #FFFFFF;
}
