body {
	font-size: 13px;
	line-height: 1.461em;
  background: #fff;
  color: #000;
/*  font-family: Georgia, Times, "Times new Roman", serif;*/
  font-family: "Helvetica", Arial, sans-serif;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #09460f;
  font-weight:  normal;
}

h1 {
	margin: 0;
	font-size: 1.615em;
	line-height: 0.904em;
	margin-bottom: 0.904em;
}
h2 {
	margin: 0;
	font-size: 1.461em;
	line-height: 1em;
	margin-bottom: 1em;
}
h3 {
	margin: 0;
	font-size: 1.307em;
	line-height: 1.117em;
	margin-bottom: 1.117em;
}

h4 {
	margin: 0;
	font-size: 1.153em;
	line-height: 1.266em;
	margin-bottom: 1.266em;
}

a, a:hover, a:visited, a:active
{
  color: #390;  
}


#top
{
  height: 112px;
  background: #111 url("/images/header_bg.png") repeat-x 0 0;
  overflow: hidden;
}

#wrap
{
  height: 100%;
}
#content
{
  padding: 2em;
  width: 62%;
  float: left;
  min-height: 400px;
}
#sidebar
{
  background-color: #eef2f5;
  margin-left: 72%;
  padding: 20px;
  color: #555;
  border-left: 1px solid #d1d5d8;
}

#sidebar:after 
{
  clear: left;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

ul.links
{
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.links li
{
  border-bottom: 1px dotted #888;
}
ul.links li:first-child
{
  border-top: 1px dotted #888;
}
ul.links a
{
  padding: 0;
  margin: 0;
}
ul.links li a
{
  background-image: url(/images/bullet_go.png);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  display: block;
  padding: 5px 5px 5px 28px;
  text-decoration: none;
}
ul.links li:hover
{
  background-color: #390;
}
ul.links li:hover a
{
  color: #fff;
}


#footer 
{
  padding: 20px;
  font-size: 11px;
  color: #666;
  text-align: center;
  clear: both;
  background: #222 url("/images/header_bg.png") repeat-x;
}

#footer a
{
  color: #92B92D;  
}


#top #logo
{
  line-height: 25px;
  padding: 10px 0 0 20px;
}
