﻿body
{
}

 .wrapper
 {
 margin:0px auto;
 width:80%;
 }
 .header
 {
 border-bottom:1px solid #CCCCCC;
 }
 .sitecontent
 {
 color:#000000;

 }
  .sitecontent .left
  {
      float:left;
      width:49%;
  }
 .sitecontent ul
 {
 list-style:none;
 margin:0px;
 padding:0px;
 padding-left:95px;
 }

 .links
 {
 margin-left:25px;
 margin-top:25px;
 }
 .links p 
 {

 padding-left:50px;
 }
 .links p a
 {
  color:#000000;
  font-weight:bold;
 font-size:0.8em;
 font-family:Verdana;
 padding-left:10px;
 text-decoration:none;
 }
  .links p a:hover
 {
 text-decoration:underline;
 }
.links li
{
list-style-type:none;
list-style-image:none;
background-image:url(../sitemap_img/bullet.jpg);
background-position:5px;
background-repeat:no-repeat;
}

 .links li a
 {
 text-decoration:none;
 color:#666666;
 font-size:14px;
 font-family:Georgia;
 line-height:25px;
 padding-left:20px;
 
 }
  .links li a:hover
 {
 text-decoration:underline;
 }
   .sitecontent .right
  {
      width:49%;
      float:right;
  }
  .clear
  {
      clear:both;
  }
