/* Generated by KompoZer */
#header {
  color: white;
  background-color: #003366;
  height: 250px;
}
.menu {
  font-weight: bold;
  text-align: center;
  line-height: 2.5em;
  height: 2.5em;
  background-color: #003366;
  font-size: 0.7em;
  font-family: Arial,Helvetica,sans-serif;
}
.menu ul li a, .menu ul li a:visited {
  border: 0px solid #ffffff;
  background-color: #003366;
  display: block;
  text-decoration: none;
  width: 92px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
.menu ul li {
  float: left;
  position: relative;
}
.menu ul li ul {
  display: none;
}
.menu ul li:hover a {
  background: #3366ff none repeat scroll 0% 50%;
  color: #ffffff;
}
.menu ul li:hover ul {
  position: absolute;
  display: block;
  left: 0;
  width: 92px;
}
.menu ul li:hover ul li a.hide {
  background: #66aa33 none repeat scroll 0% 50%;
  color: #ffffff;
}
.menu ul li:hover ul li:hover a.hide {
  background: #66ffcc none repeat scroll 0% 50%;
  color: #000000;
}
.menu ul li:hover ul li ul {
  display: none;
}
.menu ul li:hover ul li a {
  background: #dddddd none repeat scroll 0% 50%;
  display: block;
  color: #000000;
}
.menu ul li:hover ul li a:hover {
  background: #66ffcc none repeat scroll 0% 50%;
  color: #000000;
}
.menu ul li:hover ul li:hover ul {
  position: absolute;
  display: block;
  left: 92px;
  top: 0;
}
.menu ul li:hover ul li:hover ul.left {
  left: -92px;
}
#content {
  border-right-width: 1px;
  background-color: #3333ff;
  clear: left;
}
#col1 {
  float: left;
  width: 150px;
  background-color: #3333ff;
}
#main {
  margin-left: 150px;
  background-color: #3333ff;
  color: white;
}
#footer {
  background-color: black;
  color: white;
  clear: both;
  font-size: 0.75em;
}
#header .img_left {
  padding-left: 5px;
  float: left;
  padding-top: 5px;
}
#header .img_right {
  float: right;
  padding-right: 5px;
  padding-top: 5px;
}
#wrapper {
  margin: auto;
  width: 925px;
  background-color: #3333ff;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
}
dt {
  margin: 15px 50px 5px;
}
dd {
  border-bottom: 1px solid #cccccc;
  margin: 25px 50px 0px;
  padding-bottom: 20px;
  line-height: 150%;
}
dt:before {
  padding: 0 8px 5px;
  content: "Q";
  font-size: 2.5em;
  font-family: Georgia,"Times New Roman",Times,serif;
  margin-right: 7px;
  font-weight: normal;
  margin-left: -47px;
  position: relative;
  top: 13px;
  background-color: #333399;
  color: #ffff33;
}
dd:before {
  padding: 0 9px;
  content: "A";
  font-size: 2.5em;
  font-family: Georgia,"Times New Roman",Times,serif;
  margin-right: 7px;
  color: #752e0f;
  margin-left: -47px;
  position: relative;
  top: 13px;
  background-color: #ccccff;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.gallery {
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  list-style-type: none;
}
.gallery li {
  border: 1px solid black;
  margin: 2px;
  padding: 5px;
  text-align: center;
  line-height: 1.1em;
  width: 200px;
  float: left;
  height: 225px;
  background-color: #003366;
  color: white;
}
.gallery img {
  display: block;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
}
#bottom {
  background-color: #3333ff;
}
