/* CSS Document */
body {
  background: #1b2d2d url('body-bg.jpg') repeat-x top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

p {
  margin-bottom: 18px;
}

#header {
  height: 190px;
  background-image: url('header.jpg');
}

#clickme {
  cursor: pointer;
  position: absolute;
  width: 750px;
  height: 170px;
}

#headlinks {
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	font-weight: bold;
}

#headlinks a, #footer a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

#headlinks a:hover , #footer a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
 	border-top: 2px solid #FAA605;
	clear: both;
	margin-bottom: 20px;
	padding-top: 10px;
	font-weight: bold;
}

#container {
	width: 1020px;
	margin: auto;
	background-color: #FFFFFF;
}

#main {
  width: 992px;
  margin: auto;
}

#left, #right{
  width: 232px;
  float: left;
}

#left .middle, #right .middle {
  width: 192px;
}

#middle {
  width: 508px;
  float: left;
}

#middle .middle {
  width: 468px;
}

#left, #middle {
  margin-right: 10px;
}

.lcorner, .rcorner, .middle, .outertop, .outerbottom  {
  display:none;
}

.outermid .om2 {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 1px; /* make sure bottom margins from final content can't carry through */
}

h1 {
  font-size: 22px;
  line-height: 23px;
  font-weight: bold;
  border-bottom: 2px solid #FAA605;
  margin-bottom: 18px;
}

.section {
  margin-bottom: 10px;
  margin-top: 10px;
  background: #ffffe1;
  padding-bottom: 10px;
  padding-top: 10px;
  border: 1px solid black;
}

#search {
	position: relative;
	top: 91px;
	left: 763px;
	width: 172px;
}

#search input {
	width: 85px;
}

#magnify {
	position: relative;
	top: 165px;
	left: 940px;
	width: 37px;
	height: 37px;
	cursor: pointer;
}

#tabs {
	margin-top: 104px;
	text-align: center;
	background-color: #FAA605;
}

#tabs a{
	font-weight: bold;
	font-size: 18px;
	color: black;
	text-decoration: none;
}

img.tabsep {
	vertical-align: middle;
}

ul.lhslist {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 10px;
}

ul.lhslist a {
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
}

ul.lhslist a:hover {
	text-decoration: underline;
}

#leavecomment {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	height: 30px;
}

#information a {
	font-weight: bold;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	clear: both;
	margin-bottom: 10px;
}

#middle ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 1em;
}

