/*
a:link, a:visited, a:active{
  background-color: transparent;
  color: #345769;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: underline;
}

a:hover {
  background-color: transparent;
  color: #c4ccdc;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
}

*/
a.navigation:link, a.navigation:visited, a.navigation:active {
  color: white;
  font: italic 100% Palatino, Palatino Linotype, Georgia, serif;
  text-decoration: none;
}

a.navigation:hover, .selected  {
  color: #345769;
  font: italic 100% Palatino, Palatino Linotype, Georgia, serif;
  text-decoration: none;
}

.bgwhite {
	background: #fff;
	color: #000066;
}

body {
	background-color: #c4ccdc;
	font:  normal 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin: auto;
	padding: 0;
	text-align: center;
}

.boilerplate {
  color: #345769;
  float: right;
  font-size: 70%;
  line-height: 18px;
  text-align: left;
  width: 180px;
  margin: 63px 6px 0 0;
}

.contentTable {
  background-color: #fff;
  float: left;
  width:700px;
}

.contenttxt {
  background-color: transparent;
  color: #345769;
  font-size: 70%;
	margin: 5px 5px 0 5px;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.description {
  width: 100%;
}

.header1 {
  background-color: inherit;
  color: white;
  font:italic 150% Palatino, Palatino Linotype, Georgia, serif;
  text-shadow: 0.2em 0.2em 0.1em #000;
  font-weight: 600;
  letter-spacing: 7px;
  margin: 10px 0 10px 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
}

.header2 {
  background-color: inherit;
  border-bottom: 1px dotted #c2c0b7;
  color: #345769;
  font:italic 75% Palatino, Palatino Linotype, Georgia, serif;
  font-weight: 600;
  margin: 4px 0 2px 5px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  clear: both;
}

.header3  {
  background-color: inherit;
  color: white;
  clear: both;    
	font-size: 60%;
  font-weight: normal;
	text-align: right;
	margin: 0;
	padding: 5px 0;
}

.header4 {
  clear: both; 
  color: #fff;
  font-size: 70%;
  text-align: right;
}

img {
	border-style: none;
}

.imgskip {
	background-color: transparent;
  float: left;
  font-size: 5px;
	color: #c2c0b7;
	text-decoration: none;
}

.imgCenter {
/*  background: url(../images/bg_pier.gif) left center no-repeat white;*/
	background-image: url(../images/bg_pier.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: white;   
  width: 100%;
  height: 405px;
  margin: 0;
  padding: 0;
}

.tablemain {
	margin: auto;
	padding: 0;
	text-align: center;
	width: 700px;
}


a.more:link, a.more:visited, a.more:active {
  background-color: transparent;
  color:  #345769;
  font: 60% Arial, Verdana, Helvetica, sans-serif;
  text-decoration: underline;
  font-style: italic;
  float: left;
  padding: 2px 5px 5px 5px;
  margin: 0;
}

a.more:hover {
  background-color: transparent;
  color: #c4ccdc;
  font: 60% Arial, Verdana, Helvetica, sans-serif;
  text-decoration: underline;
  font-style: italic;
  float: left;
  padding: 2px 5px 5px 5px;
  margin: 0;
}

/*.more {
  background-color: transparent;
  font-size: 60%;
  font-style: italic;
  text-align: right;
  margin:  5px 5px 5px 0;
  padding: 5px 5px 5px 0;
}
*/
.unorderedList  {
  background-color: inherit;
	margin: 0;
	padding: 0;
  width: 100%;
  text-align: left;
  list-style-type: none;
}

.listItem {
  display: inline;
  padding: 0 15px 0 0;
  margin: 0;
  font: italic 70% Palatino, Palatino Linotype, Georgia, serif;
  color: #345769;
}
/*
td {
	margin: 0;
	padding: 0;
}
*/
.welcome {
  background: url(../images/bg_pier.gif) left top no-repeat white;
  border-top: 1px dotted #345769;
  border-bottom: 1px dotted #345769;
  padding: 9px 5px 0 0;
  color: #345769;
  font: 65% Palatino, Palatino Linotype, Georgia, serif;
  font-style: italic;
  text-align: right;
  margin: 0;
}

.whitebox {
	background-color: #fff;
  font-size: 100%;
}



