/* Style sheet for gsecraif web site */
/* Timothy Evans */
body { 
    color: black; 
    font-family: sans-serif;
    font-size: 10pt;
/*background: LightSkyBlue;*/  
    }

h1 { font-size: 150%; text-align: left; background-color: silver; }
h2 { font-size: 130%; text-align: left; background-color: silver; }
h3,h4,h5,h6 { font-size: 125%; float: bottom; }
/*p { margin: 0.25em; }*/

p.footer {text-align: right; font-size: 80%; }

dl { margin: 0.5em; }
dd.features {font-size: 80%;}
ul { 
    /*margin: 0.25em; text-indent: 0em;*/
    list-style-type: none;
    }
/*li { margin: 0.25em; text-indent: 0em;}*/
.title {text-align: left; font-size: 300%; margin-top: 0;}

.download {font-size: 150%; color: black; background-color: red;}

div.container {
    /*width: 55em;  */
    margin-left: auto ;
    margin-right: auto ;
    background: White;
    /*background-image: url(Alpha_watermark2.png); 
    background-repeat: repeat; */
    }

div.header {background: silver; padding: 0; height: 100px; margin-top: 0; }

/* div.navigation {float: left; width: 15em; height: 40em; background: LightSkyBlue; } */
div.navigation {
    float: left; 
    width: 250px;
    height: 100%;
    background: LightSkyBlue;
    }

/* div.main {float: right; width: 40em;  background-image: url(Alpha_watermark2.png); background-repeat: repeat;  } */
div.main {
    margin-left: 250px;
margin-bottom: 0; 
    padding: 8px ;
/*    background: White;
    background-image: url(Alpha_watermark2.png); 
    background-repeat: repeat; */
    }

/* width: 40em; */
a:link{text-decoration:none;}

div.footer {
    clear: both;
padding: 0;
margin-top: 0;
margin-bottom: 0;  
    background: silver; 
    }
