html, body{
    font: 12pt Verdana, 12pt sans-serif;
    background: #AAFFD4;
    overflow-y: scroll;
}



#pagespace{
    min-height: 100%;
    
    height: auto !important;
    height: 100%;
    width: 100%;
    
    position: absolute;
    top: 0;
    left: 0;
    
    margin-bottom: -24px;
    
    min-height: 100%;
    min-width: 100%;
    
    font-family: Verdana, sans-serif;
}

.source{
    font-size: 8pt;    
}

#header{
    min-width: 960px;
    height: 83px;
    
    background-color: white;
    border-bottom: 6px double green;
}

#lefthead{
    position: relative;
    float: right;
}

#righthead{
    position: relative;
    float: right;
}

#marialang {
    width: 25%;
    height: auto;
}

#middle{
    text-align: center;
    
    min-height: 400px;
    width: 960px;
    
    margin: 20px auto 28px;
    padding-bottom: 30px; 
}

#middle h1{
    text-align: center;
    
    margin: 0 0 20px 0;
    
    text-decoration: underline;
    text-shadow: 6px 2px 6px grey;
}

#middle h2{
    text-align: left;
    
    margin: 0 0 10px 0;
    
    font-size: 16pt;
}

#middle p{
    text-align: left;
    margin-top: 0;
}


#nav{
    text-align: left;
    background-color: lightblue;    
    float: left;
    
    width: 200px;
    height: 250px;
        
    border: 1px solid #007FFF;
    border-radius: 10px;
}

#nav ul{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#nav li{
    font-family: Verdana, sans-serif;
    font-weight: bold;

    background-color: #F2F2F2;
    
    height: 1.5em;
    
    border-top: 1px solid #007FFF;
    border-right: 1px solid #007FFF;
    border-bottom: 1px solid #007FFF;
    
    margin-left: 0;
    margin-top: 4px;
    padding: 0.3em 1em 0;    
}

#nav li:focus{
    background-color: white;
}

#nav li:hover{
    background-color: white;
}

#nav a:link{
    color: black;
    text-decoration: none;
}

#nav a:visited{
    color:black;
    text-decoration: none;
}


#content{
    background-color: thistle;
    
    border: 1px solid violet;
    border-radius: 40px;

    text-align: center;

    width: 700px;
    
    margin-left: 230px;
    padding: 5px 10px 20px 10px;
    
    font-size: 12pt;
}

#content p{
    text-align: left;
    margin: 0 0 3em 0;
}

#content .lastText{
    margin: 0 0 10px 0;
}

#content ul{
    text-align: left;
    margin-left: 40px;
}

#push{
    height: 28px;
}

#foot{
    clear: both;

    text-align: center;
    font-size: 10pt;

    background-color: white;
    
    position: absolute;
    bottom: 0;
    
    height: 24px;
    min-width: 960px;
    width: 100%;
    
    margin: 0;
    
    border-top: 4px double green;
}

#footcont{
    width: 960px;
    height: 24px;
    
    margin: 0 auto;
}

#foot p{
    margin: 0 0 0 230px;         
    float: left;
}
