body {
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  color: #0f0f0f;
  font-family: sans-serif;
}

.center_column {
  margin-left: auto;
  margin-right: auto;
  font-size: small;
  width: 800px;
}

#bar {
  background-image: url("http://static.oswatershed.org/blue_grad_27.png");
  color: white;
  font-size: x-small;
  font-weight: bolder;
  font-family: sans-serif;
  padding-left: 10px;
  padding-top: 4px;
  position: relative;
  top: 0px;
  width: 790px;
  height: 23px;
}

#bar .stat {
  float: left;
  padding-top: 4px;
  padding-right: 10px;
}

.search a {
  color: white;
  cursor: pointer;
  padding-left: 8px;
	padding-right: 8px;
}

.search input[type="text"] {
  border: none;
}

#logo {
  padding-left: 16px;
  padding-bottom: 10px;
  clear: both;
}

#logo img {
	margin-top: 20px;
  border: none;
}

.subsection {
  width: 310px;
  border: solid 2px #204a87;
  font-size: small;
  margin-top: 5px;
}

.section .title {
  width: 100%;
  border-bottom: solid 7px #3465a4;
  color: white;
  clear: both;
  font-weight: bold;
  font-family: sans-serif;
  font-size: large;
  height: 17px;
}

.section .title #title {
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 55px;
  float: left;
  height: 22px;
  background-image: url("http://static.oswatershed.org/curve.png");
  background-position: top right;
}

.section .title img {
  position: relative;
  left: 0px;
  z-index: -1;
}

.sidebar {
  width: 24%;
}

.right {
  float: right;
}

.content {
  float: left;
  width: 74%;
}

a {
  color: #204a87;
  text-decoration: none;
}

a:visited {
  color: #3465a4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#user {
	float: right;
}