body {
  min-width: 784px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #e7e7e7;
}

h1 {
  color: #00467f;
  position: relative;
  display: block;
  font-size: 16px;
  padding: 5px;
  font-weight: bold;
  text-align: left;
}

h2 {
  color: #00467f;
  position: relative;
  display: block;
  font-size: 16px;
  padding: 5px;
  font-weight: bold;
  text-align: left;
}

h3 {
  color: #00467f;
  position: relative;
  display: block;
  font-size: 14px;
  background-color: #d9da56;
  padding: 5px;
  font-weight: bold;
  text-align: left;
}

h4 {
  color: #00467f;
  position: relative;
  display: block;
  font-size: 12px;
  background-color: #d9da56;
  padding: 5px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 5px;
  text-align: left;
}

p {
  text-align: left;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 8px;
  margin-left: 0px;
  padding: 5px;
}

li {
  margin-bottom: 8px;
}

.container {
  position: relative;
  float: left;
  clear: both;
	padding: 5px;
	background-color: #ffffff;
}

.column {
  position: relative;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}

/* Menus */

.MenuTabs {
	width: 790px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0 0 0 0;
	z-index: 90; 
}

.LinkMenuTab {
  background-color: #d9da56;
  border: solid 1px #00467f;
  float: left;
  display: inline;
  color: #00467f;
  padding: 5px;
}

a.LinkMenuTab {
  text-decoration: none;
  font-size: 11px;
  width: 86px;
  height: 26px;
  text-align: center;
}

a.LinkMenuTab:link {
  color: #00467f;
  background-color: #d9da56;
  text-shadow: #999999 0px 2px 2px;
}

a.LinkMenuTab:hover {
  background-color: #00467f;
  color: #ffffff;
  text-shadow: none;
}

.LinkMenuTab#currentTab {
  background-color: #ffffff;
  border-left: solid 1px #00467f;
  border-top: solid 1px #00467f;
  border-right: solid 1px #00467f;
  border-bottom: solid 1px #ffffff;
  float: left;
  display: inline;
  color: #00467f;
  padding: 5px;
}

a.LinkMenuTab#currentTab {
  text-decoration: none;
  font-weight: normal;
  width: 86px;
  text-align: center;
}

a.LinkMenuTab#currentTab:link {
  color: #455372;
  background-color: #ffffff;
  text-shadow: #999999 0px 2px 2px;
}

/* Footer */

.footer { 
  width: 100%;
  clear: both;
  font-size: 9px;
}

.footer a {
  z-order: 100;
  color: #000000;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}


/* Header */

.header {
	background: #d9da56 url("images/headerbg.png");
	position: relative;
	min-height: 144px;
	height: 144px;
	width: 100%;	
	margin-bottom: 5px;
}

.logoarea {
  position: absolute;
  height: 107px;
  display: block;
  left: 0 !important; 
  left: -1; 
  top: 0;  
  width: 450px;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  background: url('images/logo.png');
  width: 460px;
  height: 107px;
  cursor: hand;
}

#logo h1 {
  display: none;
}

.showcase {
  position: absolute; 
  border-left: 3px solid #ffffff;
  top: 0px; 
  right: 0px;
}

.MenuFill {
  position: absolute; 
  right: 0; 
  bottom: 0; 
  height: 36px; 
  width: 90%; 
  border-bottom: solid 1px #00467f; 
  border-top: solid 1px #00467f;
}

.content {
  background-color: #ffffff;
  width: 784px;
}

.contact {
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  background: #3f3f3f;
  margin: 0px;
  padding: 5px 0px;
  border-top: solid 4px #00467f;
}

.contact a {
  color: #ffffff;
}

acronym {
  cursor: help;
}

.popUp {
  background-color: #e7e7e7;
  visibility: hidden;
  display: none;
  position: absolute;
  bottom: 70px;
  left: 200px;
  z-index: 1000; 
  width: 410px;
  height: 300px;
  border-bottom: solid 2px #3f3f3f;
  border-right: solid 2px #3f3f3f;
  border-left: solid 2px #f4f4f4;
  border-top: solid 2px #f4f4f4;
}