@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------
1. SITE MASTER SETUP
----------------------------------------------- */
body{ margin:0px; padding:0px; font-family: Helvetica ,Arial, sans-serif; font-size:0.78em; height:100%; color:#3e5833}

h1 {font-size:150%;font-weight:bold; color:#659257; margin:0px; padding:0px}
h2 {font-size:110%;font-weight:bold; color:#659257; margin:0px; padding:0px}
h3 {font-size:100%;font-weight:bold; color:#063642; margin:0px; padding:0px; text-transform:uppercase; }
table {border-collapse:collapse;}
img{ border:none}
a{ text-decoration:none; color:#669257; }
a:hover{ color:#D24F1D; }
a:focus {outline: none;}
.bg{ background:url(images/background.jpg) right bottom no-repeat}
p{ margin:0px; padding:3px 0;}
/*USEFUL CLASSES*/
.clearfix:after {content: ".";display: block;height: 0;clear: both; visibility: hidden} /* Non IE clearfix */
.fr{ float:right}
.fl{ float:left}
.green{ color:#006c68}
.blue{ color:#026aa2!important}
.ac{ text-align:center}
.orange{ color:#d24f1c}
.bor{ border:solid 1px #f2f2f2; }

#wrapper{ width:850px; margin:10px auto; height:auto; } 
#flag{ background:url(images/flag.gif) right top no-repeat}
.heading_left{ background:#ECF2EA; border: solid 1px #A9D8AC; text-transform:uppercase; padding:0 0 0 5px}
.list_links li{ padding: 5px ; border-bottom: dotted 1px #e2e9df; list-style-image:url(images/arrow.gif)}
#content{ width:450px; margin:10px 0 0 0 20px}

#footer{ border-top:solid 1px #ECF2EA; margin:20px 0 0 0  }