* { margin:0px; padding:0px; }
BODY, DIV, SPAN, TD, P, PRE {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#333333;
}
BODY { background-color:#ffffff; }
H1 {
  font-size:11px;
  line-height: 10px;
  vertical-align: 0%;
  margin:5px 5px 5px 5px;
}

H2 {
  font-size:16px;
  color: #2c6ed5;
  margin: 5px;
}

H3 {
  font-size:14px;
  color: #2c6ed5;
  margin: 5px;
}

H3.error {
  font-size:12px;
  color: #ff0000;
  margin: 5px;
}



HR { clear:both; }
#header {
  background-image: url(../images/ban-bg.gif);
  background-repeat: repeat-y;
  width: 780px;
  float:left;
  clear:both;
}
#header #title {
  margin:20px 5px 5px 5px;
  float:left;
}
#header #top-links {
  margin:10px 10px 2px 0px;
  float:right;
  color:#ffffff;
  font-size:10px;
  text-align: right;
}
#header #top-links A {
  text-decoration:none;
  color:#ffffff;
}

#top-nav {
  width:750px;
  clear:both;
  float:left;
  border-bottom:1px solid #2c6ed5;
  margin:5px 15px 0px 15px;
}
#top-nav .link {
  float:left;
  padding:3px 10px;
  font-size:12px;
  font-weight:bold;
  border-top: 1px solid #2c6ed5;
  border-right: 1px solid #2c6ed5;
  border-bottom: none;
  border-left: 1px solid #2c6ed5;
  text-decoration: none;
  color: #000000;
}
#top-nav #selected {
  background-color:#2c6ed5;
  color:#ffffff;
}
#top-nav #user {
  float:right;
  font-size:10px;
  margin:2px;
}
#footer {
  clear: both;
  width: 780px;
}
#footer #copyright {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #ff9900;
  border-bottom-color: #ff9900;
  background-image: url(../images/ban-bg.gif);
  background-repeat: repeat-y;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#ffffff;
  padding:10px;
  text-align:center;
}

#footer #copyright A{
  color:#ffffff;
  text-transform: uppercase;
}

#footer #bottom {
  background-color:#3366cc;
  height:15px;
}

#body {
  padding: 20px 10px 20px 20px;
  width: 780px;
  clear: both;
  float:left;
}

A.associated-text {
  text-decoration:none;
  color:#333333;
  cursor:default;
}

INPUT {
  height: 15px;
  width: 15px;
  padding:0px;
  margin: 0px;
}

INPUT.button {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#003366;
  height: 17px;
  background-image: url(../images/btn-bg.gif);
  padding:0px;
  border: 1px solid #003366;
  width:auto;
}

INPUT.text, INPUT.select {
  width:auto;
  height:auto;
  margin:auto;
}

.required {color:#ff0000; }