* {
	margin: 0;
	padding: 0;
}

body {
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #52b56b;
outline: none;
}
a:hover {
  text-decoration: underline;
  color: #111;
}

#wrap {
margin: 0 auto;
width: 980px;
}

#header {
  height: 85px;
}

#header a { 
text-decoration: none;
}

#header img {
  border: none;
  margin-left: 30px;
}

#content {
padding: 0 20px;
}

.right {
float: right;
width: 700px;

}

.right h1 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #52b56b;
color: #fff;
}

.right p {
  margin-bottom: 10px;
}

.right ul {
  margin: 0 0 10px 30px;
}

.left {
float: left;
width: 230px;
}

.left p {
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #52b56b;
}

span.advheader {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.left ul {
padding: 10px 0 15px 20px;
color: #52b56b;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.left ul li a.current {
  color: #111;
}

#ladv ul {
  margin-top: 10px;;
  padding: 0 10px 0 10px;
  list-style: none;
  text-align: left;
}

#ladv li {
  margin: 0;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 12px;
  color: black;
}

#ladv li a {
  text-decoration: none;
  color: brown;
  font-size: 11px;
  display: inline;
  padding: 0;
  font-weight: normal;
}

.articles {
padding: 10px;
}

.articles a {
  color: blue;
  text-decoration: none;
}

#footer {
margin: 0;
padding: 0;
text-align: center;
color: #aaa;
margin-top: 20px;
border-top: 1px dotted #aaa;
border-bottom: 1px dotted #aaa;
}
#footer p {
font-size: 11px;
line-height: 40px;
}
#footer a { 
  color: #aaa;
  text-decoration: underline;
}
#footer a:hover { color: #111; }

img.nofloat {
  float: none;
  border: none;
  margin: 10px;
}

/* FMenu */

#fmenu {
  clear: both;
  padding-top: 15px;
  text-align: center;
  font-size: 11px;
  width: 980px;
  margin: 0 auto;
  padding: 10px;
}

#fmenu ul {
  list-style: none;
  display: inline;
  float: left;
}

#fmenu li {
  display: block;
  float: left;
  width: 310px;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.1em;
}

#fmenu li a {
  color: brown;
  text-decoration: none;
}

.mailto2 {display:none}
