@charset "UTF-8";
/* CSS Document */
	body {
			background-color:#6a9adc;
			background-image:url(../images/BroadPattern.png);
			background-position:center;
		}
		
	a {
			color:#5e8998;
		}
		
	a:hover {
			color:#05787f;
		}
		
	h1 {
		 font-size:25px; 
		 font-weight: bold;
		 padding-bottom: 15px;
	}
		
	.content-area {
		background-color: #fff;
		border-radius: 15px;
		box-shadow: 0px 5px 5px #369;
		padding: 10px 30px 20px 30px;
		margin-bottom: 50px;
		max-width: 970px;
		min-height: 800px;
	}
	
	.content-area p {
		font-size: 14px;
		line-height: 1.65em;
	}
		
	.top-menu-band {
		background: none !important;
		border: hidden;
		margin-bottom: 0px;
	}
	
	.finemapping-nav {
		float: right;
		background-image:url(../images/gradient.png);
		padding: 0px 25px 0px 25px;
		border-radius: 30px;
		box-shadow: 0px 5px 5px #369;
		margin-right: -30px;
		margin-top: 30px;
	}
	
	
	.active-menu {
		
		color: #fff;
		background-color: #def;
		border-radius: 2px;
		/*margin-top: 8px;*/
	}
	
	.active-menu a {
		
		/*padding: 7px 15px 7px 15px !important;*/
		
	}