* {
  margin: 0;
  padding: 0;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
}

html {
  background: #fff url(../images/body.jpg) no-repeat;
  height: 100%;
}

body {
  min-height: 100%;
  width: 969px;
  margin: 0 auto;
}

#head h1 {
  display: none;
}

ol, ul {
  list-style-position: inside;
}

a {
  color: #0b137d;
}

a:hover {
  text-decoration: none;
}

img, img a {
  border: none;
}

#wrap {
  margin-left: -7px;
}

#head {
  position: relative;
  height: 311px;
  width: 969px;
  background: url(../images/head.jpg) no-repeat;
}

#logo {
  position: absolute;
  width: 232px;
  height: 222px;
  left: 22px;
  top: 55px;
}

#user1 {
  position: absolute;
  left: 762px;
  top: 55px;
  width: 192px;
  height: 84px;
  padding: 4px;
  overflow: hidden;
}

#top a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

#login {
  position: absolute;
  left: 762px;
  top: 160px;
  width: 192px;
  height: 90px;
  padding: 4px;
  overflow: hidden;
}

#login table {
  margin: 0 auto;
}

.inputbox {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    color: #000;
    font-size: 14px;
}

.inputboxsearch {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    color: #000;
    font-size: 14px;
}

.button {
    font-family: 'Courier New', monospace;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    background: #efecec;
    padding: 2px 8px;
    font-size: 11px;
    color: #000;
}

.buttonsearch {
    font-family: 'Courier New', monospace;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    background: #efecec;
    margin-left: 4px;
    padding: 1px 8px;
    font-size: 12px;
    color: #000;
}

#buttonlogin {
    margin-top: 6px;
    font-family: 'Courier New', monospace;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    background: #efecec;
    padding: 2px 8px;
    font-size: 11px;
    color: #000;
}

#top {
  position: absolute;
  left: 529px;
  top: 55px;
  width: 216px;
  height: 75px;
  padding-top: 4px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
}

#top ul {
  list-style: none;
}

#top ul li {
  padding-left: 15px;
  background: url(../images/plus.gif) 0px 4px no-repeat;
}

#menu {
  width: 713px;
  height: 35px;
  position: absolute;
  bottom: 5px;
  right: 1px;
  overflow-x: hidden;
}

#menu ul {
  list-style: none;
  margin-left: -18px;
  padding-top: 8px;
}

#menu ul li {
  display: inline;
  padding-right: 8px;
}

#menu ul li a {
  background: url(../images/dot.gif) 0px 6px no-repeat;
  padding-left: 24px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

#flwrap {
  width: 969px;
}

#left {
  float: left;
  width: 209px;
}

#right {
  float: right;
  width: 209px;
}
#middle {
  width: 524px;
  margin: 0 auto;
}

#middle p {
  padding: 0.5em 0;
}

#middle a {
  color: #000;
}

.column {
  width: 179px;
  padding: 8px 11px 8px 19px;
  background: url(../images/col.gif) repeat-y;
}

.column h2 {
  width: 179px;
  padding: 9px 0;
  background: #ffcc00;
  text-align: center;
  font-family: 'Courier New', monospace;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.column h2 span {
  color: #fe0000;
}

.colbot {
  width: 209px;
  height: 14px;
  background: url(../images/colbot.gif) no-repeat;
}

.colhead {
  width: 209px;
  height: 6px;
  background: url(../images/colhead.gif) no-repeat;
  overflow: hidden;
}

#clear {
  clear: both;
}

div#pathway {
  padding: 0.25em;
  background: #3f4084;
  color: #fff;
  margin-bottom: 6px;
}

.pathway {
  color: #fff;
}

#pathway a {
  color: #fff;
}

#footer {
  width: 962px;
  margin-left: 7px;
  background: #d2d2d3;
  height: 16px;
  padding-top: 5px;
  text-align: center;
  border-top: 1px solid #d6d6d7;
  border-bottom: 1px solid #d6d6d7;
}