body {  
    font: 8pt Arial, Helvetia, Sans-Serif;  
    background-color: #ffffdd;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #000000;
}
img {
border: none;
}
div#rending {
    position:absolute;
    background-color: #29319f;	
    border-left: 2px solid #4451ff;
    border-right: 2px solid #13174d;
    border-bottom: 2px solid #13174d;
    left: 50%;
    width: 20px;
    height: 493px;
    margin-left: 540px;
}
div#lending {
    position:absolute;
    background-color: #29319f;	
    border-left: 2px solid #4451ff;
    border-right: 2px solid #13174d;
    border-bottom: 2px solid #13174d;
    left: 50%;
    width: 12px;
    height: 493px;
    margin-left: -416px;
}
div#lheader {
    position:absolute;
    left: 50%;
    width: 200px;
    border: 0px;
    height: 110px;
    float: left;
    text-align: right;
    margin-left: -400px;
    background-color: #ffdd20; 
    background-image: url('./Style/lheader.jpg');
    border-bottom: 1px solid #ffffff;
}
div#lmenu {
    font-size: 10pt;
    position:static;
    width: 168px;
    border-left: 2px solid #ffad0f;
    border-top: 2px solid #ffad0f;
    border-right: 2px solid #997700;
    border-bottom: 2px solid #997700;
    background-color: #ffc600; 
}
div#lpipe {
    font-size: 10pt;
    font-weight: normal;
    position:absolute;
    left: 50%;
    width: 200px;
    height: 21px;
    margin-left: -400px;
    margin-top: 110px;
    text-align: center;
    background-color: #ffc600;	
    border-top: 2px solid #ffad0f;
    border-bottom: 2px solid #997700;
}
div#lcol {    
    font-size: 10pt;
    font-weight: normal;
    position:absolute;    
    left: 50%;
    width: 200px;
    margin-top: 144px;
    margin-left: -400px;
    border: 0px;
    background-color: #ffffdd;    
}    
div#btwncol {
    font-size: 10pt;
    font-weight: bold; 
    color: #FFFFFF; 
    position:absolute;
    width: 71px;
    left: 50%;
    border-right: 2px solid #13174d;
    border-bottom: 2px solid #13174d;
    border-left: 2px solid #4451ff;
    height: 493px;
    text-align: center;
    margin-left: -200px;
    background-color: #29319f; 
}
div#rheader {
    position:absolute;
    width: 670px;   
    left: 50%;
    height: 111px;
    margin-left: -125px;
    background-color: #ffdd20; 
    background-image: url('./Style/rheader.jpg');
    border-bottom: 1px solid #ffffff;
}
div#rmenu {   
    font-size: 10pt;
    font-weight: normal;
    position:absolute;
    width: 670px;
    left: 50%;
    height: 24px;
    text-align: center;
    margin-left: -125px;
    margin-top: 110px;
    background-color: #ffc600;	
    border-top: 2px solid #ffad0f;
}
div#content {  
    font-size: 10pt;   
    font-weight: bold;
    position:absolute;
    width: 635px;
    height: 100%;
    left: 50%;
    margin-left: -111px;
    margin-top: 151px;
   
}

div#contentWelcome {  
    font-size: 10pt;   
    font-weight: bold;
    position:absolute;
    width: 635px;
    height: 850px;
    left: 50%;
    border-left: 2px solid #ffad0f;
    border-top: 2px solid #ffad0f;
    border-right: 2px solid #997700;
    border-bottom: 2px solid #997700;
    margin-left: -111px;
    margin-top: 151px;
    background-color: #ffc600;
}

div.menuitems {
    margin: 0px 0px 0px 10px;
}
h1 {
    border-bottom: 1px solid black;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 1.0em;
}
#rmenu table {
    padding: 0px 0px 0px 0px;
    spacing: 0px 0px 0px 0px;
}
#lpipe table {
    padding: 0px 0px 0px 0px;
    spacing: 0px 0px 0px 0px;
}
#lmenu table {
    text-align: left;
    margin-left: 5px;
    margin-top: 5px;
}
#rmenu td{
    border-bottom: 2px solid #997700;
    width: 130px;
}
a {
    color: #29319f;
    text-decoration:none;
    font-weight:bold;
}
a:hover {
    color: #0076A3; 
    background: #ffd800;
}
div#lcol a:hover {
    color: #0076A3;
    background: #ffd800;
} 
div#lmenu a:hover {
    background: #ffd800;
}


