@charset "utf-8";
/* CSS Document */
<style type="text/css">
	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		background:#ffffff;
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}
		
		#footercontent {
	position: absolute;
	left:24px;/*was 190*/
	top:680px;/* should be 670 just moved it */
	width:200px;
	visibility: visible;
	height: 195px;
		}

		
	#bottomspacer {
	position: absolute;
	left:20px;
	top:600px;
	width:800px;
	height:20px;
	background-color:#0000000;
		}
	
	#banner {
		position:absolute;
		height:40px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		border-bottom:1px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:39px;
		border:1px solid #ffffff;
		}
		
#lettertext {
	position: absolute;
	left:130px;
	top:50px;
	width:552px; 
	height:115px; 
	z-index:5;
	}
		/*Images*/
	#letter {
	position: absolute;
	left:101px;
	top:24px;
	width:600px;
	height:525px;
	z-index: 2;

		}
	html>body #banner {
		height:39px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:16px;
		padding-top:10px;
		font-family:Ariel;
		}
		
		}
	#banner h1 {
		font-size:16px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:10px
		}
		
	.maintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-style: normal;
	font-weight: normal;

	}
	.sheltersheader {
	color:#00ADEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	}
	/*Content*/
	#image{
	position: absolute;
	left:450px;
	top:250px;
	z-index: 3;}
	#table{
	position: absolute;
	left:250px;
	top:530px;
	background-color:#ffffff;
	z-index: 3;}
	#plan{
	position: absolute;
	left:620px;
	top:550px;
	background-color:#ffffff;
	z-index: 3;}
	#downloadbox {
	position: absolute;
	left:770px;
	top:530px;
	}
</style>

