@charset "utf-8";
/* CSS Document */

.p 	{
	color: #000000;
	font-size: 24pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

	a:link	{ 
		color: #154cda;
		font-size: 24pt;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: underline;
	}
	
	a:visited	{ 
		color: #154cda;
		font-size: 24pt;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: underline;
	}
	
	a:active	{ 
		color: #154cda;
		font-size: 24pt;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: underline;
	}

	a:hover	{ 
		color: #3d70f0;
		font-size: 24pt;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: underline;
	}

body, html 	{
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #000000;
	font-size: 24pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #ede7ea;
	}
	
div.main_container {
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	line-height: 100%;
	text-align: center;
}
	
div.const_container {
	background-color: #ffffff;
	height: 750px;
	width: 1024px;
	background-image: url('../images/cwi_construction.jpg');
}