html { 
height: 101%; 
/* margin-bottom: 1px; */ 
}


body { 
margin: 0; 
background: #f2f0e1; 
font-family: tahoma; 
font-size: 11px;
}

a:link    {font-family: Tahoma; font-size: 11px; color: #000000; text-decoration: none}
a:visited {font-family: Tahoma; font-size: 11px; color: #000000; text-decoration: none}
a:active  {font-family: Tahoma; font-size: 11px; color: #000000; text-decoration: none}
a:hover   {font-family: Tahoma; font-size: 11px; color: #000000; text-decoration: underline}


#wrapper {
background-color: #f2f0e1;
color: black;
margin: 10px 40px 30px 40px;
padding: 0px;
width:768px;
height:100%;
}


#navheader {
background-color: #ffffff;
margin: 0px;
padding: 3px;
border: 1px solid #555CAA;
}


#navheader ul {
margin: 0;
padding: 0px 10px 0px 0px;
text-align: right;
color:black;
}


#navheader li {
display: inline;
font-size: 12px;
font-weight: bold;
}

#navheader li a {
display: inline;
font-size: 12px;
font-weight: bold;
}

#header {
text-align: center;
}


#headerBorder {
background-image: url(../images/header_border.jpg); 
background-repeat:repeat-x}


#main {
position:relative;
	align:center;
    text-align: left; 
    background-color: #ffffff;
    margin: 0px;
    padding: 20px 0px;
	width:768px;
height:540px;
background-image: url(../images/main_bg.gif); 
background-repeat:repeat-y};


}


#sidebar {
padding: 5px 0px 0px 0px;
margin: 0px;
}


#sidebarcontent {
width: 170px;
line-height: 1.5em ;
text-align: center;
}


#sidebarcontent ul {
padding: 0px;
margin: 0px;
color:black;
}


#sidebarcontent li {
display: block;
font-size: 11px;
font-weight: bold;
padding: 3px;
margin: 0;
list-style: none;

}


#mainPane {
position: absolute;
width: 598px;
   /* height: 375px; */
padding: 15px 0px 0px 10px;
margin: 0px;
top: 0;
right: 0;

}


#mainContent {
padding: 10px 10px 10px 20px;
font-size: 11px;
line-height: 1.3em;
text-align: justify;
}


.boldheadline {
font-weight: bold;
}

#mainsplit {
border-top: 1px dotted #555CAA;
padding: 10px;
}


#lowerPane {
padding: 10px;
position:relative;
}

#lowerLeft {
position: absolute;
top: 0;
left: 0;
padding: 5px 15px 10px 20px;
width: 45%;
text-align: left;

}

#lowerCenter {

position: absolute;
width: 10%;
padding: 5px;
border-left: 1px dotted #555CAA;
}


#lowerRight {
position: absolute;
top: 0;
right: 0;
padding: 5px 15px 10px 20px;
width: 45%;
text-align: left;

}



#footer {
background-color: #f2f0e1;
    clear:both;
    text-align: center;
    margin: 0px;
    color: Gray;
}


#footerBorder {
background-image: url(../images/footer_border.jpg); 
    background-repeat:repeat-x;
clear: both;
    }
    

#footer a {color: Gray}
