*{margin:0;padding:0;}

body {
	background: #FFFFFF;
	color #000000;
	font: 12px Lucida Grande, Tahoma, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.clearfix {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#top_bar {
	background: #333333;
	clear: both;
	height: 30px;
}

#top_bar .left {
	float: left;
	margin: 7px 0 0 15px;
}

#top_bar .right {
	float: right;
	margin: 7px 30px 0 0;
}

#top_menu {
	color: #FFFFFF;
}
	
	#top_menu a, #top_menu a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#top_menu a:hover {
		color: #999;
		text-decoration: underline;
	}

#header {
	background: #E1E1E1;
	border-bottom: 1px solid #CCC;
	clear: both;
	color: #000000;
	height: 180px;
}

	#header img {
		border: 0;
	}

	#header .logo {
		float: left;
		height: 65px;
		margin: 25px 0 0 15px;
	}
	
	#header .heading {
		float: left;
		margin: 25px 0 0 100px;
		width: 650px;
	}
	
		#header .heading h1 {
			color: #333;
			font-size: 42px;
			font-weight: normal;
		}
		
		#header .heading h3 {
			color: #333;
			font-size: 16px;
			font-weight: normal;
			text-align: center;
		}
	
	#header .networks {
		background: #F1F1F1;
		clear: both;
		height: 50px;
		margin: 36px 0 0;
	}
	
	#header .networks h2 {
		color: #333;
		float: left;
		font-size: 20px;
		font-weight: normal;
		line-height: 50px;
		margin: 0 0 0 15px;
	}
	
	#header .networks .logos {
		float: left;
		margin: 9px 0 0 100px;
		width: 740px;
	}

#container {
	clear: both;
	margin: 15px auto;
	padding-bottom: 60px;
	width: 990px;
}

	#container .site {
		margin: 10px auto 20px;
		text-align: center;
	}
	
	#container .site h2 {
		color: #333;
		font-size: 24px;
		font-weight: normal;
		line-height: 30px;
	}
	
	#container .site h2 a, #container .site h2 a:visited {
		color: #85BB17;
	}
	
	#container .site h2 a:hover {
		color: #666666;
	}
	
	#container .block {
		background: #F4F4F4;
		border: 1px solid #FFF;
		-moz-box-shadow: 1px 1px 2px #999;
		-webkit-box-shadow: 1px 1px 2px #999;
		color: #333;
		float: left;
		margin: 10px 25px 10px 0;
		text-align: left;
		width: 300px;
	}
	
	#container .block h2 {
		color: #333;
		font-size: 20px;
		font-weight: normal;
		padding: 10px 5px 5px;
	}
	
	#container .block p {
		text-align: justify;
		line-height: 18px;
		padding: 5px;
	}
	
	#container .block img {
		border: 0;
	}
	
#footer {
	bottom: 0;
	height: 60px;
	margin: 15px 0 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

	#footer a, #footer a:visited {
		color: #89C018;
	}
	
	#footer a:hover {
		color: #333;
		text-decoration: none;
	}

	#footer p {
		color: #333;
		font-size: 11px;
		line-height: 30px;
	}
	
	#footer p .copy {
		color: #999;
	}