#content h1, #content h2, #content h3 {
	font-weight: bold;
  margin-bottom:18px;
  font-size:35px;
  text-transform:uppercase;
}
#content h2 {font-size:17px;}

#content h3 {font-size:13px;}

#content p, #content ul, #content ol, #content small {
  margin-bottom:18px;
	line-height:20px;
}
#content ul, #content ol {
  margin-left:35px;
}
#content small {
	font-size:10px;
}
#content a {
	color:#c07640;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}
#content div.rightcontact {
  float:right;
  width:290px;
}

#content div.leftcontact {
  float:left;
  width:190px;
}
#content img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#content img.alignright, #content img.right, #content a.alignright, #content a.right {
	margin:0 0 10px 6px;
	float:right;
	border:0;
}
#content img.alignleft, #content img.left, #content a.alignleft, #content a.left {
	margin:0 10px 6px 0;
	float:left;
	border:0;
}
#content textarea {
  width:505px;
  margin:0;
}
#content input#submit {
  text-align:center;
  width:150px;
  height:51px;
  text-indent:-19999px;
  background:url(/nav/button.jpg) 0 -52px no-repeat;
  border:0;
  margin-left:-5px;
  margin-top:10px;
  cursor:pointer;
}
#content input#submit:hover {
  background:url(/nav/button.jpg) 0 0 no-repeat;
}
