.break {
  height: 1px;
  clear: both;
  overflow: hidden; }

body, th, td, input, select, option, textarea, li {
  font-family: 'Verdana', sans-serif;
  font-size: 12px; }

body {
  background: url('/images/background.jpg');
  background-position: center top;
  padding: 0px;
  margin: 0px; }

#center_canvas {
  width: 975px;
  margin: auto;
  height: 500px; }

#header {
  background: url('/images/header.jpg');
  height: 88px; }

#counters {
  text-align: left;
  margin-top: 20px;
  margin-left: 215px;
  font-weight: normal;
  font-size: 11px;
  color: #ffffff;
  float: left;
  width: 50px; }

.counter {
  text-align: right;
  font-weight: bold; }

#tool_links {
  float: left;
  margin-left: 10px;
  margin-top: 33px;
  width: 160px; }

#bookmark, #set_home {
  float: left;
  width: 26px;
  height: 26px;
  text-align: center; }
  #bookmark a,   #set_home a {
    width: 26px;
    height: 26px;
    display: block; }

#bookmark {
  padding-left: 40px;
  padding-right: 28px; }

#bookmark a {
  background: url('/images/bookmark.jpg'); }

#set_home a {
  background: url('/images/set_home.jpg'); }

#tool_tooltip {
  color: #ffffff;
  text-align: center;
  width: 160px; }

#banner {
  float: right;
  margin-right: 13px;
  margin-top: 13px; }

#content_canvas {
  background: url('/images/content_back.gif'); }

#left_menu {
  float: left;
  width: 200px;
  padding-bottom: 50px; }
  #left_menu .title {
    color: #ffffff;
    font-weight: bold;
    border-bottom: solid 1px #ffffff;
    margin-top: 15px;
    padding: 2px;
    padding-left: 5px; }
  #left_menu a:link, #left_menu a:active, #left_menu a:visited {
    padding: 2px;
    padding-left: 10px;
    color: #00ffff;
    text-decoration: none;
    display: block;
    border-bottom: solid 1px #336699; }
  #left_menu a:hover {
    background: #000099; }

#content_curve {
  background: url('/images/content_curve.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  width: 775px;
  float: left; }

#content {
  float: right;
  width: 745px;
  padding: 10px;
  padding-left: 0px;
  padding-right: 14px; }
  #content body, #content input, #content select, #content option, #content textarea {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px; }
  #content th {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    vertical-align: top; }
  #content td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px; }
  #content code {
    background: #CCCCCC;
    padding: 3px;
    border: solid 1px #000000;
    display: block; }
  #content a:link, #content a:active, #content a:visited {
    color: #0000FF;
    text-decoration: none; }
  #content a:hover {
    color: #FF0000;
    text-decoration: underline;
    background-color: transparent; }
  #content #canvas_layout {
    width: 975px;
    border: solid 2px black; }
  #content #title_layout {
    font-size: 24px;
    font-weight: bold;
    padding: 15px;
    border-bottom: solid 1px black; }
  #content #menu_layout {
    width: 200px;
    text-align: left;
    vertical-align: top;
    padding: 8px;
    border-right: solid 1px black; }
  #content #content_layout {
    width: 775px;
    text-align: left;
    vertical-align: top;
    padding: 8px; }
  #content #subtitle_layout {
    font-size: 18px;
    font-weight: bold;
    display: block;
    border-bottom: dashed 1px black;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px; }
  #content #error_layout {
    background-color: #FFD0D0;
    padding: 5px;
    border: solid 1px red;
    color: red;
    margin-bottom: 5px;
    font-weight: bold; }
  #content #notice_layout {
    background-color: #D0FFD0;
    padding: 5px;
    border: solid 1px green;
    color: green;
    margin-bottom: 5px;
    font-weight: bold; }
  #content table.listing {
    border: solid 1px black; }
    #content table.listing th {
      background: #C0C0C0;
      padding: 3px;
      border-bottom: solid 1px #606060;
      border-right: solid 1px #A0A0A0; }
    #content table.listing td {
      background: #F0F0F0;
      padding: 3px;
      border-bottom: solid 1px #606060;
      border-right: solid 1px #A0A0A0; }
    #content table.listing tr.odd td {
      background: #D0D0D0; }
  #content h1 {
    margin: 0px;
    font-size: 20px;
    display: block;
    border-bottom: dashed 1px #000000; }
  #content h2 {
    margin: 0px;
    margin-top: 15px;
    font-size: 17px; }
  #content h3 {
    margin: 0px;
    font-size: 14px; }
  #content form {
    margin: 0px; }
  #content p {
    margin-top: 5px;
    margin-bottom: 20px; }
  #content ul {
    margin-top: 5px; }
  #content img {
    border-width: 0px; }
  #content a:link, #content a:active, #content a:visited {
    color: #000080;
    text-decoration: none; }
  #content a:hover {
    color: #FF0000;
    text-decoration: underline;
    background-color: transparent; }
  #content th {
    text-align: left; }
  #content #breadcrumb {
    background-color: #AADDFF;
    padding: 5px;
    border-top: solid 1px #77AACC;
    border-bottom: solid 1px #77AACC;
    margin-bottom: 20px;
    font-size: 10px; }
  #content .roundbox_top_left {
    background-image: url(/images/box_top_left.gif);
    width: 20px;
    height: 20px; }
  #content .roundbox_top {
    background-image: url(/images/box_top.gif);
    width: 20px;
    height: 20px; }
  #content .roundbox_left {
    background-image: url(/images/box_left.gif);
    width: 20px;
    height: 20px; }
  #content .roundbox_right {
    background-image: url(/images/box_right.gif);
    width: 20px;
    height: 20px; }
  #content .roundbox_bottom {
    background-image: url(/images/box_bottom.gif);
    width: 20px;
    height: 20px; }
  #content .roundbox_top_right {
    background-image: url(/images/box_top_right.gif);
    width: 20px;
    height: 20px; }
  #content .roundbox_content {
    width2: 325px;
    background-color: #99CCFF;
    height: 120px;
    vertical-align: top;
    text-align: justify;
    font-size: 11px; }
    #content .roundbox_content td {
      font-size: 11px; }
    #content .roundbox_content img {
      vertical-align: bottom; }
    #content .roundbox_content h1 {
      font-size: 14px; }
  #content input, #content select, #content option, #content textarea {
    font-size: 11px; }
  #content .roundbox_bottom_left {
    background-image: url(/images/box_bottom_left.gif);
    width: 20px;
    height: 20px; }
  #content .roundbox_bottom_right {
    background-image: url(/images/box_bottom_right.gif);
    width: 20px;
    height: 20px; }
  #content .indent {
    padding-left: 30px; }

#left_menu_bottom {
  background: url('/images/content_curve2.jpg');
  background-position: left;
  background-repeat: no-repeat;
  height: 14px; }

#copyright {
  color: #3399ff;
  padding: 5px;
  background: #070864;
  text-align: right; }
