@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
	}
body {
	font: 100% high tower text, geneva, georgia, sans-serif;
	line-height: 1.25;
	color: #555753;
	margin: 0;
	padding: 0;
	}
	
.disclosure {
	font-size:small
	}
	
.floatright { float: right; }
.floatleft { float: left; }
	
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CC9999;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #996699;
	}

#container {
	margin: auto;
	position: relative;
	min-height: 800px;
	}
#pageHeader {
	padding-top: 15px;
	background: url(images/xico_aheader.jpg) no-repeat top left;
	width: 800px;
	margin: auto;
	min-height: 500px;
	overflow: hidden;
}

#pageHeader h1 {
	margin-top: 120px;
	text-align: center;
	}
	
#pageHeader h2 {
	text-align: center;
	color: #999999;
	}
	
#supportingText {
	margin : 0 auto;
	width: 800px;
	text-align: right;
	}
	
#textbox1 {
	width: 700px;
	position: relative;
	text-align: left;
	display: inline;
	float: left;
	margin-top: 75px;
	margin-left: 115px;
	}
	
#textbox2 {
	width: 700px;
	float: right;
	position: relative;
	margin-right: 50px;
	}
	
#textbox3 {
	width: 650px;
	float: left;
	margin-left: 115px;
	text-align: left;
	position: relative;
	display: inline;
	}
	
#footer {
	background: url(images/xico_afooter.jpg) no-repeat bottom right;
	width: 800px;
	margin: auto;
	clear: both;
	min-height: 300px;
	}
	
#footerlinks {
	text-align:center;
	margin: 0 auto;
	clear: both;
	}
