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

body {
   background-color: #e2e4ea;
   font-family: Verdana, Arial, sans serif;
   font-size: 12px;
   color: #373737;
   margin: 0px;
   padding: 0px;
   }

p {
   font-family: Verdana, Arial, sans serif;
   font-size: 12px;
   color: #505050;
   line-height: 16px;
   padding: 5px 10px;
   }

h1 {
   font-family: Tahoma;
   font-size: 13px;
   color: #C48101;
   padding-top: 10px;
   }

h2 {
   font-family: Tahoma;
   font-size: 12px;
   color: #446F80;
   padding-top: 10px;
   }

li {
   padding-right: 10px;
   }
   
fieldset {
   border: solid 1px #e8e8e8;
   }   

#bodycontent {
   background-color: #4A8FAB;
   background-image: url(../images/background.jpg);
   background-repeat: repeat;
   width: 880px;
   margin: auto;
   }

#wrapper {
   width: 860px;
   background: #FFFFFF url(../images/contentbg.jpg) repeat-y right;
   }

#container {
   background-color: #FFFFFF;
   width: 860px;
   margin: 0px 10px;
   }

#headr {
   width: 860px;
   padding: 0px;
   }

#leftcol {
   width: 240px;
   background-color: #e8e8e8;
   float: left;
   }

#rightcol {
   width: 100%;
   background: #FFFFFF url(../images/contentbg.jpg) repeat-y right;   
   float: right;
   margin-left: -240px;
   }

#content {
   padding: 0px 30px 30px 20px;
   margin-left: 240px;
   }

#footer {
   border-top: solid 1px #A0A0A0;
   text-align: center;
   padding: 15px;
   margin: 0px;
   clear: both;
   }
   
#footer p {
   font-size: 11px;
   font-weight: 700;
   color: #BF6F00;
   }   

#menucontainer {
   width: 220px;
   background-color: #c0dcad;
   border-top: solid 0px #5e9950;
   border-bottom: solid 0px #5e9950;
   padding: 30px 0px 30px 20px;
   }

#articles {
   width: 185px;
   font-weight: 700; 
   color: #c48101;  
   background-color: #FFFFFF; 
   border-bottom: 1px dotted #c48101; 
   padding: 15px 0px 5px 0px; margin: 15px 15px 15px 25px;
   }

#dropmenudiv {
   position:absolute;
   border:1px solid #336699;
   border-bottom-width: 5px;
   font:normal 11px Verdana;
   line-height:18px;
   z-index:100;
   }

#dropmenudiv a {
   width: 100%;
   display: block;
   text-indent: 10px;
   padding: 1px 0;
   text-decoration: none;
   font-weight: bold;
   color: #505050;
   }

#dropmenudiv a:hover { /*hover background color*/
   background-color: #FFFFFF;
   width: 100%;
   display: block;
   padding: 1px 0;
   color: #919191;
   }

.home {
   background-image: url(../images/bg_home.jpg); 
   background-repeat: no-repeat; 
   }

.about {
   background-image: url(../images/bg_about.jpg); 
   background-repeat: no-repeat; 
   }

.facts {
   background-image: url(../images/bg_facts.jpg); 
   background-repeat: no-repeat;
   }

.rights {
   background-image: url(../images/bg_rights.jpg); 
   background-repeat: no-repeat; 
   }

.forms {
   background-image: url(../images/bg_forms.jpg); 
   background-repeat: no-repeat;
   }

.contact {
   background-image: url(../images/bg_contact.jpg); 
   background-repeat: no-repeat; 
   }

.home_grey {
   background-image: url(../images/grey_bg_home.jpg); 
   background-repeat: no-repeat;
   }

.about_grey {
   background-image: url(../images/grey_bg_about.jpg); 
   background-repeat: no-repeat;
   }

.facts_grey {
   background-image: url(../images/grey_bg_facts.jpg); 
   background-repeat: no-repeat; 
   }

.rights_grey {
   background-image: url(../images/grey_bg_rights.jpg); 
   background-repeat: no-repeat; 
   }

.forms_grey {
   background-image: url(../images/grey_bg_forms.jpg); 
   background-repeat: no-repeat; 
   }

.contact_grey {
   background-image: url(../images/grey_bg_contact.jpg); 
   background-repeat: no-repeat;
   }


.headlines {  
   width: 575px; 
   font-size: 11px;
   font-weight: 700;
   color: #FFFFFF;  
   background-image: url(../images/headline.jpg); 
   background-repeat: no-repeat;
   padding: 10px 10px; margin: 0px 0px 5px 0px;
   }
   
.hlundrline {
   font-size: 13px; 
   font-weight: 700;
   color: #336699; 
   text-align: center;
   border-bottom: solid 2px #336699;
   padding-bottom: 20px;
   }

.border {
   width: 570px;
   border: solid 1px #3886a7;
   }

a:link {
   color: #6884CE;
   text-decoration: none;
   }

a:visited {
   color: #6884CE;
   text-decoration: none;
   }

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

a:active {
   color: #6884CE;
   text-decoration: none;
   }

.txtcenter {
   text-align: center;
   }

.undrline {
   text-decoration: underline;
   }

.emph {
   font-size: 11px;
   font-weight: 700;
   color: #373737;
   letter-spacing: .10em;
   }

.clearing {
   height: 0;
   clear: both;
   }

