body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {
	color: #185DA0;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background: inherit;	
}


.top_menu { 
	font-size: 1.1em;
	height: 30px; 
	margin: 0 0 0 0px;
	border-top: 1px solid #eee; 
}

	.top_menu a { 
	font-weight: bold;
	color: #4A8EBC;
	text-decoration: none; 
	}
	
	.top_menu a.active { 
		background: #FFF url(n_bar.gif) no-repeat center bottom; 
		color: #9EC068;
		font-weight: bold; 
		padding-bottom: 8px; 
	}

.subheader {
    font-weight: bold;
    font-size: 1.1em;
	border-top: 1px solid #ccc;
	height: 25px; 
	padding-left: 10px;
	background: #f4f4f4 ;
	color: #808080;
	border-bottom: 1px solid #ccc;
}
.subheader a { 
	font-weight: bold;
	color: #808080;
	text-decoration: none; 
	}





.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	
	border-top: 1px solid #eee;
}

.footer a {
	color: #9EC068;
	background: #fff;
}

h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h2 { 
	font-size: 16px;
	margin-bottom: 5px; 
	color: #000; 
	background: inherit;
}
.box1 {
padding: 10px 10px 10px 10px ;
border: 1px solid #eee;
}
.box2 {
background: #f4f4f4;
padding: 10px 10px 10px 10px ;
border: 1px solid #ccc;
}



