html {
  height: 100%;
  background: #333;
}

body {
  position: relative;
  background-color: #ffffff;
  margin: 0px auto;
  width: 950px;
}

html,body,td,span {
  font-family: sans-serif;
  font-size: 8pt;
  color: #000000;
}

a {
  color: #003377;
  text-decoration: none;
}

a:visited {
  color: #003366;
}

img {
  border: none;
}

form {
  margin: 0px;
}

table {
  border-collapse: collapse;
}

#container {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

#header {
  background-color: #336699;
  border-bottom: 2px solid #000000;
  padding: 0px;
  height: 45px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

#header img {
  float: left;
}

#header span {
  float: right;
  margin-right: 5px;
  margin-top: 15px;
}

#header a {
  color: #ffffff;
  text-decoration: none;
}

#header a:visited {
  color: #ffffff;
}

#menu {
  width: 160px;
  vertical-align: top;
  background-color: #eeeeee;
  padding: 0;
  padding-top: 47px;
}

#menu ul {
  list-style-type: square;
  list-style-image: url('/images/obullet.gif');
  padding: 0px 0px 0px 18px;
  margin: 0px;
}

#menu input {
  font-family: sans-serif;
  font-size: 8pt;
  border: 1px solid #000000;
  margin: 3px;
  padding: 1px;
}

#menu h1 {
  background-color: #596979;
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  padding-left: 10px;
  margin: 0px;
}

#content {
  padding-top: 67px;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: top;
}

#content h1 {
  font-size: 10pt;
  font-weight: bold;
  margin: 0px;
}

#content p {
  font-size: 9pt;
  margin-top: 0px;
}

#content form h1 {
  display: block;
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  background-color: #336699;
  background-image: url('/images/titlebg.png');
  background-repeat: repeat-y;
  padding: 5px;
}

#content form div {
  display: block;
  width: 100%;
  background-color: #eeeeee;
  border-bottom: 2px solid #dddddd;
  text-align: right;
}

#content form div span {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}

#content form p {
  text-align: center;
  margin: 0px;
  padding: 2px;
}

#content form div input,select {
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}

#content form div input[type=checkbox] {
  margin-top: 6px;
  margin-bottom: 6px;
}

#content form th {
  color: black;
  background-color: #dddddd;
  text-align: left;
  padding: 5px;
  padding-left: 5px;
}

#content form td {
  padding-left: 5px;
  padding-right: 5px;
  background-color: #eeeeee;
  border-bottom: 2px solid #dddddd;
}

#ads {
  width: 160px;
  vertical-align: top;
  background-color: #eeeeee;
  padding: 0px;
  padding-top: 47px;
}

#ads a {
  color: red;
  font-weight: bold;
  font-size: 8pt;
  font-family: sans-serif;
  text-decoration: none;
}

#ads a:visited {
  color: red;
}

#ads h1 {
  background-color: #336699;
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  padding-left: 10px;
  margin: 0px;
}

#ads ul {
  list-style-type: square;
  list-style-image: url('/images/obullet.gif');
  padding: 0px 0px 0px 18px;
  margin: 0px;
}

#footer {
  height: 20px;
  background-color: #336699;
  border-top: 2px solid #000000;
  background-image: url('/images/footerbg.png');
  background-repeat: repeat-y;
  padding-right: 5px;
}

#footer span {
  color: #ffffff;
  float: right;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

#footer a:visited {
  color: #ffffff;
}

#footer img {
  margin-left: 5px;
}

.error,
.notice {
  font-size: 12px;
  padding: 18px 5px 18px 50px;
  font-weight: bold;
  text-align: center;
  border: 2px solid black;
  margin-bottom: 5px;
}

.error {
  color: #ff0000;
  background: #ffffbb url('/images/error.png') no-repeat 2px center;
}

.notice {
  color: #0000ff;
  background: #eeeeee url('/images/notice.png') no-repeat 2px center;
}

.pages {
  float: right;
}

.pages a {
  text-decoration: none;
  color: #225588;
}

