h1 {font-size: 3em; margin: 20px 0;}
.container {width: 650px; margin: 10px 0px 10px 0px;  background-color:#3FF; }

ul.tabs { 
	margin: 0;
	padding: 0;
	float: left;
	list-style: none; 
	height: 32px;
	border-bottom: 1px solid #2D4413;
	width: 645px;
}
ul.tabs li {
	float: left;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border-left: none;
	margin-bottom: 0px;
	background: #4C9102;
	overflow: hidden;
	position: relative;
	border-radius:none;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0 20px; 
	outline: none;
}
ul.tabs li a:hover {
	background: #375219; color:#fff;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
color:#FFFFFF; background-color:#2D4413;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #B2B2B2; 
	border-top: none; margin:0px 0px 10px 0px;
	clear: both;
	float: left; 
	width: 642px;
	background: #fff;

}
.tab_content {
	padding: 10px 10px; 
	 color: #fff; 
	 text-align:justify;
	 line-height:20px;
	font-size: 12px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}


.tab_content p{
	color: #000; font-family:Arial, Helvetica, sans-serif; font-size:14px;
}

.tab_content img {
	float: left;
	margin: 0 20px 20px 0;

	padding: 5px;
}






