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

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

#bodycontent {
   background-color: #FFFFFF;
   width: 1000px;
   border: 1px solid #DEDEDE;
   margin: auto;
   margin-top: 10px;
   }

#container {
   background-color: #FFFFFF;
   width: 980px;
   margin: auto;
   background: url(../images/contentbg.jpg) repeat;
   margin-top: 10px;
   }

#headr {
   width: 980px;
   background: url(../images/banner.jpg) no-repeat;
   padding: 0px;
   }
   
#menu {
   float: right;
   height: 125px;
   padding: 5px 30px 0px 0px;
   }

#leftcol {
   width: 210px;
   float: left;
   }

#content {
   width: 580px;
   float: left;
   }

#rightcol {
   width: 190px;   
   float: left;
   }

#footer {
   text-align: center;
   padding: 15px;
   margin: auto;
   margin: 0 10px 10px 10px;
   display:block;
   background-color: #323232;
   background-image: url(../images/footerbg.jpg);
   background-repeat: repeat-x;
   }
   
#footer p {
   font-size: 11px;
   font-weight: 700;
   color: #FFFFFF;
   }   
   
   
   
   

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

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

h2 {
   font-family: Tahoma;
   font-size: 12px;
   color: #446F80;
   padding-top: 10px;
   }
   
a:link {
   color: #517b8b;
   text-decoration: underline;
   }

a:visited {
   color: #517b8b;
   text-decoration: underline;
   }

a:hover {
   color: #517b8b;
   text-decoration: underline;
   }

a:active {
   color: #517b8b;
   text-decoration: underline;
   }

.clearing {
   height: 0;
   clear: both;
   }
   
div.spacer {
   clear:both; 
   height:10px; 
   display:block;
   }

img {
   border: 0;
   }
