/* Copyright Settings */
.copyright td {
  font-family: Arial;
  font-size: 8pt;
  color: #E6E6E6;
}

.copyright a {
  color: #B5C4E5;
}

.copyright a:hover {
  color: #E2E6EE;
}

/* MAIN PAGE SETTINGS */
body td {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
}

a {
  color: #00277F;
}

a:hover {
  color: #4A6DBD;
}

/* HEADER SETTINGS */
.heading {
  font-family: Arial;
  font-size: 8pt;
  color: #001648;
  font-weight: bold;
  height: 19px;
  padding-left: 2px;
}

.headbanner {
  height: 76px;
} 

#contact {
  font-family: Arial;
  font-size: 8pt;
  color: #FFFFFF;
  margin-right:5px;
}

#contact a {
  color: #C9D4EE;
}

#contact a:hover {
  color: #EAF0FD;
}

/* COLUMN SETINGS */
.column {
  background-color: #FFFFFF;
  width: 150px;
  background-image: url('images/columnbg.gif');
  background-repeat: repeat-y;
}

.leftbox {
  border: 1px solid #000000;
  border-left: none;
  border-collapse: collapse;
}

#leftbox {
  padding-bottom: 1px;
  padding-top: 1px;
  position: relative;
  left: 0px;
  margin-right: 1px;
}

#boxes {
  width: 150px;
  background-color: #FFFFFF;
}

/* SEARCH SETTINGS */
#searchform form {
  margin-bottom: 0;
}

.searchbutton {
  position: relative;
  top: 2px;
}

/* MENU SETTINGS */
#menu a {
  margin-top: 1px;
  margin-bottom: 1px;
  width: 100%;
  border: solid 1px #000;
  border-left: none;
  background-image: url('images/button_solid.gif');
  color: #001648;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  padding-left: 14px;
}

#menu a:hover {
  color: #FFFFFF;
  background-image: url('images/button_over.gif');
}

/* LOCATION SETTINGS */
.locationtext {
  font-family: Arial;
  font-size: 7pt;
  color: #000000;
}


/* CONTENT SETTINGS */
.content {
  width: 612px;
  background-color: #FFFFFF;
}

.plain {
  border: 1px solid #000000;
}

h1 {
  font-family: arial;
  font-weight: bold;
  font-size: 12pt;
  color: #00174B;
  margin-bottom: 0;
  display: inline;
}

.prodmenu {
  font-family: arial;
  font-size: 8pt;
  color: #00174B;
}



/* FOOTER SETTINGS */
.footer {
  border-top: 1px solid #000000;
  height: 60px;
  padding-top: 4px;
}
