	
/********************** WRAPPERS ***********************/

	#wrapper{
		background:transparent url(../images/content_bg.gif) repeat-y 50% 0%;
	}
	#content_wrapper {
		background:#fff url(..//images/seperator-vert.gif) repeat-y 220px 0px;
	}
	
/********************** LEFT COLUMN ***********************/	
	
	#leftcol{
		float:left;
		position:relative;
		width:220px;
	}
	
/********************** RIGHT COLUMN ***********************/	
	
	#rightcol{
		float:right;
		position:relative;
		width:220px;        	
		border-left:1px solid #b3b0af;
        border-right:1px solid #b3b0af;
        border-bottom:1px solid #b3b0af;
		border-top:1px solid #b3b0af;
		
	}


	#main_menu{
		margin:10px 0px;
	}
	#main_menu ul li {
		line-height:30px;
		background:#fff url(../images/seperator-horz.gif) left bottom repeat-x;
	}

	#main_menu a{
		display:block;
		font-family:Tahoma,Arial,Helvetica,sans-serif;
		font-size:14px;
		color:#2b2b2b;
		padding:0px 25px;
		background: url(../images/mainmenu_current.png) no-repeat 5px 50%;
	}
	#main_menu a:hover{
		text-decoration:none;
		background-color:#7a9f7f;
		color:#fff;
	}
	#main_menu li.current a {
		color:#4b8204;
		background-color: #dbebc6;
	}


    /********************** NEWSLETTER ***********************/			
    		
        #newsletter {
            width:197px;
            margin:20px auto;
        }
        #newsletter img{
        	display:block;
        	margin:0px;padding:0px;
        }
        #newsletter p{
        	margin:0px;padding:0px;
        	font-size:12px;
        	text-align:justify;
        	margin-bottom:10px;
        	color:#2e2e2e;
        }
        #newsletter .wrapper{
        	margin:0px;padding:0px;
        	border-left:1px solid #b3b0af;
        	border-right:1px solid #b3b0af;
        	border-bottom:1px solid #b3b0af;
        }
        #newsletter .inner{
        	background-color:#dbebc6;
        	padding:10px;
        }
        
        #newsletter label{
        	font-weight:bold;
        	color:#2e2e2e;
        	display:block;
        	text-transform:uppercase;
        	margin-top:10px;
        }
        #newsletter input.field{
        	width:170px;
        }
        #newsletter .signup{
        	margin-top:10px;
        	text-align:right;
        }
    			
    /********************** TESTIMONIALS ***********************/	
        
    	#testimonials {
    		width:191px;
    		margin:20px auto;	
    	}
    
    	#testimonials .wrapper{
    		padding:5px;
    	}
    	#testimonials p{
    		font-size:12px;
    		margin:0px;padding:0px;
    		margin-bottom:10px;
    		text-align:justify;
    		font-style:italic;
    	}
    	#testimonials a{
    		font-size:10px;
    		text-decoration:underline;
    	}
    	#testimonials .name{
    		font-weight:bold;
    	}
    	
    	#testimonials .profession{
    		font-weight:bold;
    		color:#054481;
    	}
    	
/********************** MAIN COLUMN ***********************/    	

	#content{
	float:right;
	position:relative;
	width:640px;
	background-color: #FFFFFF;
	}
	
	#content_header {
	margin: 0px 0px 0 0px;
	}
	
	#content ul {
	    list-style: disc;
	    padding: 7px 15px 7px 30px;
	    background: #FFFFFF;
	    border-top: 1px #ccc solid;
	    border-bottom: 1px #ccc solid;
	    margin: 300px 10px 20px;
	}
	
	#advertising {
		padding: 19px;
		background:#e4e5ea;
		margin-left:1px;
	}
	
	#advertising img{
		border:0px;
	}
	
	#article {
	   float:right;
	   margin: 0 10px 10px 10px;
	}
	
	#article ul {
	    list-style: disc;
	    padding: 7px 15px 7px 30px;
	    background: #FFFFFF;
	    border-top: 1px #ccc solid;
	    border-bottom: 1px #ccc solid;
	    margin: 0 250px 10px 20px;
	}
	
	#article ol {
	    list-style: decimal;
	    padding: 7px 15px 7px 30px;
	    background: #dfffe4;
	    border-top: 1px #ccc solid;
	    border-bottom: 1px #ccc solid;
	    margin: 0 20px 10px 20px;
	}
	
	#article li {
	    line-height: 20px;
	    font-size: 11px;
	    padding: 6px 0 6px 0;
	}
	
	.article_more {
	    text-align: right;
	    margin-top: -5px;
	    padding-bottom: 10px;
	    border-bottom: 1px #ccc dotted;
	}
	
	#article_resource {
	     background:url(/images/more_resources.jpg) no-repeat;
         width:648px;
         height:37px;
         margin: 20px auto;
         padding: 15px 10px 15px 10px;
         text-align: right;
	}

/********************** SEARCH ***********************/

    #searchInput {
        padding: 10px;
        background: #e4fbd1;
        border: 1px #f7e2a1 solid;
        font-size: 10px;
        font-weight: bold;
        color: #999;
        margin-bottom: 10px;
    }

