﻿

        #maincol {
                 padding : 0;
                 text-align:center;
                 clear: both;
                 margin-left:auto;
                 margin-right:auto;
                 position : relative;
                } 

        #header{
        clear: both;
        position:relative;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
        height:45px;
        background-color : #cccccc;
        width:900px;
        } 
        
        #layer1 {
            clear: both;
             font-family : Arial;
             font-size : medium;
             width : 90%;
             text-align:left;
             background-color : white;
             font-weight : normal;
             margin-left: 10px;
             margin-right: 20px;
            }
            
            
       #layer2 {
             clear: both;
             font-family : Arial;
             font-size : medium;
             width : 95%;
             margin-top: 20px;
             margin-left:30px;
             margin-right:20px;
             text-align:center;
             font-weight : normal;
            }
            
        #layer2 p {
            font-family: Arial;
            font-size: medium;
            font-weight:normal;
            text-align: left;
        }
                
        #layer4 {
         font-family : Verdana;
         font-size : medium;
         background-color : white;
        }
       
        #Structure {
          width : 900px;
         }
         
         #Structure1 {
             width : 900px;
         }
         
        #footer {
        clear: both;
        height:5px;
        border-width:1px 0 0 0;
        margin:0;
        position:static;
        }
        
        body {
         font-family: Arial, Sans-Serif;
         font-size : 75%;
         font-weight : bold;
         margin-left : 20px;
         margin-right : 1in;
         margin-top : 10px;
         font-size : 75%;
        }
        
        p.format {text-align:left;align:center}
        