body {
    margin: 0em;
    padding: 0em;
    background: white none;
    color: black;
    font-family:Palatino,serif;
    font-size: normal;
}


.invisible {
    display: none;
}


#fixed {
    position: relative;
    top: 0;
    left: 0;
    width: 14em;
    height: 100%;
    background: #0033cc;
    color: black;
    padding: .5em
}


body > #fixed {
    position: fixed;
}


#content {
    margin-left: 15em;
    padding: 1em;
    font-family: Palatino, serif;
    font-size: normal;
    line-height: 1.5;
}

#text {
    margin-left: 18em;
    padding: 1em;
    font-family: Palatino, serif;
    font-size: small;
    line-height: 1;
}

#footer {
       
        position: relative;
	bottom: -2px;
	background-color: #ffffff;
	width: 70%; /* See note below */
	text-align: center;
	padding: 0 15%;}

.center { text-align: center; }
h1 { font-size: 1em; text-align: center; color: #106bc9; }
h2 { margin-top: 0.1em; }
a:link { background: transparent none; color: #106bc9; }
a:visited { background: transparent none; color:black; }
a:active { background: transparent none; color: green; }
a:hover { background: transparent none; color: green; }


#fixed a {
    display: block;
    text-decoration: italic;
    padding: 0.1em;
    background: #0033cc none;
    color: white;
    font-weight: bold;
    font-size: 16pt;
    margin-bottom: 1px;
}

pre {
    font-family: palatino;
    font-size: large;
    font-weight: bold;
    background: transparent none;
    color: #106bc9;
}


div.address {
    border-top: 2px solid black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


div.address img {
    border: 0px;
    text-align: left;
}

.mybutton   {border-style: inset;
        border-color: #106bc9;
        background-color: #1033bb;
        text-decoration: none;   
        width: 100%;
        text-align: center;}
  
 .buttontext {color:white; 
                text-decoration:none;   
                font: italic 16pt palatino linotype; font-weight: bold; 
               }

P {text-indent: 30pt; font-size: 1.2em}

#res {text-indent: 1em font-size: small}

#header {
       
        position: relative;
	top: 0px;
	background-color: #ffffff;
	width: 100%; /* See note below */
	text-align: center;
	padding: 0 20%;}


