body {
  margin: 0px;
  background-color: rgb(153,179,204);
  }

body, p, td {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  color: rgb(112,148,177);
  line-height: 17px;
	}

h1 {
  font-size: 15px;
  color: rgb(51,102,153);
  margin: 0px 0px 2px 10px;
  }

h2 {
  color: rgb(51,102,153);
  font-size: 13px;
  margin-bottom: 2px;
  }

h3 {
  font-size: 11px;
  color: rgb(51,102,153);
  margin-bottom: 2px;
  }

p {
  /* margin-top: 0px; */
  }

ul, li {
  /* font-size: 9px; */
  }

div.page {
  position: relative;
  /* border: 1px solid rgb(255,0,0); */
  }

div.logo {
  background-image: url("../images/osiLogoBackground.gif");
  height: 90px;
  }

div.logo img {
  position: absolute;
  top: 20px;
  left: 10px;
  }

div.banner {
  background-color: rgb(51,102,153);
  height: 124px;
  /height: 130px;
  margin: 0px;
  padding: 0px;
  padding-top: 6px;
  /* border: 1px solid rgb(255,255,0); */
  }

div.main {
position: relative;
  background-color: rgb(255,255,234);
  margin: 0px;
  padding: 0px;
  border: 1px solid rgb(255,255,234);
  border-bottom: 1px solid rgb(51,102,153);
  width: 100%;
  }

div.content {
	position: relative;
  float: left;
  width: 56%;
  w/idth: 36%;
  min-height: 320px;
  margin: 0px 0px 10px 0px;
  padding: 0px 10px 0px 10px;
  /* border: 1px dashed rgb(0,255,0); */
  }

div.content a:link, div.content a:active, div.content a:visited {
  color: rgb(51,102,153);
  text-decoration: underline;
  }

div.content a:hover {
  color: rgb(51,102,153);
  }

.content ul {
  list-style-type: square;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  }

.content li {
  margin: 0px;
  padding: 0px;
  }


div.images {
	position: relative;
  float: left;
  width: 36%;
  w/idth: 16%;
  margin: 0px;
  padding: 10px 0px 10px 10px;
  /* border: 1px dashed rgb(255,0,255); */
  }

div.spacer {
  /* position: relative; */
  clear: both;
  /* border: 1px dotted rgb(151,151,151); */
  }

div#footer {
  font-size: 9px;
  color: rgb(51,102,153);
  padding: 0px 10px;
  height: 75px;
  background: url("../images/osiFooterGradient.gif") repeat-x;
  /* border: 1px solid rgb(0,0,0); */
  }

div#footer a:link, div#footer a:active, div#footer a:visited {
  color: rgb(51,102,153);
  text-decoration: underline;
  }
  
div#footer a:hover {
  color: rgb(255,255,234);
  }
  
div.image {
	width: 318px;
	height: 124px;
	margin-bottom: 10px;
	background: url("../images/osiImageBackground.gif");
	/* border: 1px dotted rgb(0,0,0); */
  }

div.image img {
	position: relative;
	top: 14px;
	left: 13px;
	border: 1px solid rgb(25,51,77);
	border-right: 1px solid rgb(114,148,184);
	border-bottom: 1px solid rgb(114,148,184);
	}
	
div#bannerImage {
  /* margin-bottom: 18px; */
  height: 91px;
  background: url("../images/osiGrid.gif");
  }

.vessel {
	font-style: italic;
	}
