/* CSS Document */



body {
	background-color:#FFFFFF;
	background:url(../images/td-bg.jpg) top center repeat-y #849b5c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	}
	
#container {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	}	
	
#toparea {
	

}

#navbar ul {
	margin: 0;
	padding: 0;
}

#navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar ul li a {
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	background-image: none;
    color: rgb(189, 204, 154);
    font-style: normal;
}

#navbar ul li a:hover {
	background: rgba(0,0,0,.5);
	color: white;
}

#topimage {
	background:url(../images/toparea.jpg) top left no-repeat;
	height:267px;
}	
	
#bottomarea {
	background:url(../images/td-bg.jpg) top left repeat-y;
}

#content > a {
	display: none;
}

#leftcol {
	width:217px;
	float:left;
	margin-right:5px;
	}
	
#centercol {
	float:left;
	width:470px;
	padding-left:30px;
	border-left:solid 1px #cccccc;
	color:#3f632d;

}

#rightcol {
	width:174px;
	padding-left:20px;
	float:left;
	}
	
#bottomarea  .clear {
	clear:both;
	width:860px;
	margin-left:auto;
	margin-right:auto;
	height:20px;
	margin-bottom:20px;
	}	
	
	
	
#footer {
	text-align:center;
	font-size:10px;
	}
	
a:link { 
	color: #000000;
	}

	
h1 { 

    font-family: Georgia, "Times New Roman", Times, serif; 

    font-size: 16px; 

    color: #2b4513; 

    } 

	
    h2 { 

    font-family: Georgia, "Times New Roman", Times, serif; 

    font-size: 14px;

    font-weight: bold; 

    color: #2b4513; 

    border-bottom: 1px solid #2b4513; 

    } 	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	