body {
  margin: 0;
  padding: 0;
  background-color: #75a5bc;
  font-size: 11px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
div#main {
  width: 980px;
  background-color: #c7e4ed;
  margin-right: auto;
	margin-left: auto;
}
div.languageSelectorFlags {
  background-color: #75a5bc;
  position: relative;
  z-index: 1;
}
div.languageSelectorFlags ul {
  list-style-type: none;
  margin: 0;
  margin-left: 24px;
  padding: 0;
  padding-top: 2px;
  position: absolute;
}
div#left, div#middle {
  float: left;
  background-color: #c7e4ed;
}
div#left {
  width: 293px;
  border-right: 36px solid #c7e4ed;
}
div#middle {
  width: 640px;
  line-height: 140%;
	 /*
	  width: 599px;
	  line-height: 140%;
	  border-right: 42px solid #c7e4ed;  
	  */
}
table#search {
  width: 180px;
  color: #fff;
  background-color: #274b5e;
  margin-right: 0;
  margin-left: auto;
  height: 20px;
}
table#search input {
  border: 1px solid #fff;
  width: 110px;
  background-color: #274b5e;
  color: #fff;
}
table#search td.searchInput {
  text-align: center;
  width: 102px;
}

div#sponsor_banner {
	padding-top:50px;
	text-align:right;
}
div#sponsor_banner img {
	border:1px solid #106B7B;
}


h2.news, div.newslist {
  margin: 10px 0 0 auto;
  padding: 0;
  padding-bottom: 15px;
  width: 180px;
}
h2.news {
  background-image: url(imgs/newsVert.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #274b5f;
  font-size: 18px;
  padding-left: 8px;
  width: 172px;
}
div.newslist {
  color: #274b5e;
  margin-top: 0;
  width: 170px;
}
div.newslist h1 {
  margin: 0;
  padding: 0;
}
div.newslist h1 a {
  color: #274b5e;
  font-size: 12px;
  text-decoration: none;
}
div.newslist h1 a:hover {
  color: #274b5e;
  text-decoration: underline;
}
div.pagelist h1 {
  font-size: 14px;
}
div.pagelist h1 a {
  color: #274b5e;
  text-decoration: none;
}
div.pagelist h1 a:hover {
  text-decoration: underline;
}
div#footer {
  clear: both;
}
h1 {
  color: #274b5e;
  font-size: 18px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}
div#footer {
  padding: 20px 0 5px 24px;
}
table#contactFormTable {
  color: #274b5e;
}

