body {
  font-family: Verdana, sans-serif; 
  background-color: transparent;
  font-size: 12px; 
  text-align: center;
  height: 100%;
  margin-top: 15px; }

div#content { 
  width: 755px;
	height: auto;
  text-align: left;
  padding: 0px;
  margin-left: auto;
  margin-right: auto; }


div#left {
  text-align: center;
  width: 165px;
  margin-left: 10px;
  margin: 0px;
  float: left; }
div#right {
  width: 100%;
  margin-left: 0px;
  margin: 0px;
  height: auto; }


img#claim {
  margin: 0px;
  margin-top: 10px; }


h1 { font-size: 16px; }
h2 { font-size: 13px; }

a:link {
  text-decoration: none; 
  color: #0000ff; }
a:visited {
  color: #551a8b; 
  text-decoration: none; }
a:hover {
  text-decoration: underline; }
a:active { }

a.h3 {
 	border-bottom: 1px solid #aaaaaa;
  width: 90%;
  margin-bottom: 0px;
  font-size: 12px;
  margin-top: 8px;
  text-decoration: none; 
  color: blue; 
  font-weight: bold; }
a.h4 {
  margin-left: 10px; }





div.clear {
	clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 0;
  font-size: 0; }


div.optional label {
  display: block;
  float: left;
  width: 125px;
}

.error_message {
  color: #880000;
  margin-top: 10px;
  font-weight: bold;
  background: url('../img/pointer.gif') no-repeat;
  padding-left: 15px;
}
