img {
  border:0
}
body { 
  margin: 0; 
  text-align: center; 
  min-width: 760px; 
  background: #4386ce url(../img/bg_body.gif) repeat-x left top; 
  color: #204063; 
  font-size:small;
}
div.header-wrapper {
  padding-bottom: 10px; 
  background: url(../img/bg_header_bottom.gif) no-repeat left bottom; 
  width: 760px;
}
div.header {
  padding-left: 18px; 
  padding-right: 18px; 
  background: #204063 url(../img/bg_header.gif) repeat-x left bottom;
}
div.outer-wrapper {
  margin: 0 auto;
  width: 760px;
  text-align: left;
  font: normal normal 100% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif;
}
div.content-wrapper {
  position: relative;
  width: 760px;
  background: #f7f0e9 url(../img/bg_main_wrapper.gif) repeat-y left top;
}
div.main-wrapper {
  display: inline; 
  float: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 3px;
  padding: 0;
  width: 483px;
  word-wrap: break-word; 
  overflow: hidden;     
}
div.main {
  padding-top: 22px;
  padding-right: 8px;
  padding-bottom: 0;
  padding-left: 8px;
  background: url(../img/bg_content.gif) repeat left top;
}

div.sidebar-wrapper {
  display: inline; 
  float: right;
  margin-top: 0;
  margin-right: 3px;
  margin-bottom: 0;
  margin-left: 0;
  width: 269px;
  color: #204063;
  line-height: 1.4em;
  font-size: 90%;
  background: url(../img/bg_sidebar.gif) repeat-x left top;
  word-wrap: break-word; 
  overflow: hidden;     
}
div.sidebar {
  padding-top: 7px;
  padding-right: 11px;
  padding-bottom: 0;
  padding-left: 14px;
  background: url(../img/bg_sidebar_arrow.gif) repeat-y 179px 0;
}

div.footer-wrapper {
  padding-top: 15px;
  background: url(../img/bg_footer_top.gif) no-repeat left top;
  clear: both;
}
div.footer {
  background: #152e49 url(../img/bg_footer.gif) repeat-x left top;
  text-align: center;
  min-height: 2em;
  color: #599AE2;
}
span.data {
  font-size:10px;
}
span.title {
  font-size:16px;
  font-weight:bold;
}
h1 {
  font-size:18px;
  font-weight:bold;
  margin-bottom:15px;
  margin-top:0px;
}
hr {
  border: 1pt;
  border-style:dashed;
  color: #4386ce;
}
a {
  color: #4386ce;
  font-weight: bold;
}
a:hover {
  color: #2462a5;
}
a.menu {
  color: #EE412A;
  font-weight: normal;
  text-decoration:none;
}
a.menu:hover {
  color: #FFFFFF;
}
p {
  margin:0px;
}