*{
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: #FFFFFF;
	}
	
.clear { clear: both; }
	
div#pagewrap{
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	background: url(Images/sidebars.jpg) center repeat-y;
	}
	
	div#contentwrap{
		width: 800px;
		margin: 0 auto;
		text-align: left;
			}
	
		div#header{
			height: 240px;
			background: url(Images/banner.jpg) no-repeat;
			}
		
		a{
			color: #2E5980;
			text-decoration: none;
			}
		
		h1{
			color: #2E5980;
			font-size: 1.6em;
			line-height: 1.8em;
			text-transform: uppercase;
			}
			
		h2{
			color:#2E5980;
			font-size: 1.4em;
			line-height: 1.5em;
			}
			
		h3{
			color: #2E5980;
			font-size: 1.2em;
			line-height: 1.3em;
			}
			
		a:hover, a:active{
			text-decoration: underline;
			}
	
		ul#nav{
			height: 40px;
			background: url(Images/navbar.jpg) no-repeat;
			list-style: none;
			text-align: left;
			}
	
			ul#nav li {
				display: inline;
				font-size: 1.2em;
				}
	
			ul#nav li a {
				display: block;
				padding-left: 30px;
				height: 20px;
				float: left;
				margin-top: 13px;
				color: #787878;
				font-weight: bold;
				text-decoration: none;
			}
	
			ul#nav li a:hover, ul#nav li a:active {
				color: #2E5980;
			}
	
		div#content{
			padding: 20px;
			}
	
			div#content .bluecon{
				width: 760px;
				margin-bottom: 20px;
				text-align: right;
				background: url(Images/blue_bg.jpg) right repeat-y;
				color: #787878;
				font-size: 1.2em;
				line-height: 1.3em;
			}
				.bluecon-left{
					float: left;
					width: 380px;
					padding: 0 0 20px 20px;
					}
				.bluecon-right{
					float: right;
					width: 330px;
					padding: 0 20px 20px 10px;
					}
	
			div#content .greencon{
				width: 760px;
				margin-bottom: 20px;
				text-align: left;
				background: url(Images/green_bg.jpg) left repeat-y;
				color: #787878;
				font-size: 1.2em;
				line-height: 1.3em;
				}
	
				.greencon-left{
					float: left;
					width: 380px;
					padding: 0 0 20px 20px;
					}
				.greencon-right{
					float: right;
					width: 315px;
					padding: 0 20px 20px 0;
					}
				.greencon-full{
					padding: 0 80px 20px 80px;
					}
	
		.benefits{
			list-style: square;
			margin-left: 12px;
			padding-left: 12px;
			
			}
	
		.justify{
			text-align: justify;
			}
	
		.center{
			text-align: center;
			}
	
	
		div#footer{
			background: #C8C8C8;
			padding: 50px 40px 50px 40px;
			}
	
	
			div#footer div#footer-left{
				float: left;
				font-size: 1.2 em;
				line-height: 1.4 em;
				color: #787878;
				}
	
			div#footer div#footer-right{
				float: right;
				}
