* {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

body {
  text-align: center;
  background-color: #cfbba3;
  font-family: "bitstream vera sans", Verdana, Helvetica, sans-serif;
}

A:link {
	COLOR: #C86000; text-decoration: none
}
A:visited {
	COLOR: #C86000; text-decoration: none
}
A:active {
	COLOR: #C86000; text-decoration: none
}
A:hover {
	COLOR: #C86000; text-decoration: underline
}

#whole_page {
  margin-left: auto; 
  margin-right: auto;
  width: 900px;
  text-align: left;
  background: #ffffff;
}

#header {
  height: 140px;
  background: #FFFFFF url('../i/header-bg.jpeg') bottom left;
  clear: both;

}

#header h1 {
  padding-top:65px; padding-left:30px;
  margin:0px;
  font-size: 55px;
  color: #739240;
  line-height:26px;
  text-decoration: none;
  border: none;
}

#header a {
  color: #739240;
  text-decoration: none;
}

#header h2 {
  margin:0px;
  padding-left:45px;
  font-size: 2ex;
  //color: #D5D0B0;
}

#top_bar {
  width: 900px;
  height: 28px;
  margin:0px;
  clear:both;
  background: #3a3521; 
}

#columns {
  margin: 10px;
}

#center_column {
  margin-left:150px;
  margin-right:210px;
  border:0px dashed #cccccc;
}

#center_column h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-size: 2ex;
  // color: #ffffff;
  padding-top: 1ex;
  border-bottom: 1px solid #004411;
  // background-color: #739240;
}

#center_column form input, textarea {
  border: 1px solid black;
}

#center_column img {
  padding-bottom: 1ex;
}

.required {
  display: none;
}

#center_column h2 {
  color: #006600;
}

#center_column p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  line-height: 3ex;
}

#center_column iframe {
  width: 250px;
  height: 260px;
}

#center_column p em {
  font-weight: bold;
  font-style: normal;
  color: #006600;
}

#center_column li {
  font-style: normal;
  padding: 1ex;
  margin-left: 5ex;
}

#center_column ul, ol {
  padding-bottom: 2ex;
}

#center_column td,th {
  vertical-align: top;
}

#left_column {
  float: left;
  width:120px;
  border:0px dashed #cccccc;
}

#left_column h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#left_column p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#right_column {
  float: right;
}

#right_column iframe {
  width:190px;
  height:400px;
}

#right_column h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#right_column p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#admin {
  padding: 15px;
  height: 60px;
  background: #425227;
  clear: both;
  border-left: 1px solid #425227;
  border-right: 1px solid #425227;
  border-bottom: 1px solid #425227;
}

#admin p {
  text-align:center;
  font-size: 10px;
  line-height:14px;
  color:#D5D0B0;
}

#admin a:link {
  text-decoration: none
}
#admin a:hover {
  text-decoration: underline
}

#top_bar ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  color: White;
  width: 100%;
  font-size:12px;
  font-weight:bold;
}

#top_bar ul li {
  height: 30px;
  float: left;
  border-right: 1px solid white;
  list-style: none;
  display: block;
}

#current_section {
  height: 32px;
  display: block;
  background-color: white;
  color: #3a3521;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  float: left;
}

#top_bar ul li a {
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  background: #3a3521; 
  color: White;
  text-decoration: none;
  float: left;
}

#top_bar ul li a:hover {
  background-color: #DE6B02;
  color: #fff;
}

#linklist {
  padding-left: 0;
  margin-left: 0;
//  border-bottom: 1px solid #D1D9C4;
  width: 140px;
}

#linklist li {
  font-weight: bold;
  list-style: none; 
  margin: 0;
  margin-bottom: 0.8ex;
  line-height:20px;
//  border-top: 1px solid #D1D9C4;
}

#linklist li ul li {
  border-top: 0px;
  margin-left: 2ex;
}

#linklist li a {
  text-decoration: none; 
  font-weight: normal;
}

.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.thumbnail_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}
