* {
	padding : 0px;
	margin : 0px;
}

*.hidden {
	display : none;
}

div.header {
	background-image : url('images/logo.jpg');
	width : 322px;
	height : 59px;
	margin : 30px;
}

div.header h1 {
	display : none;
}

div.header * {
	display : none;
}

div.content, div.content-half {
	position : relative;
	
	top : 0px;
	color : black;
	font-size : 0.9em;
}

div.content-half {
	padding-left : 0px;
}

div.imageBox {
	float : left;
	margin : 30px;
}
div.grey {
	padding : 10px;
}
div.grey + div.grey {
	margin-top : 20px;
}

h2 {
	color : #04508C;
	text-transform : uppercase;
	font-size : 110%;
	font-weight : bold;
}
p {
	margin-top : 10px;
}

div.subNav {
	display : none;
}

div.footer div.left {
	float : left;
	
	width : 40%;
	padding-left : 30px;
	
	text-align : left;
}
div.footer div.right {
	float : right;
	
	width : 40%;
	padding-right : 30px;
	
	text-align : right;
}
div.footer a {
	color : #444444;
}
div.footer div.right {
	display : none;
}
