body {
  background-color: #21448B;
  font-family: verdana, arial;
  margin: 4px;
}

a {
  color: #003399;
}

h1 {
  font-family: georgia, times new roman;
  font-weight: normal;
  color: #003399;
  font-size: 14pt;
}

h2 {
  font-family: georgia, times new roman;
  font-weight: bold;
  font-style: italic;
  color: #003399;
  font-size: 10pt;  
  margin-top: 12px;
}

h3 {
  display: inline;
  font-family: georgia, times new roman;
  font-weight: bold;
  font-style: italic;
  color: #003399;
  font-size: 8.5pt;  
  margin-top: 12px;
}

td {
  font-size: 8.5pt;
}

p {
  margin-top: 0px;
  margin-bottom: 8px;
}

hr {
  height: 1px;
  color: #6D6C3F; 
}

.iMenuItem a div {
  background: url('/images/ibg.gif');
}

.iMenuItem a:hover div {
  background: url('/images/ibgsel.gif');
}

.menuItem {
  background: url('/images/mibg.gif');
  height: 27px;
  padding-left: 6px;	  
}

.menuItem a {
  font-size: 9pt;
  text-decoration: none;
  color: #4B4B4B;
  font-weight: bold;
}

.menuItem a:Hover {
  font-size: 9pt;
  text-decoration: underline;
  color: #003399;
  font-weight: bold;
}

.menuItemSel {
  background: url('/images/mibgsel.gif');
  font-size: 9pt;
  font-weight: bold;
  color: #003399;
  height: 27px;
  padding-left: 6px;	
}

.subMenu {
  border-bottom: 2px solid #21448b;
}

.subMenuItem {
  height: 27px;
  padding: 0px 6px 0px 6px;
  text-align: center;
  background-color: #ddd;
  border-left: 2px solid #fff;
}

.subMenuItem a {
  font-size: 7.5pt;
  text-decoration: none;
  color: #4B4B4B;
  font-weight: bold;
}

.subMenuItem a:Hover {
  font-size: 7.5pt;
  text-decoration: underline;
  color: #003399;
  font-weight: bold;
}

.subMenuItemSel {
  font-size: 7.5pt;
  font-weight: bold;
  text-align: center;
  background-color: #21448b;
  color: #fff;
  height: 27px;
  padding: 0px 6px 0px 6px;
  border-left: 2px solid #fff;
}

.servicetitle {
  font-family: georgia, times new roman;
  font-style: italic;
  font-weight: normal;
  color: #003399;
  font-size: 20pt;
  display: block;
  margin-bottom: 10px;
}

.servicetagline {
  font-family: georgia, times new roman;
  font-style: italic;
  font-size: 13pt;
  display: block;
  margin-bottom: 10px;
}

.edit {
	font-family:arial;
	font-size:8pt;
}

#contact_tbl{
width: 100%;
vertical-align: top;
}

#contact_tbl table tr td{
vertical-align: top;
text-align: left;
}

.imageBorder {
        padding: 4px;
        border: 1px solid #ccc;
}

.thumbnail {
        padding: 2px;
        border: 1px solid #ccc;
}


