html, body 
{
    margin: 0; 
    padding: 0; 
    width: 100%; 
    height: 100%; 
    min-height: 100%;
    overflow: hidden;
}

body
{
    font-family: verdana,helvetica,arial,sans-serif;
    color: black;
}

#background
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

p
{
    text-align: justify;
    font-size: 90%;
    margin-top: 4px;
    margin-bottom: 15px;
}

p.frontPara
{
    text-align: none;
}

h1
{
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 0; 
    margin: 0; 
    margin-bottom: 5px;
    border: 0; 
}

h3
{
    font-size: 95%;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

#scroller 
{
    position: absolute; 
    margin: 0;
    padding: 0;
    border: 0;
    top: 0; 
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    z-index: 2;
} 

#content
{
    margin: 0;
    padding: 0;
    border: 0;
    position:relative;
    padding-left: 160px;
    padding-right: 30px;
}

.individualContent
{
    position:relative;
    top: -35px;
    width: 100%;
}

.curvy {
    position: relative; 
    width: 255px; 
    color: #000; 
    margin: 5em auto;
}

#ctl, #cbl, #ctr, #cbr 
{
    position:absolute; 
    width: 20px; 
    height: 20px; 
    opacity: 0.3;
    font-style:normal; 
    z-index:1;
}

.curvy em b {position:absolute; font-size:150px; font-family:arial; 
color:blue; 
    filter: alpha(opacity=30);
    opacity: 0.3;
line-height:40px; font-weight:normal;}
.curvy p {position:relative; z-index:100; padding:5px 10px;}

.curved
{
    position: relative; 
    left: -30px; 
    color: #44bb22;
    filter: alpha(opacity=30);
    opacity: 0.3;
    width:100px; 
    height:100px; 
    font-size:80px; 
    font-family:verdana;
    overflow: hidden;
    z-index: 3;
}

#tcbox
{
    position: absolute;
    top:51px;
    left:125px;
    filter: alpha(opacity=30);
    border:solid;
    border-width: 0px;
    height: 20px;
    width: 40px;
    color: green;
    overflow:hidden;
    z-index: 4;
}

#bcbox
{
    position: absolute;
    top:332px;
    left:125px;
    filter: alpha(opacity=30);
    iopacity: 0.3;
    border:solid;
    border-width: 0px;
    height: 20px;
    width: 40px;
    color: green;
    overflow:hidden;
    z-index: 4;
}

#fill
{
    position: absolute;
    top:71px;
    left:125px;
    height: 261px;
    width:19px;
    filter: alpha(opacity=30);
    opacity: 0.3;
    background-color: #44bb22;
}

#tc
{
    top:-34px;
}

#bc
{
    top: -56px;
}

#menu
{
    position: absolute;
    top: 51px;
    left: 0px;
    width: 125px;
    height: 300px;
    margin: 10px;
    padding: 0;
    border: 0;
    line-height: 200%;
    z-index: 4;
    overflow:hidden;
}

#menuBackground
{
    position: absolute;
    top: 51px;
    left: 0px;
    width: 125px;
    height: 300px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #44bb22;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

td
{
    vertical-align: top;
}

.dark
{
    text-decoration: none;
    font-weight: bold;
    opacity: 1.0;
    color: blue;
}

a
{
    text-decoration: none;
}

.menuLink
{
    color: black;
    text-decoration: none;
    font-weight: bold;
    opacity: 1.0;
}

.quickLanguage
{
    background-color: #dddddd;
    padding: 5px;
}

#mailSent
{
    position:fixed;
    top: 200px;
    left: 300px;
    background-color: #44bb22;
    margin: 15px;
    border:solid;
    border-width: 1px;
    padding: 5px;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

#mailSentText
{
    position:relative;
    left: 0px;
    margin: 15px;
    border:solid;
    border-width: 1px;
    padding: 5px;
    color:black;
    filter: alpha(opacity=100);
    opacity: 1.0;
}

#housemenu
{
    text-align: center;
    width: 100%;
    font-size: small;
    padding: 10px;

}

#imageTableDiv
{
    width: 100%;
    border-width: 1px;
    icolor:black;
    text-align: center;
}

.imageTable
{
    margin: 0 auto;
}

.imageField
{
    max-height: 100px;
    max-width: 150px;
    padding: 5px;
}

.allHeader
{
    position: relative;
    height: 57px;
    width: 500px;
    margin: 0px;
    padding: 10px;
    border: solid;
    border-width:1px;
    color: black;
    overflow: hidden;
}

#headerBack
{
    top: 20px;
    background-color: #44bb22;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

#headerText
{
    top: -60px;
    filter: alpha(opacity=100);
    opacity: 1.0;
}

#looseFooter
{
position:relative;
    text-align: center;
    font-size: 12px;
    z-index: 3;
    padding: 20px;
background-color:blue;
}

#ix
{
max-height:300px;
min-height:0px;
height:600px;
background-color:yellow;
}

#footer
{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 12px;
    z-index: 3;
    padding: 20px;
}
