/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
 background-color: #fff;
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 14px;
 color: #4F5155;
}

a {
 color: #003399;
 background-color: transparent;
 font-weight: normal;
}

.page_container {
	display:block;
	width:100%;
}

.header {
	background:#218B03 url(../images/green.gif) repeat-x scroll left top;
	color:#EEEEEE;
	display:block;
	height:113px;
	padding:0;
	text-align:center;
}

.header a {
	color:#fff;
	font-size:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a.logo {
	background:transparent url(../images/logo.gif) no-repeat left top;
	display:block;
	float:left;
	height:34px;
	margin:20px 0 0 30px;
	text-indent:-10000px;
	width:140px;
}

.intro {
	background-color:#EEEEEE;
	border:1px dashed #CCCCCC;
}

.history, .design, .how, .benefits, .benefits, .contributors, .contributor, .copyright {
	display:block;
	margin:20px;
}

.copyright {
	border-top:1px dashed #CCCCCC;
	text-align:center;
	padding:10px 0 30px 0;
}

/*.email {
	background-image:url(../images/email.gif);
	display:block;
	width:168px;
}*/

.google_units {
	background:#228D03 !important;
	clear:both;
	display:block;
	float:left;
	margin-top:20px;
	width:728px;
}

.google_468_60_top {
	background:#218B03 !important;
	float:right;
	display:block;
	height:60px;
	overflow:hidden;
	width:468px;
}

.footer_banner {
	background:#ffffff !important;
	display:block;
	height:90px;
	margin:0 auto;
	overflow:hidden;
	width:728px;
}

/*
helper are listed below
*/
/* Clear Definition : life saver with floats */	
.clear {
	clear:both !important;
	line-height:0 !important;
	height:0 !important;
	font-size:0 !important;
	display:block !important;
	float:none !important;
	margin:0 !important;
	padding:0 !important;
	}
/* END: ----------------------- */

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.yellow {
	color:#ff0;
}

.margin20 {
	margin:20px;
}

.padding10 {
	padding:10px;
}

/* manual setting for headers, paragraphs etc */
h1,h2,h3,h4,h5,h6,p {
	margin-bottom:10px;
}
h4 {
	font-size:14px;
}
p {
	line-height:20px;
}