* {
    margin: 0;
    padding: 0;
}

body {
    padding: 20px 0;
    font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #646462;
    background: #EFEFEF;
}

h1 {
    padding: 20px 30px 0 0;
    font: 30px Arial, Helvetica, sans-serif;
    color: #ADCEFF;
}

h2 {
    position: relative;
    top: -3px;
    padding: 0 30px 0 0;
    font: 14px Arial, Helvetica, sans-serif;
    color: #ADCEFF;
}

p {
    padding: 5px 0;
    font: 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #646462;
}

a { color: #f38e3c;
    }

a:hover {
   color: #c00;
    text-decoration: none;
}

#main {
    margin: 0 auto;
    width: 806px;
    text-align: left;
    background: White url(/stylesheets/images/bg.gif) repeat-y;
}

#header {
position: relative;
    height: 220px;
    text-align: right;
    background: #2F69CC url(/stylesheets/images/header4.jpg) no-repeat;
}
#header h1,#header h2 { display: none; }

#menu {
    margin: 0 14px;
    height: 37px;
    background: #F0F2F1 url(/stylesheets/images/menu.gif) no-repeat;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    height: 37px;
    color: #E9EDF4;
}


#menu ul li a {
    display: block;
    padding: 1px 45px;
    font: bold 12px/36px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #646462;
    background: url(/stylesheets/images/menu_br.gif) no-repeat right;
}

#menu ul li a:hover, #menu ul li a.active {
    text-decoration: none;
    color: #81a449;
}

#page {
    margin: 0 14px;
    padding-top: 7px;
    background: url(/stylesheets/images/middle.gif) repeat-x top;
}

#one_column { width: 778px;}

#left {
    float: left;
    padding: 0 0 10px 18px;
    width: 530px;
}

#left h3 {
    margin-bottom: 5px;
    padding: 15px 30px 10px 30px;
    font: bold 14px Arial, Helvetica, sans-serif;
    background: url(/stylesheets/images/h3.gif) no-repeat bottom;
}

#left h3.firsth3 {
    padding-top: 20px;
}
#left ul {
    list-style: none;
  
}

#left ul li {
    display: block;
    font-size: 12px;
    padding: 4px 0 0 10px;
    height: 20px;
    
}



#right {
    float: right;
    margin-top: 20px;
    width: 217px;
    background: #EFEFEF url(/stylesheets/images/right.gif) repeat-y;
}


#right h3 {
    margin-left: 7px;
    padding: 10px 0 10px 13px;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #646462;
    border-top: 1px solid #E0E0DF;
}

#right h3.firsth3 {
    margin-left: 0;
    padding-left: 20px;
    background: url(images/right_top.gif) no-repeat top;
    border-top: none;
}

#right ul {
    list-style: none;
}

#right ul.lastul {
    padding-bottom: 20px;
    background: url(/stylesheets/images/right_bot.gif) no-repeat bottom;
}

#right ul li {
    display: block;
    margin-left: 7px;
  
    padding: 4px 0 0 10px;
    height: 20px;
    border-top: 1px solid #E0E0DF;
}

#right ul.btr_contact {
 padding-bottom: 20px;
    background: url(/stylesheets/images/right_bot.gif) no-repeat bottom;
}
#right ul.btr_contact li { 
height: 15px; 
margin-left: 35px;

 }
#right ul li a {
    margin: 0;
    padding: 0px;

}

#right ul li a:hover {
    text-decoration: none;
    color: #c00;
}

#footer {
    clear: both;
    height: 1%;
    background: url(/stylesheets/images/footer.jpg) repeat-x bottom;
}

#footer p {
text-align: center;
    padding: 0 0 24px 0px;
    font: 10px/30px Arial, Helvetica, sans-serif;
}

#footer a {
    color: #646462;
}

#page dl {margin-top: 10px; font-size: 12px;}
#page dl dd { margin-left: 10px; margin-bottom: 10px;}

span.lrmarg { margin-left: 20px; margin-right: 20px; }

#contact { 
position: absolute; 
top: 200px; 
left: 270px;
height: 20px;
width: 400px;
padding: 0px;
text-align: left; 
}
#contact a { font-weight: bold; color: #f38e3c; text-decoration: none; margin: 0; }
#contact a:hover {color: #fff;}
