
#home_content {
  top: -130px;
  position: relative;
  float: left;
  padding: 0px;
  margin-left: 20px;
  margin-bottom: 0px;
  text-align: left;
  width: 190px;
}

#home_content h3 {
  font-size: 1.2em;
  color: #5F5852;
  margin: 1em 0em 0em 0em;
}
#home_content a {
  text-decoration: none
}
#home_content a:hover {
  text-decoration: underline;
  color: #5F5852;
}

#home_content p {
	padding-bottom: 10px;
}

.centered_form {
  text-align: left;
  width: 400px;
  margin-left: 20px;
  float: left;
}

.centered_form label {
  background-image: none;
  margin: 0em;
  padding-left: 0em;
  font-weight: normal;
}

.centered_form div.input {
  margin: 0em;
  padding: 0em;
}

.centered_form div.submit {
  margin: 0.5em 0em 0em 0em;
  padding: 0em;
}

#form_box input[type="radio"] {
  height: 1.25em;
  width: 1.25em;
  cursor: pointer;
}
#form_box input[type="checkbox"] {
  height: 1.25em;
  width: 1.25em;
  background-color: #ecf3fd;
  cursor: pointer;
}

.float_right { float: right; }
.float_left { float: left; }

.clear_break {
  margin-top: 1em;
  clear: both;
}

.page_not_found {
  padding: 1.5em
}


#rss_connections {
  margin: 1em;
}

#user_links {
  position: relative;
  float: left;
  width: 223px;
  background-color: #008792;
  background-image: url('/img/layout/logged_in.gif');
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0px;
  height: 85px;
}
#user_links h3 {
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0px;
  padding-top: 40px;
  padding-left: 30px;
}


.feedback_label {
  float: left; 
  clear: both; 
  font-weight: bold; 
  width: 8em;
}

.feedback_detail {
  display: none;
}


h3.recent_header {
}
div.recent_item {
  margin: 0.5em 0em 1.0em 0.5em;
}
div.recent_link {
  margin-top: 0.5em;
}
div.recent_teaser {
  margin-left: 0.5em;
}

