*
{
padding: 0px;
margin: 0px;
}

body
{
background-color: #F9F9F7;
font-size: 16px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #656551;
}

a
{
color: #FF7800;
text-decoration: underline;
outline: none;
}

a:hover
{
text-decoration: none;
}

#wrap {
margin: 0 auto;
width: 980px;
background-color: white;
}

#header { 
height: 158px;
color: brown;
background-color: #EEEEEE;
line-height: 18px;
}

#header img {
  float: left;
  border: none;
  margin: 0;
  background-color: white;
}

#header a {
  color: brown;
  text-decoration: none;
}

#header p.hbig {
  padding: 50px 0 0 340px;
  font-size: 36px;
}

#header p.hsmall {
  padding: 20px 0 0 340px;
  font-size: 24px;
}


#menu
{
background-color: #FF7800;
height: 45px;
}

#menu ul
{
  margin-left: 20px;
}

#menu ul li
{
display: inline;
line-height: 45px;
padding: 0 20px;
}

#menu ul li a
{
background-color: transparent;
font-size: 16px;
color: #fff;
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid white;
}

#menu ul li a:hover,
#menu ul li a.current
{
border-bottom: 4px solid black;
color: black;
}

.left {
  width: 698px;
  min-height: 400px;
  float: left;
  margin: 0 0 0 10px;
}

.left h1 {
  color: #656551;
  font-size: 22px;
  font-weight: bold;
  padding : 15px 0 5px 0;
  border-bottom: 1px solid #aaa;
}

.left p {
  margin: 10px 0;
}

.left table {
  boder: none;
  font-size: 16px;
  margin: 10px 0;
}

.left td {
  padding: 5px;
  text-align: center;  
}

.left img {
  border: none;
}

img.inofloat {
  border: none;
  float: none;
  margin: 10px;
}

img.iright {
  border: none;
  float: right;
  margin: 10px;
}

.right {
  width: 210px;
  float: right;
  padding: 10px;
  font-size: 13px;
}

.right p {
  color: #656551;
  font-size: 16px;
  font-weight: bold;
}

.right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  font-weight: normal;
}

.right ul li {
  margin: 10px 10px 10px 0;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
  color: black;
}

.right ul li a,
.right ul li a:hover {
  text-decoration: none;
  font-size: 11px;
  display: inline;
  padding: 0;
  font-weight: normal;
}

#footer {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
padding: 5px 0 5px 0;
  clear: both;
}

#fadv {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border-top: 1px solid #bbb;
  background-color: white;
}

#fadv ul {
  list-style: none;
  display: inline;
  float: left;
  color: black;
  margin: 10px;
  padding: 0;
}

#fadv li {
  display: block;
  float: left;
  width: 305px;
  margin: 5px;
  padding: 0;
  text-align: left;
  line-height: 1.1em;
  font-size: 11px;
}

#fadv li a {
  text-decoration: none;
  font-weight: normal;
}

.mailto1 {
	font-weight: normal;
    color: #FF7800;
    text-decoration: underline;
}

.mailto2 {display:none}