/********************** WEBLOG MENU ***********************/

    #weblog_menu {
        font-size: 10px;
        color: #999;
        margin: -20px 20px 20px 20px;
        padding-top: 3px;
        height: 20px;
    }
    
    #weblog_menu img {
        vertical-align:middle;
        margin-top: -1px;
        border-right: 5px #fff solid;
    }
    
    #weblog_menu_title {
        font-weight: bold;
        float: left;
        margin-right: -4px;
    }

    #weblog_menu li {       
       padding: 0 11px;
       float: left;
       border-right: 1px #ccc dotted;
    }
    
    #weblog_submenu {
        text-align: right;
        margin: 5px 27px 30px 27px;
        font-size: 10px;
    }
    
    #weblog_submenu img {
        vertical-align:middle;
        margin-top: -1px;
        border-right: 5px #fff solid;
    }    
    
    #weblog_submenu li {
        float: right;
        padding: 0 8px 0 8px;
    }
    
    #weblog_submenu .sep {
        border-right: 1px #ccc dotted;
    }

/********************** RESOURCES ***********************/

    .resource {
        margin: 5px 30px 0px 30px;
        border-bottom: 1px #ccc solid;
    }
    
    .resource li {
        list-style: none;
        font-size: 14px;
    }
    
    .resource a {
        font-size: 14px;
        font-weight: bold;
        color: #054481;
        margin-bottom: 10px;
    }
    
    
    .resource img {
        margin-right: 20px;
        float: left;
    }
    
    .resource .more {
        text-align: right;
    }
    
    .resource .more a {
        font-size: 12px;
        color: #5287bc;
        font-weight: normal;
    }

/********************** FOOTER ***********************/
    
    .banner_300x250 {
        float: right;
        margin-left: 15px;
        margin-bottom: 15px;
        padding: 7px;
        border: 1px #e0e0e0 solid;
        background: url(/images/advertisement.gif) no-repeat center 260px;
    }

/********************** FOOTER ***********************/

    #footer{
    	background:transparent url(/images/footer_bg.gif) repeat-y 50% 0%;
    	padding:0px 10px;
    }
    #footer .inner{
    	padding:10px 0px;
    	border-top:1px solid #b4b4b4;
    }
    
    #footer .split{
	float:left;
	position:relative;
	width:190px;
	height:145px;
	margin: 0 10px 0 10px;
	background:url(/images/footer_sep.gif) no-repeat 100% 0%;
	background-image: url(images/footer_sep.gif);
    }
    
    #footer ul li{
    	margin:3px 28px;
    	list-style-image: url(/images/footer_bullet.jpg);
    }
    
    #footer .title{
    	color:#054481;
    	font-size:14px;
    	font-weight:bold;
    	margin-bottom:5px;
    	margin-left:10px;
    }
    
    #footer a{
    	color:#5287bc;
    	text-decoration:none;
    }
    #footer a:hover{
    	color:#2e2e2e;
    	text-decoration:underline;
    }
    
    #footer .last{
    	background:none;
    	margin-right: 0px;
    	width: 210px;
    }
    #footer .first{
    	padding-left: 10px;
    	width: 200px;
    }
    
    #footertext {
	    border-top: 1px #ccc solid;
        padding: 10px 18px 22px 18px;
        color: #999;
        margin-bottom: 10px;
    }
	/* ID Styles */
	
#navigation td {
	border-right: 1px solid rgb(255,255,255);
	border-top: 1px solid rgb(255,255,255);
	border-bottom: 1px solid rgb(255,255,255);
	}
	
#navigation a {
	font:11px arial;
	font-weight: bold;
	color:#FFFFFF;
	line-height:17px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:5px 5px 5px 5px;
	background: rgb(0,0,0) 8px 50% no-repeat;
	}
	
#navactive {
	background: rgb(0,0,0) url("../images/mm_bullet_vsmall.gif") 8px 50% no-repeat;
	color:#FFFFFF;
	}
	
#navigation a:hover {
	background: rgb(136,194,32) url("../images/mm_bullet_vsmall.gif") 8px 50% no-repeat;
	font-weight: bold;
	color:#000000;
	}

/* Class Styles */
		
.pageName{
	font:16px arial;
	color: #664E31;
	line-height:18px;
	letter-spacing:.2em;
	}
	
.subHeader {
	font:16px arial;
	color: #6C9A32;
	line-height:18px;
	font-weight: bold;
	letter-spacing:.1em;
	}

.detailText {
	font:12px arial;
	color:#000000;
	font-weight: bold;
	line-height:18px;
	}
	
.smallText {
	font:10px arial;
	line-height:16px;
	letter-spacing:.1em;
	margin-left: 10px;
	color:#FFFFFF;
	}
	
.navText {
	font:12px arial;
	color: #000000;
	line-height:18px;
	letter-spacing:.1em;
	text-decoration: none;
	}
.TableTitle{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; background: #DDE8CF;}
.TableTitle2{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background: #DDE8CF;}
.TableContent{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background: #88C23E;}
.TableContent2{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background: #DDE8CF;}
.TableContent3{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #795F46; background: #BFA892;}
.TableLink{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background: #88C23E; text-align:center; width: 80px;}
.TableLinkhover{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; background: #88C23E; text-align:center; width: 80px;}
