/* general stuff */



html, body {
margin : 0;
padding : 0;
background-color : #c2c2c2;
}
body {
font : 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
margin : 0 auto;
text-align : center;
background-color : #c2c2c2;
background-image: url(site-back.gif);
background-repeat: repeat-x;
}

#container {background-color: #fff; 
width: 970px;	
font : 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
margin: 0 auto;
padding: 0;
}

#mainwrapper {background-color: transparent;
width: 950px;
font : 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
margin: 0 auto;
padding: 0;
text-align: center;	
border: solid 1px #a09e9e;
}

#top {width: 950px; height: 53px; border-bottom: solid 2px #fff;}

#nav {width: 950px; background-image:url(nav-back.gif); background-repeat: repeat-x; height: 48px; margin: 0; padding: 0;}

#navlinks{width: 750px; margin: 0 0 0 105px; padding: 10px 0 0 0; text-align: center; border: none;}

#banner {width: 950px; background-image: url(banner-s.jpg); background-repeat: no-repeat; height: 197px; margin: 0; padding: 0;}


#contentwrapper {width: 950px; background-image: url(content-back.gif); background-repeat: repeat-y;}

#leftcontent {float: left; width: 300px; margin: 0; padding: 0; text-align: left; background-color: transparent;}
#leftcontent p {font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #404040; margin: 10px 14px 10px 14px; padding: 0; line-height: 1.4; font-weight: 500;}
#leftcontent h1 {font: 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #2a4f7f; margin: 25px 14px 15px 14px; display: inline; padding: 0; font-weight: bold; display: block; border-bottom: dotted 1px #83a916;}
#leftcontent h2 {font: 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #404040; margin: 45px 14px 30px 14px; padding: 0;} 
#leftcontent a {font : 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #6b9318; margin: 0; padding: 0; text-decoration: none; font-weight: bold;}
#leftcontent a:hover {font : 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #6b9318; margin: 0; padding: 0; text-decoration: underline; font-weight: bold;}



#rightcontent {float: right; width: 650px; margin: 0; padding: 0; text-align: left; background-color: transparent;}
#rightcontent p {font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #404040; margin: 0 35px 25px 30px; padding: 0; line-height: 1.5; font-weight: 500;}
#rightcontent h1 {font: 20px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #2a4f7f; margin: 25px 35px 15px 30px; display: inline; padding: 0; font-weight: bold; display: block; border-bottom: dotted 1px #83a916;}
#rightcontent h2 {font: 17px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #768e0e; margin: 25px 35px 15px 30px;font-weight: bold; padding: 0;} 
#rightcontent h3 {font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #404040; margin: 25px 35px 15px 30px; padding: 0; font-weight: bold;} 
#rightcontent a {font : 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #799c0e; margin: 0; padding: 0; text-decoration: none; font-weight: bold;}
#rightcontent a:hover {font : 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #799c0e; margin: 0; padding: 0; text-decoration: underline; font-weight: bold;}
#rightcontent ul {font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #404040; margin: 0 45px 10px 50px; padding: 0; line-height: 1.2; font-weight: 500;}
#rightcontent li {font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #404040; margin: 0 25px 10px 25px; padding: 0; line-height: 1.2; font-weight: 500;}

#footer {width: 950px; height: 75px; padding: 0; margin: 0; background-color: transparent; text-align: center;}
#footer p{font : 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #404040; margin : 15px 0 0 0; padding :0; text-align: center; line-height: 1.0; font-weight: 500;}
#footer a {font : 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #404040; margin: 0; padding: 0; font-weight: 500; text-decoration: underline;}
#footer a:hover {font : 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #404040; margin: 0; padding: 0; font-weight: 500; text-decoration: underline overline;}



.clear {clear: both;}
