body {
margin:0;
margin-top:20px;
color:#000;
background:#fff;
font: 12pt "New Century Schoolbook", Arial, serif;
}

a {
color:#ba8300;
}

a:hover {
color:#000;
}

h1 {
background:#fff;
color:#ba8300;
text-align:center;
}

h2 {
background:#fff;
color:#000;
text-align:center;
}

h3 {
background:#fff;
color:#ba8300;
text-align:center;
}

.imagecontainer {
text-align:center;
padding:20px;
float:left;
font-style:italic;
font-weight:bold;
font-size:11pt;
}

img {
margin:5px;
padding:0;
border:2px solid #000;
clear:right;
}

#thumbs {
clear:both;
display:block;
}

#container {
width:550px;
margin:0 auto;
color:#000;
background:#fff;
clear:both;
}

#bottom {
float:none;
display:block;
clear:both;
}

#footer {
width:700px;
margin-top:30px;
padding-bottom:30px;
margin-right:auto;
margin-left:auto;
font-size:14pt;
text-align:center;
}


.leftside {
text-align:right;
line-height:1.5
}

.rightside {
float:right;
}

hr {
width:700px;
}

input {
  margin-bottom:5px;
  border: 3px double #855901;
  background: #fff;
  color: #000;
}

input:hover, textarea:hover, input:focus, textarea:focus {
  border: 3px double #000;
}
	
textarea {
  border: 3px double #855901;
  background: #fff;
  color: #000;
}
	
.radio {
  border:0px none;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

* html>body .clearfix {
  display: inline-block; 
  width: 100%;
}

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
}	

.clear {
  float:none;
  clear:both
}
