h1, h2, h3, h4, h5 {
	margin: 0;
}

h1 {/*Main Heading*/
   font-size:300%;
   font-weight: bold;
   text-align:center;
   font-family: arial, helvetica;

}

h2 {/*Main Content*/
   font-size:100%;
   font-weight: normal;
   color:black;
   text-align: left;
   font-family: arial, helvetica;
}

h3 {/*Picture Captions*/
   font-size: 60%;
   font-weight: normal;
   text-align: center;
   font-family: arial, helvetica;
}

h4 {/*Page Top Links and Footer*/
   font-size: 100%;
   font-weight: normal;
   color: blue;
   text-align: center;
   font-family: arial, helvetica;
}

h5 {/* Red XXXX in Table*/
   color: red;
   font-size: 90%;
}

em {
   font-weight: bold;
   font-size:120%;
   color: black;
}

table.format1 {
	table-layout:auto;
	text-align: center;
}

#header {
   clear: both;
   width: 95%;
   margin: 1;
   position: absolute;
   z-index: -1;
}

#navigation {
   float: left;
   width: 150px;
   z-index: 0;
}

#pictures {
   float: right;
   width: 150px;
   z-index: 0;
}

#content {
   margin-left: 155px;
	
   margin-right: 155px;
   z-index: 0;
}

#footer {
   clear: both;
   width: 100%;
   margin: 0;
   position: absolute;
   z-index: -1;
}




