/* CSS Document */



body {
        font-family:Verdana, Arial, Sans-serif;
        font-size:11px;
        margin:0px;
        padding:0px;
        background: url(images/site.jpg) repeat-x #FFF1B3;
        color:#434343;
        line-height:14px;
}

a, a:link, a:active, a:visited, a:hover {
        background:transparent;
        text-decoration:none;
        cursor:pointer
}
a:link {
        color:#005B99;
}
a:visited {
        color:#005B99;
}
a:active {
        color:#005B99;
}
a:hover {
        color:#005B99;
        text-decoration: none;
}



#clearer {
  clear: both;
}

#wrap {
        margin: 10px auto;
  padding: 0px;
        width:980px;
  border: none;
}

#head {
        background: url(images/head.jpg) no-repeat transparent;
  width: 980px;
  height: 250px;
  padding: 0px;
  margin: 0px;
}

#logo {
  float: left;
  width: 280px;
  height: 50px;
  margin: 93px 0px 0px 110px;
}

#logo a {text-decoration: none;}

.logo {
  display: block;
  width: 280px;
  height: 50px;
}

#menu {
  float: left;
  height: 50px;
  margin: 0px 0px 0px 90px;
  padding: 25px 0px 0px 0px;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  color: #005B99;
}

#menu a       { color: #005B99; font-weight: bold; text-decoration: none; }
#menu a:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; }


#content {
        background: url(images/content.gif) repeat-y transparent;
  width: 980px;
  height: auto;
  min-height: 250px;
  padding: 0px;
  margin: 0px;
}


#cont_left {
  float:left;
  margin: 0px 0px 0px 90px;
  text-align: left;
        font-size:11px;
  width: 370px;
}

#cont_left_b {
  float:left;
  margin: 0px 0px 0px 90px;
  text-align: left;
        font-size:11px;
  width: 700px;
}

#cont_right {
  float:right;
  margin: 0px 90px 0px 0px;
  text-align: left;
        font-size:11px;
  width: 370px;
}

h1 {
font-size: 14px;
margin: 0px 0px 7px 0px;
}

h2 {
font-size: 12px;
margin: 0px 0px 7px 0px;
}

p {
        font-size:11px;
        line-height:18px;
        margin: 12px 0px 12px 0px;
}

ul {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

li {
  line-height: 16px;
}


#footer {
        background: url(images/footer.gif) no-repeat transparent;
  width: 980px;
  height: 75px;
  padding: 0px;
  margin: 0px;
}

#footmenu {
  height: 42px;
  margin: 0px 0px 0px 0px;
  padding: 35px 0px 0px 0px;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
}

#footmenu a       { color: #FFFFFF; font-weight: bold; text-decoration: none; }
#footmenu a:hover { color: #FFFFFF; font-weight: bold; text-decoration: underline; }