
div.banner {width: 75%; height: 125px; position: absolute; left: 12.5%;  
background-color: white;  text-align: right; 
font-size: 3em; color: red; font-style: italic; border-bottom-style: solid; 
border-bottom-color: blue; } 

h1 {font-size: .75em; color: black; padding-bottom: 0px; font-weight: normal;}

div.location {position: absolute; left:12.5%; top: 160px;}

div.navigation {position: absolute; left: 12.5%; top: 200px; line-height: 45px;}

div.graphics {position: absolute; left: 950px; top: 200px;}

body{background-color: white; font-family: arial, sans serif; }

div.introduction {position: absolute; left: 35%; top: 200px; width: 450px; 
 line-height: 25px; background-color: rgb(255,255,204); font-size: 1.5em; }
 
div.topics {position: absolute; left: 35%; top: 275px; 
background-color: rgb(255,255,204); width: 450px; text-align: center;}

a.homelink {color: blue;}

a.homelink:hover {color: red; }
a {text-decoration: none; color:blue;}

a.navlink {color: red;}

div.finstat {position: absolute; left: 450px; top: 200px; 
background-color: rgb(255,255,204); width: 450px; text-align: center; padding-bottom: 15px;}

div.format {position: absolute; left; 100px; top: 200px;}

h2 {font-family: arial, sans-serif; font-size: 2em;}
 
div.examples {position: absolute; left: 35%; top: 450px; 
background-color: rgb(255,255,204); width: 450px; text-align: center; color: red;}

form.finstat {float: top; 
background-color: rgb(255,255,204); width: 450px; text-align: center;}