/*
*/


body{
	background: #FFF;
	padding:0;
	margin:0;
}

div#identity{
	height:144px; width:780px;
	margin:0 auto;
	background: #B4B2B3 url(images/CWC_head.jpg) no-repeat bottom center;
	border:1px solid #008EA9;
	border-top: none;
	border-bottom: none;
	background-position:bottom;
}

div#container{
	clear:both;
	width:780px;
	border:1px solid #008EA9;
	border-top:none;
	border-bottom:none;
	margin:0 auto;
	padding-bottom:3em;
	background: #fff;
}
	div#copy{
		float:left;
		display:inline;
		width:360px;
		padding:25px 40px 0 25px;
	}
	div#lead{
		clear:right;
		float:left;
		display:inline;
		width:290px;
		padding: 25px;
		margin:2.6em 0;
		background-color:#f0f0f0;
		border:1px solid #008EA9;
		border-left:none;
		border-right:none;
	}

div#footer{
	clear:left;
	width:780px;
	padding:0 0 3em 0;
	margin:0 auto;
	color:#fff;
	background:#008EA9;
	border: 1px solid #008EA9;
	border-top: none;
}
	div#footer span.clear{
		margin:0;
	}
	
	
span.clear{
	clear:both;
	display:block;
	height:.01em;
	margin-bottom:-1.6em;
}

div.javaError {
	position: absolute;
	left: 100px;
	top: 50px;
	display: block;
	border: 5px outset #f00;
	width: 30em;
	text-align: center;
	background-color: #fff;
	padding: 1em;
	z-index:10;
}
