/* CSS Document */



body{
	background-color:#6b7d3f;
}

h1 {
	color:#0c3f1e;
	font:"CaflischScript Regular";
	font-size:36px;
	margin-left:20px;
}

h2 {
	font:"Gill Sans MT";
	font-size:20px;
	color:#0c3f1e;
}

h3 {
	font:"Gill Sans MT";
	font-size:16px;
	color:#FF6600;
}

p {
	font:"Gill Sans MT";
	text-align:justify;
	padding-right:20px;
	padding-left:20px;
}




#container {
	width:700px;
	background:#ffffff;

}

.navbar{
	width:153px;
	background-color:#0c3f1e;
	float:left;

	
	}

	.navbar ul  {
	list-style-type:none;
	line-height:25px;
	
		
		
		}	

		.navbar ul li{
			margin:0 0 0 -15px;
			
						}

			.navbar ul li a {
				font-size:14px;
				font-weight:bold;
				color:#FFFFFF;
				font:sans-serif;
				letter-spacing:1px;
				text-decoration:none;
				
			}

				.navbar ul li a:hover {
					text-decoration:underline;
					font-weight:normal;
				}

.active {
	color:#FF6600;
	
}

.content {
	background:#FFFFFF;
	float:right;
	width: 540px;
}

.form {
	background-color:#0c3f1e;
	border:solid #000000;
}

.txt {
	color:#FFFFFF;
}

.footer p {
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	font-size:10px;
	color:#0c3f1e;
	text-align:center;
}
