body {  
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: #e2e2e2 url(../img/main_shade.png) top right repeat-x;
}

img {
  border: 0;
}

a {
  color: #000077;
}

h1 {
  color: #000077;
  font-size: 18px;
  margin-top: 0;
  padding-top: 0;
  border-bottom: 1px dashed #333;
}


h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 0;
  padding-top: 0;
}

h3 {
  font-size: 13px;
}

#wrapper {
  margin: auto;
  width: 780px;
  background: url(../img/bg_bg.gif) repeat-y;
}

div.head {
  padding-top: 0px;
  padding-right: 20px;
  width: 760px;
  
  font-size: 10px;
  text-align: right;
  
  background: url(../img/bg_head.gif) no-repeat;
  background-position: bottom;
}

div.main {
  padding: 0px 10px 10px 10px;
  width: 760px;
  
    background: url(../img/shade.png) top center no-repeat;
}

#foot {
  padding-top: 10px;
  width: 780px;
  
  font-size: 10px;
  
  background: #e2e2e2 url(../img/bg_foot.gif) no-repeat;
}

div.title {
  margin: 0px 0px 0px 0px;
}

div.contentFrame {
  min-height: 500px;
  padding: 0px;
  margin: 0px;
}

div.menu {
  float:left;
  margin: 10px 0px 0px 15px;
  width: 220px;
  background-position: bottom;
  /*inline to cure double margin for floats bug in IE*/
  display: inline;
}

div.content {
  float: right;
  margin: 20px 20px 0px 10px;
  width: 485px;
  /*text-align: justify;*/
  
  /*inline to cure double margin for floats bug in IE*/
  display: inline;
}

div.info {
  clear: both;
  text-align: center;
  font-size: 10px;
  color: #666;
}

.info a {
  color: #66a;
}

div.last {
  clear: both;
}

#sign {
  position: relative;
  top: 30px
}

table.data {
  font-size: 11px;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 0;
  width: 100%;
}

table.data th {
  padding: 2px 3px;
  background: #eee;
}

table.data td {
  padding: 2px 3px;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

table.data td.address {
  color: #000077;
  font-size: 13px;
}

table.data td.day {
  font-weight: bold;
}

table.data td em {
  color: #666;
}

table.data tr.even td {
  background: #f9f9f9;
}

.right {
  text-align: right;
}

input.button {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #999;
  padding: 3px 5px;
  background: #c8c8c8 url(../img/button_bg.gif) 0 0 repeat-x;
}

ul.rss {
  text-align: left;
  padding-left: 20px;
}

ul.rss li {
  padding-top: 3px;
}

ul.rss li a {
  color: #000;
  text-decoration: none;
}

ul.rss li a:hover {
  color: #00f;
  text-decoration: underline;
}

div.inpanel {
  background: transparent url(../img/panel_body_left.gif) top left repeat-y;
}

div.inpanel h3 {
  padding: 0;
  margin: 0;
  background: transparent url(../img/panel_head_left.gif) top left no-repeat;
}

div.inpanel h3 span {
  display: block;
  background: transparent url(../img/panel_head_right.gif) top right no-repeat;
  padding: 8px 10px 0px 20px; 
  height: 26px;
  color: white;
}

div.inpanel div.body {
  background: transparent url(../img/panel_body_right.gif) top right repeat-y;
  padding: 0px 5px;
}

div.inpanel h3.foot {
  background: transparent url(../img/panel_foot_left.gif) top left no-repeat;
}

div.inpanel h3.foot span {
  padding: 0;
  margin: 0;
  display: block;
  background: transparent url(../img/panel_foot_right.gif) top right no-repeat;
  height: 40px;
}

div.inpanel h3.head img {
  position: relative;
  top: 3px;
}

.center {
  text-align: center;
}

ul.links {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.links li {
  padding: 0;
  margin: 0;
}

ul.links li img {
  background: transparent url(../img/button.gif) top left no-repeat;
  padding: 5px 7px 8px 7px;
  position: relative;
  top: 12px;
}

ul.links li p {
  margin: 0;
  padding: 10px 0 0 30px;
}

ul.links li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #000077; 
}

ul.links li a:hover {
  text-decoration: underline;
}