/* CSS Document */
body {
  margin: 0px;
}

img {
  border: 0px;
}

.logo {
  width: 259px;
  height: 168px;
  background-image: url(/img/logo.jpg);
}

.header {
  background-image: url(img/header.gif);
  background-repeat: no-repeat;
  width: 491px;
  height: 168px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #191a1b;
  vertical-align: top;
}

  .header p {
    margin-top: 12px;
	margin-bottom: 3px;
	margin-left: 19px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #191a1b;
  }

.header_left {
  background-image: url(img/header_left.gif);
  background-repeat: repeat-x;
  height: 168px;
}

.header_bottom {
  background-color: #575e60;
  height: 5px;
}

.left {
  background-color: #96999d;
  width: 259px;
  vertical-align: top;
}

.left_b {
  background-color: #96999d;
  width: 259px;
  vertical-align: bottom;
}

  .navmenu td {
	width: 259px;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	vertical-align: bottom;
	text-decoration: none;
	font-weight: bold;
  }
    
	.navmenu td a {
	  color: #ffffff;
	  text-decoration: none;
	}
	
	.navmenu td a:hover {
	  text-decoration: underline;
	}
	
.ad_left td, .ad_left th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #3f4042;
  text-align: center;
  width: 259px;
}

.ad_left th {
  vertical-align: bottom;
}

.ad_left td {
  height: 10px;
}

.ad_left td a {
  color: #3f4042;
  text-decoration: none;
}

.ad_left td a:hover {
  text-decoration: underline;
}

.counter1 {
  width: 128px; 
  height: 50px;
  text-align: right;
  padding-right: 10px;
}

.counter2 {
  width: 128px; 
  height: 50px;
  text-align: left;
  padding-left: 10px;
}
	
.main_section {
  background-image: url(img/navmenu_right.gif);
  background-position: left;
  background-repeat: repeat-y;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  vertical-align: bottom;
 
}

.content {
  vertical-align: top;
}

.content td, .content th {
  font-size: 12px;
  color: #44494b;
}

.content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0a534b;
	margin-top: 15px;
	margin-bottom: 20px;
}

.content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #44494b;
	margin: auto;
}

.content p {
  font-size: 12px;
  color: #44494b;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.content li {
  font-size: 12px;
  color: #44494b;
  text-align: justify;
  margin-top: 10px;
  margin-left: 45px;
  margin-right: 100px;
  margin-bottom: 10px
}

.content a {
  color: #0a534b;
  text-decoration: none;
}

.content a:hover {
  text-decoration: underline;
}

.content_bottom {
  background-image: url(img/book.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 99px;
  vertical-align: bottom;
  text-align: right;
  padding-right: 100px;
}

.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #191a1b;
}

.ad_bottom {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
}

.ad_bottom a {
  color: #666666;
  text-decoration: none;
}

.ad_bottom a:hover {
  text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
