
body {
  margin: 0;  
  text-align: center;
  font: 0.62em verdana, arial, sans-serif;  
  line-height: 170%;
  color: #EEE;
  background: #563D32 url(../images/bg_body.jpg) repeat-y top center;
}

p { 
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}


a {
  color: #B89788;
}

a:visited {
  color: #AAA;
}

a:hover {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

h1 {
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #7BD32C;
}

h1 span {
  display: block;
  padding: 5px;
  background:#B89788;
  color:#FFFFFF;
}

#content ol li { 
  color: #9BE4FF;
}

#content ol li span {
  color: #EEE;
}

#content ul {
  padding-bottom: 10px;
}

#header {  
  width: 100%;
  height: 36px;
  background: #585858 url(../images/bg_header.jpg) repeat-y top center;  
}

#menu {
  width: 767px;
  margin: 0 auto;
  text-align: right;  
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
  display: inline;
  float: right;
  padding:5px;
  padding-top: 14px;
  padding-bottom: 14px; 
  list-style: none;
  text-align: center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #222;
}

#menu ul li a:hover,
#menu ul li a.active {
  color: #111;
  text-decoration:underline;
}

#title {
  padding: 10px 55px 10px 55px;
  margin-right: 0.5em;
  float: left;
}

#title h1 {
  display: inline;
  color:  #222;
  font-size:14px;
}


#content {  
  clear: both;
  width: 767px;
  margin: 0 auto;
  text-align: left;
}

#text {
  float: right;
  width: 400px !important;
  width: 417px;
  padding: 10px 5px 20px 20px !important;
  padding: 20px 5px 20px 20px;
}

#image {
  float: left;
  width: 340px;  
  vertical-align: top;
}

#footer {
  clear: both;
  padding: 10px 20px;
  color: #888;
  text-align:center;
}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #EEE;
}


.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}