html {
  margin: 0px;
  padding: 0px;
}
body {
  background-color: #36769B;
  border: none;
  margin: 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
.centering {
	text-align: center;
}
.pageMaster {
  text-align: center;
  width: 980px;
  margin:auto;
}
.paneFlash {
  text-align: center;
  margin:0;
  width: 980px;
}
#paneNav {
  background-color: #003467;
  height: 20px;
  text-align: center;
  width: 980px;
  margin:0;
}
.navibar{
  background-color: #003467;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  height: 20px;
  text-align: center;
  width: 980px;
  margin:0;
}
.paneContentContainer {
  width: 980px;
  margin:0;
}
.paneContentLeft {
  background-color: #ffffff;
  border-right: 1px solid #36769b;
  width: 200px;
  min-height: 700px;
  padding: 12px;
  text-align: center;
  margin:0;
}
.paneContentCenter-home {
  background-color: #ffffff;
  width: 580px;
  min-height: 700px;
  text-align: left;
  padding: 12px;
  margin:0;
}
.paneContentCenter {
  background-color: #ffffff;
  width: 980px;
  min-height: 700px;
  text-align: left;
  padding: 12px;
  margin:0;
}
.paneContentRight {
  background-color: #ffffff;
  border-left: 1px solid #36769b;
  width: 200px;
  min-height: 700px;
  padding: 12px;
  text-align: center;
}
.paneBottom {
  background-color: #36769B;
}
.masthead img {
  border: 3px solid #ffffff;
}
address {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
}
.OVlogo {
  text-align: right;
}
.OVlogo a:link, .OVlogo a:active, .OVlogo a:visited, .OVlogo a:hover {
  font-style: normal;
  font-weight: bold;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
}
A:link, A:visited, A:active {
  color: #003467;
  text-decoration: underline;
}
A:hover {
  color: #003467;
  text-decoration: none;
}
h1 {
  color: #003467;
  font-size: 18px;
}
h2 {
  font-size: 14px;
}
address a:link, address a:visited, address a:active {
  color: #97d0ff;
}
address a:hover {
  color: #ffff00;
}
li {
  margin-bottom: 6px;
}
.button {
  background-image: url(../images/button-background.jpg);
  width: 185px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
}
.button a:link, .button a:visited, .button a:active {
  color: #ffffff;
  text-decoration: none;
}
.button a:hover {
  color: #000000;
  text-decoration: none;
}
.suggestionBox {
  font-size: 9px;
}
.sub2 {
  background-color: #003467;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2px;
  margin-right: 2px;
}
a.sub2:active,a.sub2:visited,a.sub2:link {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
a.sub2:hover {
  background-color: transparent;
  color: #EFF8FF;
  text-decoration: none;
  font-weight: bold;
}
.sub {
  font-size: 12px;
  background-color: #EFF8FF;
  color: #003467;
  text-align: center;
}
a.sub:active,a.sub:visited,a.sub:link {
  background-color: #EFF8FF;
  color: #003467;
  text-decoration: none;
  font-weight: bold;
}
a.sub:hover {
  background-color: #003467;
  color: #EFF8FF;
  text-decoration: none;
  font-weight: bold;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: ;
}