body {
  font-family: Arial; 
  font-size: 16px; 
  color: #FFFFFF; 
  background-color: #FFFFFF;
  background-image: url('images/bg_noise.png');
  text-align: center;
  margin: 0px;
  padding: 10px;
}

IMG { display: block; }


.banner_middle { 
  background: white url('images/banner_middle.jpg') 0px 0px repeat-x;
  text-align: right;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding-right: 20px;
}

.banner_middle a {
  color: #99CCFF;
  text-decoration: none;
}

.banner_middle a:hover {
  color: #FFFFCC;
  text-decoration: none;
}


.navbar { }

.navbar a {
  display: block;
  border: none;
  text-align: left;
  width: 190px;
  height: 35px;
  background-image: url('images/button_up.jpg');
  background-repeat: no-repeat;
  vertical-align: top;
  padding-top: 10px;
  padding-left: 14px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  font-family: Times New Roman;
  font-weight: bold;
}

.navbar a:hover {
  background-image: url('images/button_down.jpg');
}

.content {
  background: #1F2B42 url('images/content_middle.jpg') 0px 0px repeat-x;
  text-align: left;
  padding: 25px;
  vertical-align: top;
  font-family: Arial;
  font-size: 16px;
  color: 000033;
  text-align: justify;
}

.content h1 {
  border: solid 1px #FFFFCC;
  padding: 5px;
  color: #FFFFFF;
  font-size: 24px;
  font-family: Impact;
  font-weight: normal;
}

.content h2 {
  color: #FFFFCC;
  font-size: 22px;
  display: block;
}

.content_top { background: transparent url('images/content_top_middle.jpg') 0px 0px repeat-x; }
.content_right { background: transparent url('images/content_right.jpg') 0px 0px repeat-y; }
.content_left { background: transparent url('images/content_left.jpg') 0px 0px repeat-y; }
.content_bottom { background: transparent url('images/content_bottom_middle.jpg') 0px 0px repeat-x; }

.footer_info {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  font-size: 10px;
}

.footer_info a {
  color: #99CCFF;
  text-decoration: none;
}

.footer_info a:hover {
  color: #FFFFCC;
  text-decoration: none;
}

.address {
  color: #99CCFF;
  font-size: 12px;
  border: 1px solid white;
  padding: 2px;
  text-align: center;
}

.center { text-align: center; margin-left: auto; margin-right: auto; }
.right { text-align: right; }
.left { text-align: left; }

.ta { vertical-align: top; }
.ma { vertical-align: middle; }
.ba { vertical-align: bottom; }

.ib { border: solid 2px #152138; float:right; margin: 0px 0px 20px 20px; }

blockquote {
  font-size: 14px;
}

blockquote strong {
  font-size: 80%;
}
