/*BASICS */

body {
 background-color: #A46C35;
 margin-top: 0;
 }

input {
 font-family: arial;
 font-size: 12px;
 font-weight: normal;
 color: #555;
 }

/*BEGIN IDS*/

#maincontainer {
 width: 750px;
 }

#content {
 width: 750px;
 }


/*BEGIN CLASSES*/

.body {
 font-family: arial;
 font-size: 11px;
 font-weight: normal;
 color: #555;
 line-height: 17px;
 text-decoration: none;
 }

 .body a {
  font-weight: bold;
  color: #555;
  text-decoration: none;
 }

 .body a:hover {
  color: #59B6BE;
  text-decoration: none;
 }

 .menu, .menu a {
 font-family: tahoma;
 font-size: 11px;
 font-weight: bold;
 color: #9E3822;
 line-height: 17px;
 text-transform: uppercase;
 text-decoration: none;
 }

 .menu a:hover {
  color: #59B6BE;
  text-decoration: none;
 }

 .headline {
 font-family: tahoma;
 font-size: 12px;
 font-weight: bold;
 color: #9E3822;
 line-height: 25px;
 }

.breadcrumbs, .breadcrumbs a {
 font-family: arial;
 font-size: 10px;
 font-weight: normal;
 color: #666;
 line-height: 17px;
 text-decoration: none;
 }

 .breadcrumbs a:hover {
  color: #59B6BE;
  text-decoration: none;
 }

 .button {
 font-family: tahoma;
 font-size: 10px;
 font-weight: bold;
 color: #223377;
 width: 100px;
 height: 23px;
 border-style: solid;
 border-width: 1px;
 border-color: #AAA;
 padding: 0 0 9px 0;
 background-image: url('/images/button_bkgd.gif');
 background-repeat: repeat-x;
 }

 .footer, .footer a {
 font-family: arial;
 font-weight: bold;
 font-size: 10px;
 color: #F0D291;
 text-decoration: none;
 }

 .footer a:hover {
 text-decoration: underline;
 color: #F0D291;
 }
