﻿body {
  margin-top: 0px;
  font-family: Verdana;
}
#header {
  width: 100%;
  height: 100px;
} 
#leftcol {
  float: left;
  width: 30px;
  height: 500px;
}
#content {
  float: left;
  width: 100%;
  height: 500px;
  padding-bottom: 10px;
  overflow-y: auto;
  text-align: left;
}
#footer {
  background: Gray;
  width: 100%;
  clear: both;
  text-align: left;
  height: 25px;
  font-size: x-small;
  text-decoration: none;
}
#logoDiv {
  float: left;
  background-image: url("images/raymarine-logo.gif");
  background-repeat: no-repeat;
  width: 226px;
  height: 38px;
  margin-left: 30px;
  margin-top: 35px;
}
#barDiv 
{
  background-color: Gray;
  width: 100%;
  height: 23px;
  font-size: x-small;
}

#titleDiv { 
  float: right;
  font-family: verdana;
  font-size: medium;
  font-weight: bold;
  color: White;
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-right: 10px;
}

#marginLeft
{
  background-image: url("images/left.jpg");
  background-repeat: repeat-y;
  width: 10px;
  float: left;
}

#bodyDiv 
{
  margin: auto;
  width: 794px;
  float: left;
}

#marginRight
{
  background-image: url("images/right.jpg");
  background-repeat: repeat-y;
  width: 10px;
  float: left;
}

#bodyCont 
{
  width: 814px;
  margin: 0 auto;
}

.footLink {
  margin-top: 7px;
  padding-left: 20px;
  color: White;
  text-decoration: none;
  float: left;
}

.headLink {
  margin-top: 7px;
  padding-left: 3px;
  color: White;
  text-decoration: none;
  float: left;
}

.logoutBtn
{
	margin-top: 7px;
	padding-right: 20px;
	float: right;
    color: White;
    text-decoration: none;
}

.smlFont
{
	font-size: small;
}
.packitems
{
	font-weight:bold;
	font-size:x-small;
	color: #15282F;
}
.packitemssmall
{
	font-size:xx-small;
	color: #15282F;
}
.packsmall
{
	font-size:xx-small;
	color:Navy;
}
.pack
{
	font-size:x-small;
	font-weight:bold;
	text-decoration: underline;
	color: #15282F;
}
