html {
  color:#000;
  background:#006595;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, "Sans Serif", Helvetica, serif;
  background-color: #d7df23;
  color: #000000;
  font-size: 11px;
  height: 100%;
}
a img { border: 0; }
.fullh { height: 100%; }
.fullw { width: 100%; }
.bgtop { background: url(images/bg_topmid.jpg) repeat-x bottom; }
.bgbtm { background: url(images/bg_btmmid.jpg) repeat-x top; }
.bgleft { background: url(images/bg_leftmid.jpg) repeat-y right; }
.bgright { background: url(images/bg_rightmid.jpg) repeat-y left; }
.logo {
  background: #dcd9d0 url(images/bg_logo.jpg) no-repeat 0 0;
}
#titlebar {
  margin:0 0 0 107px;
  padding: 0;
  background: url(images/bg_logotitle.jpg) no-repeat bottom left;
  width: 300px; height:145px;
  text-align: right;
}
.nav {
  width: 200px;
  margin: 0;
  padding:0;
  background: #a64d0b;
  border-left: 2px solid #fff;
}
.navtitle {
  height: 135px;
}
.navtitle h1 {
  margin:0 0 0 20px;
  padding:0;
  color: #fff;
  font-family: "Trebuchet MS", Arial, "Sans Serif", Helvetica, serif;
  font-size: 18px;
}
.navbar {
  margin: 8px 10px 10px 20px;
  color: #ba6b32;
  font-size: 11px;
}
.navbar b { color: #ddd; font-weight:normal; text-transform:uppercase; }
.navbar a { color: #fff; text-decoration: none; }
.navbar a:visited { color:#fff; text-decoration:none; }
.navbar a:hover { color:#fff; text-decoration:underline; }

.content {
  margin: 10px 20px 10px 20px;
  width: 90%;
  height: 260px;
  border: 2px solid #ccc;
  background: #fff;
  color: #303c66;
}
.content h1 {
  color: #ba6d32;
  margin:0;
  padding:0;
  font-size: 18px;
}
.content a { color: #ba6d32; text-decoration:none; }
.content a:visited { color: #ba6d32; text-decoration:none; }
.content a:hover { color: #ba6b32; text-decoration:underline; }
.content li { list-style:square; color: #ba6d32; }
.text { color: #303c66; }
#gallery {
  padding:0;
  margin:20px 0 0 2px;
  list-style-type:none;
  overflow:hidden;
  width:280px;
  height:140px;
  background:#fff;
/*  border:1px solid #ccc; */
}
#gallery li { float:left; text-align:center; }
#gallery li a {
  display:block;
  height:140px;
  width:28px;
  overflow:hidden;
  float:left;
  text-decoration:none;
/*  border-right:1px solid #ddd;
  border-left:1px solid #fff; */
  color: #ffffff;
  }
#gallery li img { border:1px solid #ccc; }
#gallery li a:hover {
  color: #303c66;
  background:#fff;
  width:160px;
}

#footer { font-size:10px; color:#303c66; }
