@charset "utf-8";
/* CSS Document */
*, html, body{
    margin:0;
	padding:0;
	}
body{
    background:#e8e8e8 url(../images/bodybg.jpg)  repeat-y top center;
	text-align:center;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	}
a{  
    color:#496c40;
	}
a:hover{  
    color:#8b9f6b;
	}
h1{
    font-size:24px;
	line-height:24px;
	margin:18px 0 12px 0;
	color:#496c40;}
h2{
    font-size:18px;
	line-height:20px;
	margin:10px 0 6px 0;
	color:#496c40;}
h4{
    font-size:13px;
	line-height:15px;
	font-weight:bold;
	color:#496c40;
	text-align:left;
	padding-bottom:5px;
    }
p{  text-align:left;
    }
		
#logo{
    margin:0 auto;
	width:800px;
	height:124px;
	background:#fff url(../images/logo.jpg) no-repeat top left;
	}
#nav{
    width:800px;
	height:30px;
	background:transparent url(../images/navbg.jpg) repeat-x top left;
	margin:0 auto;
	}
#nav ul{
     list-style:none;
	 }
#nav ul li{
     display:inline;
	 }
#nav ul li a {
     color:#333333;
	 background:transparent url(../images/greenarrow.gif)  no-repeat  center right;
	 padding:0 10px 0 8px;
	 line-height:30px;
	 height:30px;
	 text-transform:uppercase;
	 text-decoration:none;
	 }
#nav ul li a:hover, #nav ul li a#active{
	 background:transparent  url(../images/green_arrow_down.gif) no-repeat  center right;
	 color:#496c40;
     }
#main{
     width:800px;
	 margin:20px auto;
	 display:table;
	 }
#leftcol{
     width:224px;
	 padding-left:16px;
	 display:table-cell;
	 float:left;}
.specialitemblog{
     width:190px;
	 height:125px;
	 padding:15px 20px 5px 10px;
	 background:transparent url(../images/itembgblog.jpg) no-repeat top left;	 
	 text-align:left;
	 }	 
.specialitem{
     width:190px;
	 height:125px;
	 padding:15px 20px 5px 10px;
	 background:transparent url(../images/itembg.jpg) no-repeat top left;	 
	 text-align:left;
	 }
.specialitem p{	 
     padding-bottom:7px;
	 }
#rightcol{
     width:555px;
	 display:table-cell;
	 float:left;
	 text-align:left;}
#rightcol p{
     margin:7px;
	 }
#rightcol ul{
     margin:17px;
	 }
.border{
     border-left:7px solid #bfcaae;
	 padding-left:10px;}
.firstcharacter{
    font-size:55px;
	line-height:50px;
	color:#bfcaae;
	display:block;
	float:left;
	padding-right:5px;
	}
.emphasize{
    font-weight:bold;
	color:#bf5a16;
}
#footer{
   clear:both;
   width:800px;
   font-size:11px;
   line-height:20px;
   height:20px;
   background-color:#e8e8e8;
   margin:20px auto;
   }
 #copyright{
   font-size:10px;
   color:#666666;}
 .formtable{
   width:532px;
   }
.formtable td{
   padding-left:8px;}
.formtable select {
  width:520px;}