html, body {
  height:100%;
  font-family:Lucida Sans Unicode, verdana, Tahmoa, arial, sans;
  font-size:14px;
}
body {
  padding:0;
  margin:0;
  background:#eeeeee url(/images/layout/bg.png) repeat-y center top;
}
#wrapper {
  text-align:center;
  position:relative;
  min-height:100%;
}
#top {
  width:100%;
  background: url(/images/layout/banner.png) repeat-x top center;
}
#banner {
  height:113px;
  border-bottom:1px solid #ffffff;
  text-align:center;
}
#banner h1 {
  margin:0 auto;
}
#content {
  width:800px;
  margin:0 auto;
  padding-top:15px;
  padding-bottom:40px;
  text-align:left;
}
#nav {
  float:right;
  width:200px;
  padding-right:40px;
  text-align:right;
  border-left:1px solid #eeeeee;
}
#nav ul {
  list-style-type:none;
  list-style-image:none;
  padding-left:10px;
  margin:0;
  margin-bottom:10px;
  font-size:1.2em;
}
#nav ul li {
  margin:0;
  padding:2px 0;
}
#nav ul a {
  display:block;
  padding:5px 0;
}
#nav ul a:hover {
  text-decoration:none;
  color:#3a7f00;
}
#nav #badges {
  padding-left:10px;
}
#content_main {
  padding-left:40px;
  float:left;
  width:500px;
}
#footerWrapper {
  clear:both;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}
#footer {
  border-top:1px solid #eeeeee;
  margin:0 auto;
  width:720px;
  padding:10px 0;
  text-align:center;
}
#footer ul {
  margin:0;
  list-style-type:none;
  list-style-image:none;
  padding:0;
}
#footer ul li {
  display:inline;
  margin:0 10px;
}
#footer ul li a {
  color:#aaaaaa;
}
#footer ul li a:hover {
  color:#333333;
}
a {
  color:#6aaf10;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
img {
  border:none;
}
ul {
  list-style-image: url(/images/layout/bullet.gif);
}
ul li.pdf {
  list-style-image: url(/images/layout/pdf.png);
  padding-left:5px;
}
h1, h2, h3 {
  margin:0.8em 0;
}
h1 {
  letter-spacing:-0.1em;
  font-size:2em;
  border-bottom:1px solid #cccccc;
  margin-top:0;
}
h2 {
  letter-spacing:-0.1em;
  font-size:1.5em;
  color:#6aaf10;
  border-bottom:1px solid #eeeeee;
}
dl {
  margin-top:40px;
}
dt {
  float:left;
  clear:left;
}
dd {
  text-align:right;
  border-bottom:1px solid #eeeeee;
  padding-bottom:0.5em;
  margin-bottom:0.5em;
  margin-left:0;
}
div.clear {
	clear:both;
}
.feedback {
	border:1px solid #990000;
	background:#FFCCCC;
	padding:10px;
	margin-bottom:10px;
}
.right {
  float:right;
  margin-left:10px;
  margin-top:5px;
  margin-bottom:5px;
}
.left {
  float:left;
  margin-right:10px;
  margin-top:5px;
  margin-bottom:5px;
}
table {
  width:100%;
  border-collapse:collapse;
  border:1px solid #cccccc;
}
table td, table th {
  border-bottom:1px solid #eeeeee;
  padding:5px;
}
table th {
  background:#eeeeee;
}
/* form */
form {
	margin:0;
	padding:0;
}
div.errors {
	border:1px solid #990000;
	background:#FFCCCC url(/images/layout/feedback.png) no-repeat 10px center;
	padding:10px;
	padding-left:50px;
}
div.errors ul {
	list-style-image:none;
}
label {
	width:150px;
	font-weight:bold;
	float:left;
	display:block;
}
label span.comment {
	font-weight:normal;
	display:block;
}
div.form_row, div.form_row_error {
	margin-top:5px;
	clear:left;
	padding:2px;
	border:1px;
}
div.form_row_error {
	background:#FFCCCC;
	border:1px solid #990000;
}
div.form_container textarea {
	width:400px;
	height:300px;
}
div.clearing {
	clear:both;
}
div.submit {
	padding-left:150px;
}