body, html {
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  text-align: center;
}
html { background: url(../_images/bg_main.gif) repeat; }
img { border: none; }

div#frame_top {
  margin: 10px auto 0 auto;
  height: 7px;
  width: 686px;
  _width: 691px;
  background: url(../_images/frame_top.gif) no-repeat;
  font-size: 0;
}

div#frame {
  margin: 0 auto 0 auto;
  min-height: 100px;
  width: 686px;
  background: url(../_images/frame_sides.gif) repeat-y;
  text-align: center;
  padding-bottom: 7px;
}

div#frame_bottom {
  margin: 0 auto 10px auto;
  height: 7px;
  width: 686px;
  _width: 691px;
  background: url(../_images/frame_bottom.gif) no-repeat;
}

table#header {
  width: 646px;
  margin: 0 auto 0 auto;
}

table#header td#logo {
  padding: 17px 0 6px 4px;
}

table#header td#inertianet {
  text-align: right;
  padding: 22px 0 5px 0;
}

div#main_nav {
  font-family: Arial;
  width: 646px;
  background: #FFF;
  border-top: 1px solid #CC6600;
  border-bottom: 1px solid #CC6600;
  margin: 7px auto 7px auto;
  padding: 5px 0 4px 0;
  text-align: left;
  color: #FF9900;
}
div#main_nav a {
  color: #666;
  font-size: 11px;
  /*font-weight: bold;*/
  text-decoration: none;
  padding-left: 15px;
}

div#main_nav a.active {
  background: url(../_images/bullet.gif) no-repeat 3px 3px;
}
div#main_nav a.active, div#main_nav a:hover {
  color: #000;
}

td { vertical-align: top; }

h2 {
  font-size: 15px;
}

h3 {
  font-size: 13px;
  margin-bottom: 0;
  padding: 0 0 2px 2px;
  margin-top: 22px;
  border-bottom: 1px dotted #FF9900;
}

ol {
  margin: 5px 0 10px 0;
  padding-left: 25px;
}

ol li {
  margin: 0 0 5px 0;
  color: #C60;
  font-weight: bold;
}

ol li span {
  color: #000;
  font-weight: normal;
}

ul {
  margin: 5px 0 10px 0;
  padding: 0;
  list-style: none;
}

ul li {
  margin: 0 0 5px 0;
  list-style: none;
  background: url(../_images/bullet.gif) no-repeat;
  background-position: 4px 5px;
  padding: 0 0 0 20px;
}

strong {
  color: #333;
}

td.ie_fix {
  /*background: url(../_images/ie_fix.gif) repeat-y;*/
  background-position: right;
}
