body {
    color: rgb(116,71,0);
    font-family: Meta Bold;

}




a:link {color: #0000AA; text-decoration: none }
a:visited {color: #0000AA; text-decoration: none }
a:hover {color: #FF0000; text-decoration: underline }
a:active {color: #0000AA; text-decoration: none }

a.footer_link:link {color: #FFFFFF; text-decoration: none }
a.footer_link:visited {color: #FFFFFF; text-decoration: none }
a.footer_link:hover {color: #C11414; text-decoration: none }
a.footer_link:active {color: #FFFFFF; text-decoration: none }



#dark-green {
  color:rgb(128, 162, 61)
}

#medium-green {
  color:rgb(244, 238, 181)
}

#light-green {
  color:rgb(244, 238, 181)
}




#nav-menu ul
{
  list-style: none;
  padding-left: 5px;
  margin: 0;

}

#nav-menu li
{

  float: left;
  margin: 0 0.15em;
}

#nav-menu li a
{
  /* background: url(background.gif) #fff bottom left repeat-x; */

  height: 1.6em;
  line-height: 2em;
  float: left;
  padding-left:10px;
  padding-right:10px;
  width: 8em;
  display: block;
  border: 0.1em solid #dcdce9;
  color: rgb(244, 238, 181);
  text-decoration: none;
  text-align: center;
  font-size:12px;
}

#nav-menu a:hover
{
  text-decoration: underline;
  background-color: rgb(128, 162, 61);
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
  float: none
}

/* End hide */




#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow1,
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .shadow4,
#shadow-container .shadow5,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

#shadow-container .shadow1 {
    background: #DDDDDD;
}

#shadow-container .shadow2 {
    background: #BBBBBB;
}

#shadow-container .shadow3 {
    background: #999999;
}

#shadow-container .shadow4 {
    background: #777777;
}

#shadow-container .shadow5 {
    background: #555555;
}

#shadow-container .container {
    background: #ffffff;
    border: 1px solid #000000;
    padding: 0px;
    margin:0px;
}


.legal {
		font-family: arial;
		font-size: 11px;
}

.legal_header {
		font-family: arial;
		font-size: 12px;
		font-weight:bold;
}

