/* CSS Document */

body {	
	text-align: center;
    margin: 0;
	width: 100%;
	background: #e6dff2;
}
a:link { 
	color: #506da8;
	text-decoration: none;
	}
a:visited { 
	color: #506da8;
	text-decoration: none;
	}
a:hover { 
	color: #506da8;
	background-color: none;
	text-decoration: none;
	}
a:active { 
	color: #506da8;
	text-decoration: none;
	}
#wrapper {
	border-top: 4px solid #f3ede8;
	border-bottom: 4px solid #f3ede8;
	border-right: 4px solid #f3ede8;
	border-left: 4px solid #f3ede8;		
	width: 800px;
	height: 1000;
    font-family: Verdana;
	font-size: 12px;
    background: #FFFFFF url(images/cf_header_800x500.jpg) no-repeat; 
    color: #000000;
}
#header {	
	width: 600px;
	height: 200px;
	padding: 0px 0px 0px 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    background: none; 
    color: #000000;
}
#contentcontainer {
	width: 800px;
	height: 500px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: none;
}
#contentleft {
	text-align: right;
	width: 180px;
	height: 500px;
	float: left;
	margin-top: 63px;
	margin-bottom: 30px;
	margin-left: 22px;
	background: none; 
}
#contentright {
	text-align: left;
	width: 470px;
	height: 500px;
	float: left;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 75px;
	background: none; 
}
#contentrightlogos {
	text-align: left;
	width: 70px;
	height: 500px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: none; 
}
#footer {
	align: bottom;
	width: 800px;
	height: 400px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
    background: url(images/cf_footer_800x400.jpg) no-repeat;
}
#copyright {
    font-family: Verdana;
	font-size: 10px;
    background: none; 
    color: #000000;
}	
