#topBanner      {
                position: relative;
                width: 100%;
                min-height: 80px;
                background-color: aliceblue;
                }
#tbCentered     {position: relative;
                 width: 900px;
                 height: 80px;
                 margin-left: auto;
                 margin-right: auto;
                 }
#logo           {position: absolute;
                 top: 0px;
                 left: 0px;
                 width: 255px;
                 height: 75px;
                }

#indexBG        {position: absolute;
                 top: 0px;
                 left: 50px;
                 height: 500px;
                 width: 800px;
                 }
                 
#login          {position: absolute;
                 top: 0px;
                 left: 0px;
                 height: 100px;
                 width: 300px;
                 z-index: 10;
                }       
#pageOutLine    {position: relative;
                width: 900px;
                min-height: 300px;
                margin-left: auto;
                margin-right: auto;
                border: 1px solid #dddddd;
                }
#pageTopBorder      {position: relative;
                 width:900px;
                 height: 0px;
                 background-image: url(images/top_border.jpg);
                }         
#pageBottomBorder   {position: relative;
                 width:900px;
                 height: 0px;
                }  
#pageBody       {position: relative;
                 width:900px;
                 min-height: 300px;
                } 
#layer1Header   {position: relative;
                 width: 900px;
                 height: 80px;
                 background-color: #eeeeee;
                 border-bottom: 1px solid #dddddd;
                }
#layer1Body     {position: relative;
                 width: 900px;
                 min-height: 550px;
                } 
#userCred       {position: absolute;
                 top: 10px;
                 left: 650px;
                 width: 250px;
                 min-height: 40px;
                 font-size: 10pt;
                } 
#layer1Footer   {position: relative;
                 width: 900px;
                 min-height: 130px;
                 background-color: #eeeeee;
                 border-top: 1px solid #dddddd;
                }                 
    

body		{background-color:  #ffffff;
                 margin-top: 0px;
                 margin-left: 0px;
                 margin-right: 0px;
                 font-size: 11pt;
                 font-family: Calibri;
                }

