body, .label {
  font-family: arial, sans serif;
  font-size: 10px;
  line-height: 1.0em;
  color: #FF9C00;    
}

.label {
  vertical-align: top;
  text-transform: uppercase;
}

textarea, input {
  padding: 1px 1px 1px 3px;  
  font-family: arial, sans serif;
  font-size: 12px;
  line-height: 1.0em;
  color: #DDDDDD;
  background-color: #333333;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-left: 5px solid #333333;
}

textarea:focus, input:focus {
  background-color: #555555;
  border-left: 5px solid #DDDDDD;
}

.spacer {
  margin: 2px;
  padding: 1px;
}

acronym {
  cursor: help;
  color: #AAAAAA; 
  background-color: #444444;
  border-bottom: 0px;
}

a {
  font-family: arial, sans serif;    
  color: #FF9C00;  
}

a.button {
  font-size: 10px;
  text-indent: 9px;
  text-transform: uppercase;  
  text-decoration: none;
  line-height: 1.0em;
  display: block;
  color: #FF7200;
  background: #5A2800 url(../images/button_arrow.gif) no-repeat left center;
  padding-right: 2px;
  
}

a:hover.button {
  background: #6F370B url(../images/button_arrow_on.gif) no-repeat left center;
  
}

#content {
  vertical-align: top;
  font-size: 12px;
  font-family: arial, sans serif;    
  padding-right: 13px;  
  color: #DDDDDD;
}

a.link, #contactDetails a {
  text-decoration: none;
  color: #DDDDDD; 
  background-color: #444444;
  border-bottom: 1px solid #000000;  
}

a:hover.link, #contactDetails a:hover {
  text-decoration: none;
  background-color: #333333;
  color: #FFFFFF; 
  border-bottom: 1px solid #FF9200;
  
}

#content p {
  margin: 0px;
  padding-top: 14px;
}

#contactDetails {
  text-transform: uppercase;
  display:none;
  line-height: 1.2em;
  font-size: 10px;
  color: #DDDDDD;
}

#menu {
 padding-left:8px; 
 padding-top: 8px;
 background: url(../images/button_bg.jpg) no-repeat top left; 
}

#copyright {
  vertical-align: top;
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-left:8px;
}

a.pic, a.pic img {
  padding: 0px;
  margin: 0px;
  background-color: #000000;
  border: 0px;
  filter: Alpha(opacity=50); /* IE */
  -moz-opacity: 0.6; /* Mozilla */
}

a.pic:hover, a.pic:hover img {
  filter: Alpha(opacity=95);
  -moz-opacity: 0.95;
} 

.title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FF9C00;
}
