html {
  background: #f2f2de;
  font-family: Verdana;
  color: black;
  font-size: 90%;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  background: #f2f2de;
  min-width: 800px;
  font-size: 90%;
}

#header {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid black;
  background-color: #46828d;
  color: white;
  font-weight: bold;
  border-top: 10px solid #2a8e32;
  border-bottom: 10px solid #2a8e32;
}

#header #title {
  margin-left: 180px;
  height: 150px;
  font-size: 200%;
}

#header img {
  float: left;
  border: 0px;
}

.colmask {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden;
}

.main {
  background: #ffbd6f;
}

.main .colmid {
  float: left;
  width: 200%;
  margin-left: -120px; 	/* RC */
  position: relative;
  right: 100%;
  background: #f2f2de;
  border-right: 1px solid black;
}

.main .colleft {
  float: left;
  width: 100%;
  margin-left: -50%;
  position: relative;
  left: 260px;         	/* LC + RC */
  background: #ffe8bb;
  border-right: 1px solid black;
}

.main .col1wrap {
  float: left;
  width: 50%;
  position: relative;
  right: 140px;        	/* LC */
}

.main .col1 {
  margin: 0 135px 0 155px;     	/* CC padding */
  position: relative;
  left: 200%;
  overflow: hidden;
  text-align: justify;
}

.main .col2 {
  float: right;
  width: 110px;        	/* LC - 3*pad */
  position: relative;
  right: 15px;         	/* pad */
}

.main .col3 {
  float: right;
  width: 90px;        	/* RC - 3*pad */
  margin-right: 45px;  	/* 3*pad */
  position: relative;
  left: 50%;
  font-size: 80%;
}

div.single {
  clear: both;
  padding-bottom: 15px;
  padding-top: 5px;
}

div.pair {
  clear: both;
  padding-bottom: 10px;
  padding-top: 5px;
  width: 100%;
  position: relative;
}

div.pair2 {
  position: relative;
  width: 100%;
  right: 50%;
}

div.pair div.pair2 div.left {
  float: left;
  overflow: hidden;
  position: relative;
  width: 48%;
  left: 50%;
}

div.pair div.pair2 div.right {
  float: left;
  overflow: hidden;
  position: relative;
  width: 48%;
  left: 54%;
}

#footer {
  clear: both;
  float: left;
  width: 100%;
  border-top: 1px solid black;
  margin-bottom: 30px;
}

#footer p {
  padding-left: 20px;
  font-size: 80%;
  float: left;
}

ul.main-menu {
  list-style: none;
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 0px;
}

ul.main-menu li {
  margin: 4px 0 0 0;
  padding: 0px;
}

ul.main-menu.left li {
  width: 100%;
}

ul.main-menu.left li a {
  width: 100%;
  display: block;
}

ul.main-menu.left li a:hover {
  background-color: #ffe8bb;
  background-color: #ffdaaf;
  border-right: 2px solid #991900;

}

div.col1 ul{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

a {
  font-weight: bold;
  color: #16424d;
  text-decoration: none;
}

a:hover {
  color: red;
}

h2 {
  font-size: 110%;
  color: #991900;
}

img.icon {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

iframe.advert {
  border: 2px solid black;
  margin-left: -5px;
  margin-top: 30px;
}

iframe.advert.bottom {
  margin: 10px 10px 0 0;
  float: right;
}

