﻿html {
/* height:100%; /* fix height to 100% for IE */
/* max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
font-size:80%; /*set default font size */
font-family:dauphin, arial, helvetica, sans-serif; /* set default font */
/* hide overflow:hidden from IE5/Mac */
/* \*/
/* overflow:hidden; /*get rid of scroll bars in IE */
/* */
background-image: url(purpleblue_marble.gif); background-repeat: repeat;
}

body {
/* height:100%; /* fix height to 100% for IE */
/* max-height:100%; /* fix height for other browsers */
/* overflow:hidden; /*get rid of scroll bars in IE */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background-image: url(purpleblue_marble.gif); background-repeat: repeat;

}

#content {display:block; height:100%; 
          /* max-height:100%; */
          padding-left:100px;
          /* overflow:auto; /* add scroll bars as required */
          z-index:3; /* allocate a suitable z-index */
          position:relative; word-spacing: normal;}
          
          
#header {position:absolute; margin:0; top:0; 
       display:block; width:100%; 
        height:40px;font-size:24pt; 
        background:#9999FF;
         color:#000;
         z-index:5;
    left:0;
}
#foot {/* position:absolute; */
margin:0; bottom:0; 
display:block; width:100%; 
       height:25px;  color:#000; text-align:right; font-size:10pt; 
       /* z-index:4; */
       background:#9999FF;
       border-top:1px solid #000;
    font-family: arial, Sans-Serif;
    left: -7px;
}
.pad1 {display:block; width:18px; height:50px; float:left;}
.pad2 {display:block; height:100px;}
#content p {padding:5px;}

p, h3, li
{ font-family: Arial, Sans-Serif; }

h1 
{font-size:24pt;
}

h2 {margin-left:5px;}
h3 {margin-left:5px;}

#second_level_content {position:relative; 
            width:90%;  
            margin:auto 10px auto 10px;  
            background-color: #ccccff;
            border:1px solid #9999FF}