body {
  font: normal 100% Arial,Helvetica,sans-serif;
}

div.content {
  margin-top: 5%;
  margin-left: 1%;
}

div.content a {
  text-decoration: none;
}
div.content a:hover {
  text-decoration: underline;
}
div.content a:visited {
  text-decoration: none;
}
div.content p {
   font-size: 100%;
}

p, li, td {
  font-size: 80%;
  margin: 0.3em 0.3em 0.3em 0.3em;
}
li p {
  font-size: 100%;
}
p {
  line-height: 135%;
}
h1, h2 {
  font-weight: normal;
}
h1 {
  font-size: 145%;
  margin: 0 0 1em 0;
}
h2 {
  font-size: 110%;
  margin: 0 0 1em 0;
}
h3 {
  font-size: 100%;
  margin: 0 0 1em 0;
}
h4 {
  font-size: 80%;
  margin: 0 0 0 0;
}
ul {
  list-style: square outside;
}
ul ul li {
  font-size: 100%;
}

ul#shipNav {
  position: relative;
  background-repeat: repeat-x;
  height: 68px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#shipNav li {
  display: block;
  height: 37px;
  margin: 0;
  padding: 8px 0 0 0;
  float:left;
}

#shipNav li.active {
  background-color: #FDFEB3; 
  padding: 10px 10px 10px 10px;}

#shipNav li.active a#on {
  background-color: #FDFEB3; 
  color: black;
}

#shipNav li a:hover {
  background-color: #FDFEB3; 
  color: black;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0.6em 1em;
  border-right: 1px solid #D9DBDC;
  position: relative;
  font: bold 11px Tahoma, Geneva, Helvetica, Arial, sans-serif;  
}

#shipNav li a.on {
  background-color: #FDFEB3; 
  color: black;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0.6em 1em;
  border-right: 1px solid #D9DBDC;
  position: relative;
  font: bold 11px Tahoma, Geneva, Helvetica, Arial, sans-serif;  
}

#shipNav a.off {
  display: block;
  color: #E0E0E0;
  text-decoration: none;
  margin: 0;
  padding: 0.6em 1em;
  border-right: 1px solid #D9DBDC;
  position: relative;
  font: bold 11px Tahoma, Geneva, Helvetica, Arial, sans-serif;
}

ul#mainNav {
  position: relative;
  background-repeat: repeat-x;
  height: 68px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#mainNav a {
	 width: 120px;
  display: block;
  color: black;
  text-decoration: none;
  margin: 0;
  padding: 0.6em 1em;
  border-right: 10px solid #D9DBDC;
  border-bottom: 1px solid #D9DBDC;
  position: relative;
  font: bold 11px Tahoma, Geneva, Helvetica, Arial, sans-serif;
}

#mainNav li a:hover {
  width: 120px;
  display: block;
  color: black;
  text-decoration: none;
  margin: 0;
  padding: 0.6em 1em;
  border-right: 10px solid #FDFEB3;
  border-bottom: 1px solid #FDFEB3;
  position: relative;
  font: bold 11px Tahoma, Geneva, Helvetica, Arial, sans-serif;
}

#mainNav li a:active {
	 width: 120px;
  display: block;
  color: black;
  text-decoration: none;
  margin: 0;
  padding: 0.6em 1em;
  border-right: 10px solid #FDFEB3;
  border-bottom: 1px solid #FDFEB3;
  position: relative;
  font: bold 11px Tahoma, Geneva, Helvetica, Arial, sans-serif;
}

#rightNavi a {
  display: block;
  color: black;
  text-decoration: none;  
  margin-top: 6pt;
  padding: 0.6em 1em;
  position: relative;
  font: bold 11px Tahoma, Geneva, Helvetica, Arial, sans-serif;
  background-color: white;
}

@media print {
	.search{
	display: none;
	}
}