body {
  margin: 0px;
  margin-bottom: 15px;
  padding: 0px;
  background-color: ececec;
  background-image: url(img/fade.jpg);
  background-repeat: repeat-x;
  font-family: verdana;
  font-size: 11px;
}

td {
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  font-size: 11px;
}

table {
  padding: 0px;
  margin: 0px;
}

a {
  color: #33333f;
}

:link img {
  border: none;
}

:visited img {
  border: none;
}

#container {
  width: 700px;
  border: solid 1px #23597e;
  border-top: none;
}

#title {
  background-image: url(img/header.jpg);
  height: 125px;
  background-repeat: no-repeat;
}

#menu-strip {
  background-color: #0d2c41;
  height: 30px;
  padding-left: 2px;
  vertical-align: middle;
}

#content {
  background-color: #dfe3e5;
  padding: 8px;
  line-height: 20px;
}

#footer {
  font-family: Times New Roman;
  font-size: 10pt;
  color: #cccccc;
  padding: 6px;
  background-color: #23597e;
}

#form-basic {
  text-align: left;
  width: 500px;
  background-color: #d6dadc;
  background-image: url(img/form_bg.jpg);
  background-repeat: no-repeat;
  padding: 8px;
  border: solid 1px #333333;
}

#form-table {
  vertical-align: middle;
}

#side-content {
  width: 292px;
  padding: 4px;
}

#main-content {
  line-height: 20px;
  padding: 4px 4px 4px 8px;
}

.side-title {
  padding: 4px;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  border-left: solid 1px #333333;
  background-color: #0d2c41;
  color: #ffffff;
  background-image: url(img/side-title.jpg);
  line-height: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.side-box {
  padding: 4px;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  border-right: solid 1px #333333;
  border-left: solid 1px #333333;
  line-height: 20px;
  background-color: #adbac1;
}

.menu-item {
  background-image: url(img/button_bg.jpg);
  background-repeat: repeat-x;
  border: solid 1px #23597e;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 20px;
  color: #ffffff;
}

.menu-item-o {
  background-image: url(img/button_bg-o.jpg);
  background-repeat: repeat-x;
  border: solid 1px #23597e;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 20px;
  color: #ffffff;
  cursor: pointer;
}

.input1 {
  width: 100%;
}

.advanced-desc {
  padding: 8px;
}

.advanced-mid {
  padding-left: 8px;
  width: 275px;
}
