
/*******************************************
 *  Core CSS written by Steve Banham 2006  *
 *******************************************/

/******************************************* 
body {
    background-color: #DBF3FF;
    color: #000000;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1em;
    padding: 0;
    margin: 0;}
********************************************/
html, body, #contents { 
    min-height: 100%;
    width: 100%;
    height: 100%;}
    
html>body, html>body, #contents {
    height: auto;}
    
body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1em;
    padding: 0;
    margin: 0;}

#contents {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;}
    
#header {
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;}
 
#main {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 35px;
    margin-bottom: 50px;
    height: auto;}

#main {
    position: relative;}
    
#footer {
    width: 100%;
    z-index: 1;
    positiong: absolute;
    bottom: 0;
    left: 0;}

.headertop {
    background-color: #95B7CD;
    color: #FFFFFF;
    font-style: italic;
    whitespace: nowrap;
    border-bottom: solid #000000 1px;}
    
.footerbottom {
    background-color: #95B7CD;
    font-size: 0.8em;
    font-style: italic;
    color: #FFFFFF;
    whitespace: nowrap;
    border-top: solid #000000 1px;}
    
.normal {
    font-size: 0.9em;
    line-height: 1.7em;
    whitespace: nowrap;}

.important {
    font-size: 0.9em;
    line-height: 1.7em;
    font-style: italic;
    font-weight: bold;
    whitespace: nowrap;
    text-align: center;}
    
.title {
    font-size: 0.9em;
    line-height: 1.7em;
    font-weight: bold;
    whitespace: nowrap;}
    
.code {
    font-size: 0.9em;
    line-height: 1.7em;
    font-family: Courier, "Courier New", monospace;
    whitespace: nowrap;}
    

h1 {
   color: #762B02;
   font-size: 1.1em;
   text-align: left;
   font-style: italic;}

h2 {
    font-size: 1.3em;
    font-style: italic;}