@charset "utf-8";
/* CSS Document */
/*body {
	height:100%;
}*/
.intro {
	height: 180px;
	padding:10px;
	z-index:99;
	background-color:#CF6;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.site_header {
	height:180px;
	padding:10px;
	z-index:99;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:48px;
	color:#FFF;
	font-weight:bold;
}
.implementation {
	padding:10px;
	height: 750px;
	z-index:1;
	background:#C2DFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
#declaration {
	height:750px;
	padding:10px;
	z-index:1;
	background:#C2DFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
.body_text {
	z-index:1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:normal;
}

