body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 10pt;	
}
	
	
#header {
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 100
	font-family: Helvetica, Arial;
	font-size: 9pt;
}

p {
	font-family: Helvetica, Arial;
	font-size:11px;
	font-style: italic;
}

#main 
{
 position: relative;
 top: 10;
}
#logo {
	 vertical-align: bottom;
}

#paragraph1 {
	position:relative;
	top:10;
}
#logotext {
	color:#003366;
	font-family:Papyrus, Arial;
	font-size:20px;
	font-style: normal;
}



#footer {
		color:#aaaaaa;
		font-size:9px;
	    position: absolute;
	    bottom: 0;
}
