@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4C4C4C;
}
body {
	background-color: #FFF;
	background-image: url(images/brushmetal2.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 26px;
}

.container {
	width: 900px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.header {
	height: 176px; 
	background-image:url(images/banner-bg.jpg);
	margin: 0;
	padding: 0;
}

.headline {
	width: 500px;
	padding: 5px 48px;
	float: left;
}

.nav {
	width: 220px;
	margin: 20px;
	float: right;
	text-align: center;	
}

.blockcontent {
	width: 700px;
	margin: 10px 12px 10px 70px;
	float: left;
	min-height: 300px;
}

.column {
	width: 350px;
	margin: 10px 12px 10px 70px;
	float: left;
	min-height: 400px;
}


.footer {
	width: 900px;
	height: 150px;
	background-image:url(images/footer.jpg);
	font-size: .8em;
	clear: both;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a:link {
	color:#22B4E3;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #22B4E3;
}
a:hover {
	text-decoration: underline;
	color: #0F4975;
}
a:active {
	text-decoration: underline;
	color: #174DA4;
}


h1 {
	font-family: "Bell MT", Times, serif;
	font-size: 44px;
	color: #0F4975;
	margin: 6px;
}
h2 {
	font-family: "Bell MT", Times, serif;
	font-size: 24px;
	color:#0F4975;
	margin: 8px;
}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#14B7D3;
	margin-bottom: 12px;
}

ul {
	list-style:none;
	margin: 0;
	padding-left: 5px;
}


	