/* Generated by KompoZer */
/* Main Webpage Container */
#container {
  border: 11px groove #cccccc;
  margin: auto;
  width: 750px;
}
/* Website header with logos */
#header {
  margin: 10px 10px 5px;
  padding: 10px;
  border-left-width: 2px;
  width: 704px;
}
/* Top Nav Bar */
#top_menu {
  margin: 0 10px;
  width: 729px;
}
#top_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#top_menu ul li {
  float: left;
  margin: 0 0 0 1px;
}
#top_menu ul li a {
  display: block;
  width: 144px;
  height: 31px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 2.5em;
  color: #FFF;
  text-align: center;
  background-image: url(images/blue_button.gif);
}
#top_menu ul li a:hover {
  color: navy;
  background-image: url(images/gray_button.gif);
}
#top_menu_visited {
background-image: url(images/blue_button.gif);
color: #FFF;
}
/* Main Window wo Left Menu */
#main_wide {
  margin: 0 10px;
/*  padding: 10px; */
  background-attachment: scroll;
  width: 704px;
}
/* Left Container */
#left_menu {
  margin: 0 0 0 10px;
  float: left;
  width: 142px;
}
#left_menu ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#left_menu ul li a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  padding: 3px 0 3px 10px;
  color: #000;
  background-image: url(images/gray_button.gif);
  background-repeat: repeat-y;
  margin-top: 4px;
}
#left_menu ul li a:hover
{
  color: #fff;
  background-color: #ccc;
  background-image: url(images/blue_button.gif);
  background-repeat: repeat-y;
}
/* Main Container w Left Container */
#main {
  margin: 0 12px 5px 0;
  padding: 10px;
  background-attachment: scroll;
  float: right;
  width: 550px;
}
/* Footer Container */
#footer {
  margin: 5px 10px 10px;
  padding: 10px;
  clear: both;
  width: 704px;
  text-align: center;
}
body {
  font-family: Verdana,Arial,sans-serif;
}
h, h1, h2, h4, h5 {
  color: #009;
  text-align: center;
}
h3 {
  color: #009;
}
p {
text-align: justify;
}
img {
border-style: none;
padding-left: 1px;
}


