/* Test CSS */
/* For schoolspack */

body{
background-color: #ffffcc;
color: #000000;
font: small Arial, Verdana, sans-serif;
font-weight: 400;
margin: 0;
padding: 0;
}
a:link {color: blue}
a:visited {color: blue}
a:hover {color: gray}

#container{
 width: 99%;
 border: 0px solid green;
 margin: 0 0 0 0.5%; /* top right bottom left */
 padding: 0;
}

#leftcol{
 width: 11%;
 height: 600px;
 float: left;
 border: 0px solid blue;
 }
 
 #logo {
 position:relative;
 top:20px;
 width: 100%;
 margin-left:auto;
 margin-right:auto;
 }

 #btn {
 position:relative;
 top:50px;
 width: 100%;
 margin-left:auto;
 margin-right:auto;
 }
 
 #leftcol img.disp{
 display:block;
 margin-left:auto;
 margin-right:auto;
 } 
 

#centercol{
 position:relative;
 width: 88%;
 float: left;
 border: 0px solid red;
}

#center1{
 position:relative;
 width: 100%;
 font-size: 11pt;
 color: #000080;
 margin: 10px 0px 0px 0px;
 padding: 0;
 border: 0px solid green;
}

    #center1 p.cent{
     font-family: Tahoma;
     font-style: italic;
     text-align: center;
     font-size: 44px;
     margin-bottom: 50px;
     padding: 0;
    }

    #center1 p.subtitle{
    font-family: Tahoma;
    font-style: italic;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 80px;
    padding: 0;
    }
    
    #center1 p.left{
    text-align: left;
    font-size: 16px;
    font-weight:400;
    margin-left: 50px;
    margin-bottom: 20px;
    padding: 0;
    }
    
#center2{
 position:relative;
 width: 100%;
 font-size: 11pt;
 color: #000080;
 margin-top: 0px;
 padding: 0;
 border: 0px solid blue;
}

    #center2 p.subsection{
    font-size: 18px;
    font-weight:700;
    text-align:left;
    margin-top: 20px;
    margin-bottom: 1px;
    padding: 0; 
    }

    #center2 p.subsection2{
    font-size: 14px;
    font-weight:400;
    text-align:left;
    margin-top: 10px;
    margin-bottom: 1px;
    padding: 0; 
    }    

    #center2 table.type1{
    width:80%;
    border-collapse: collapse;
    border: 1px solid blue;
    margin-left:auto;
    margin-right:auto;
    margin-top: 50px;
    margin-bottom: 30px;
    }

    #center2 th.type1-1{
    width: 50%;
    height: 30px;
    font-size: 18px;
    text-align:center;
    border: 1px solid blue;
    }
    #center2 th.type1-2{
    width: 20%;
    height: 30px;
    font-size: 18px;
    text-align:center;
    border: 1px solid blue;
    }

    #center2 th.type1-3{
    width: 5%;
    height: 30px;
    font-size: 18px;
    text-align:center;
    border: 1px solid blue;
    }
    
    #center2 th.type1-4{
    width: 25%;
    height: 30px;
    font-size: 18px;
    text-align:center;
    border: 1px solid blue;
    }
    #center2 td.type1-1, td.type1-2, td.type1-3, td.type1-4{
    border: 1px solid blue;
    height: 20px;
    font-size: 14px;
    text-align: center;
    }
    #center2 td.type1-1a{
    width: 50%;
    height: 20px;
    font-size: 15px;
    padding-left: 20px;
    border: 1px solid blue;
    }
    #center2 td.type1-1b{
    width: 50%;
    height: 20px;
    font-size: 13px;
    text-indent: 30px;
    border: 1px solid blue;
    } 
       
    #center2 p.left{
    text-align: left;
    font-size: 16px;
    font-weight:400;
    margin-left: 50px;
    margin-bottom: 20px;
    padding: 0;
    }



