* {
  color: #666666;
  margin: 0;
  padding: 0;
} 

body {
  background: #ffffff;
  font: .74em "Trebuchet MS", Verdana, Arial, sans-serif;
  line-height: 1.5em; 
}

p {
  padding-top: 8px;
}

ul {
  padding: 15px 15px 5px 15px;
  margin:0;
}

img {
  border: 1px solid #b0b0b0;
  margin-top: 10px;
  padding: 2px;
}

img.menu {
  border: 0px;
  padding-left: 10px;
}

a {
  color: #003366;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#bottom {
  background: #ffffff url('/images/bott.jpg');
  height: 20px;
}

#clear {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
  width: 100%;
}

#content {
  padding: 0 40px 0 40px;
}

#footer {
  text-align: center;
}

#top { 
  background: #ffffff url('/images/topp.jpg');
  height: 26px;
}

#wrap {
  background: #ffffff url('/images/midd.jpg');
  background-repeat: repeat-y;
  margin: 20px auto;
  width: 724px;
}

.breadcrumbs { 
  background: #f6f9fb; 
  border-bottom: 1px solid #e1e1e1; 
  padding: 5px;
}

.header {
  height: 100px;
  background: #85acf7 url('/images/hidr.jpg');
}

.header h1 {
  color: #ffffff;
  font-size: 22px;
  padding-left: 17px;
  padding-top: 30px;
}

.header h1 a {
  color: #ffffff;
  font-size: 22px;
  padding-top: 22px;
  text-decoration: none;
}

.header h2 {
  color: #ffffff;
  padding-left: 17px;
  padding-top: 5px;
  font-size: 12px;
}

.middle {
  float: left;
  margin: 0px 10px;
  padding: 1% 1%;
  text-align: left;
  width: 68%;
}

.middle h2 {
  color: #003366;
  font-size: 16px;
  margin-top: 10px;
}

.right {
  float: left;
  margin: 0 10px;
  padding: 1% 1%;
}

.right ul {
  margin:0;
  padding: 20px 0 15px 20px;
}

.right li {
  color: #003366;
  list-style-type: square;
  margin-bottom: 5px;
}

.right h2 {
  color: #003366;
  font-size: 14px;
  margin-top: 15px;
}

