html {
  margin:0;
  padding:0;
  height: 101%;
}

body {
  font-size: 12px;
  background: #ffffff;
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  width: 1000px;
  margin-left:auto;
  margin-right:auto;
  border: 0px;
}

#header {
  background-color: #000000;
  height: 160px;
}

#footer {
  background-color: #000000;
  height: 92px;
}

#menu-bar {
  position:absolute;
  top: 130px;
  padding-left: 6px;
}

.menu-item {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  height: 28px;
  cursor: pointer;
}

#search-area {
  color: #b3b3b3;
  font-weight: bold;
  font-size: 11px;
  margin-right: 15px;
  margin-top: 15px;
}

.search-box {
  background: #b3b3b3;
  border: 2px solid #808080;
  color: #000000;
  width: 150px;
  margin-left:4px
}

.gradient {
  background-position: top left;
  background-repeat: repeat-x;
}

.black_frame {
  border: 1px solid #000000;
}

#content {
  min-height: 400px;
  margin-top: 20px;
  font-size: 14px;
}

.content_title {
  float:left;
  padding-top:17px;
  padding-left:15px;
}
  
.content_icon { 
  float:right;
}

.banner {
  border-top: 1px solid #000000;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

h1 {
  color: #003380;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 3px;
}

p {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 20px;
}

ul {
  margin-top: 7px;
}

a:link {
  text-decoration: none;
  color: #0c7faf;
}
  
a:visited {
  text-decoration: none
}
 
a:active {
  color: #0c7faf;
  text-decoration: none
}

a:hover {
  text-decoration: underline;
}


