* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif, Verdana;
  background: url(page_bg.gif) repeat-y center top;
  color: #203160;
}

a {
  text-decoration: none;
  color: #203160; 
}

a:hover {
  text-decoration: underline;
}

h2 {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 15px;
  font-size: 18px;
}

img {
  border: 1px solid #203160;
  margin: 5px 15px 5px 15px;
}

ul {
  margin-left: 15px;
}

p, ul {
  margin-bottom: 10px;
}

input, textarea, select {
  border: 1px solid #203160;
  padding: 1px;
  font-family: Arial, Helvetica, sans-serif, Verdana; 
  font-size: 12px;
}


div#mainbox {
  width: 986px;
  margin: 0 auto;
  height: 100%;
}

div#bannerbox {
  height: 280px;
  width: 986px;
  background: url(header.jpg) no-repeat center center;
}

div#menubox {
  float: left;
  width: 170px;
}

div#rightbox {
  float: left;
  width: 776px;
  padding: 20px;
  background-color: white;
}

div#contentbox {
  float: left;
  line-height: 1.5em;
  text-align: justify;
  width: 570px;
}

div#rightsidebox {
  float: right;
  width: 180px;
}

div#bannerbox h1 {
  padding-top: 245px;
  line-height: 35px;
  text-align: right;
  padding-right: 15px;
  font-size: 24px;
}

div#menubox a {
  display: block;
  line-height: 28px;
  padding-left: 25px;
  font-weight: bold;
  background: url(menu.gif) no-repeat left center;
}

div#menubox a:hover {
  background-position: center center;
  color: white;
  text-decoration: none;
}

div#footerbox {
  margin-left: 170px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 9px;
  background-color: white;
}

div.box {
  width: 171px;
  font-size: 10px;
  text-align: justify;
  margin-bottom: 20px;
}

div.box h3 {
  background: url(boxtop.gif) no-repeat center top;
  line-height: 30px;
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #555;
}

div.box div.body {
  border: 1px solid #ddd;
  border-top-width: 0;
  padding: 2px;
  color: #555;
}


.news-entry { margin-bottom: 30px; }
.news-subject { font-weight: bold; }
.news-date { margin-left: 10px; font-size: 0.7em; }
.news-body { text-align: justify; }
div.box .news-entry { margin-bottom: 5px; }

.route-gmap img { border: 0; float: left; }
.route-map24 img { border: 0; float: right; }


div.cleaner {
  clear: both;
}

