ul {
  list-style-type: square;
}

a {
 font-family:verdana;
 font-size:11px;
 color:#3a6f8f;
}

body{
 text-align: center;
 font-family:verdana;
 font-size:11px;
 color:#3a6f8f;
 height:100%;
 margin:5px;
 background-color:#f4f2f2;
}

.contentHeader {
 font-weight:bold;
 font-size:12px;
}

td#mastHead {
 background-image: url('images/mastHead.png');
 background-repeat: no-repeat;
 height:60px;
 width:800px;
 vertical-align:middle;
}

 img {
  border:0px;
 }
 
 div#logo {
  position:relative;
  left:10px;
 }
 
 td.blueBar {
  background-color:#3a6f8f;
  height:35px;
  vertical-align:bottom;
 }
 
 td.blueBarMid {
  background-color:#3a6f8f;
  height:20px;
  text-align:left;
  padding-left:5px;
  color:#e2dbb1;
 }

 img.vBar {
  vertical-align:bottom;
 }

 td#mainImg {
  background-image: url('img/mainImg.png');
  background-repeat: no-repeat;
  height:320px;
  width:500px;
  text-align:left;
 }
 
 td#mainContent {
  background-color:#e0e0e0;
  width:300px;
  padding:12px;
  vertical-align:top;
  text-align:left
 }
 
 td#content {
  height:100%;
  width:100%;
  vertical-align:top;  
  text-align:left;
 }
 
 div#content {
  background-color:#ffffff;
  width:760px;
  position:relative;
  height:100%;
  padding-top:10px;
 }
 
 a {
  text-decoration:none;
  color:#666666;
 }
 
 a:hover {
  text-decoration:underline;
 }
 
 ul.leftNavList {
  padding:0px;
  line-height:10px;
 }

 ul.detailList {
  padding:0px;
  line-height:20px;
  padding-left:15px;
 }
 
 a.bodyLink {
  font-weight:bold;
  text-decoration:underline;
 }
 
 a.breadcrumbs {
  color:#e2dbb1 
 }
	
 img.topImg {
  margin-left: 14px;
  margin-right: 14px;
  vertical-align:middle; 
 }

 li {
 }
