
.navbarleft a{
	color:white !important;
}
body{
		background:#8c9b93;
		margin:20px 0px 20px 0px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	.container{
		background:white;
		width:880px;
		margin:0px auto auto;
		padding:32px 40px 32px 40px;
	}
	.header{
		width:880px;
		height:94px;
		display:block;
		overflow:hidden;
		margin-bottom:32px;
	}
	.headerleft{
		width:294px;
		height:94px;
		float:left;
		background:url(../img/C4P-Logo.jpg) no-repeat;
	}
	.headerright{
		width:586px;
		height:94px;
		float:right;
	}
	.navbar{
		height:45px;
		width:880px;
		display:block;
		overflow:hidden;
		background:#8c9b93;
		margin-bottom:32px;
	}
	.navbarleft{
		height:45px;
		float:left;
		line-height:45px;
		padding-left:20px;
	}
	.navbarright{
		height:43px;
		float:right;
		padding-top:2px;
		text-align:right;
	}
	.standardstop{
		width:880px;
		height:80px;
		display:block;
		overflow:hidden;
		margin-bottom:10px;
	}
	.standardstopblank{	
		width:146px;
		height:80px;
		float:left;
		margin-right:10px;
	}
	.standardstopgovernance{
		width:234px;
		height:80px;
		float:left;
		background:#ca016c;
		margin-right:10px;
	}
	.standardstoppartnership{
		width:236px;
		height:80px;
		float:left;
		background:#00718e;
		margin-right:10px;
	}
	.standardstopleadership{
		width:234px;
		height:80px;
		float:left;
		background:#8c9b93;
	}
	.content{
		width:880px;
		
		display:block;
		overflow:hidden;
		margin-bottom:32px;
	}
	.contentleft{
		width:146px;
		
		float:left;
		display:block;
		overflow:hidden;
		margin-right:10px;
	}
	.contentleftbox{
		width:146px;
		height:105px;
		margin-bottom:10px;
		background:#b1bb1c;
	}
	.contentleftboxgreen{
		width:130px;
		height:89px;
		margin-bottom:10px;
		background:#b1bb1c;
		padding:8px;
		background:url(../img/GreenBoxBG.jpg);
	}
	.contentleftboxpink{
		width:130px;
		height:89px;
		margin-bottom:10px;
		background:#ca016c;
		padding:8px;
	}
	.contentleftboxblue{
		width:130px;
		height:89px;
		margin-bottom:10px;
		background:#00718e;
		padding:8px;
	}
	.contentleftboxyellow{
		width:130px;
		height:89px;
		margin-bottom:10px;
		background:#f0b30d;
		padding:8px;
	}
	.contentleftboxdarkgreen{
		width:130px;
		height:89px;
		margin-bottom:10px;
		background:#008e7f;
		padding:8px;
	}
	.contentleftboxgrey{
		width:130px;
		height:89px;
		margin-bottom:10px;
		background:#8c9b93;
		padding:8px;
	}
	.contentright{
		width:709px;
		padding-top:15px;
		padding-left:15px;
		float:left;
		display:block;
		overflow:hidden;
	}
	.footer{
		width:880px;
		padding-top:20px;
		height:32px;
		display:block;
		overflow:hidden;
		border-top:1px solid #8c9b93;
	}
	.navbar img{
		border:0px;
	}
	h2{
		color:#434a46;
		font-size: 18px;	
	}
	a:link{
		color:#000;
		text-decoration:underline;
	}
	a:visited{
		color:#000;
		text-decoration:underline;
	}
	a:active{
		color:#000;
		text-decoration:underline;
	}
	a:hover{
		color:#b1bb1c;
		text-decoration:underline;
	}
	ol{ 
		list-style-type: none;
	}
	ol ol{
		list-style-type: circle;
	}
	/* FORM STYLING */
	.formlabel{
		color:#434a46;
		width:150px;
	}
	.formelement input{
		width:250px;
		border:1px solid #999;
	}
	.formelement textarea{
		width:325px;
		border:1px solid #999;
		height:150px;
	}
	.formelement select{
		border:1px solid #999;
	}
	.formelement .subbutton{
		width:200px;
		border:1px solid #999;
	}
