﻿body {
  margin:0;
  border:0;
  padding:0; 
  background:#eee;
  text-align:center;
  font-size:14px; 
  font-family:Trebuchet,Verdana,Sans-Serif; 
  overflow: auto; 
  }

#heade { 
  top:0;
  left:50%; 
  margin-left:-472px;
  width:944px; 
  height:50px;
  position:absolute; 
  overflow:hidden; 
  text-align:center;
  font-size:100%;
  background:#41A317;
  border-top: 1px solid buttonhighlight; 
  border-left: 1px solid buttonhighlight; 
  border-bottom: 1px solid buttonshadow; 
  border-right: 1px solid buttonshadow; 
  border-style: ridge;
  color:#eef;
  }

#ad { 
  top:54px; 
  left:50%; 
  margin-left:-472px;
  width:941px; 
  height:22px;
  position:absolute; 
  border-left: 3px solid #41A317;
  border-right: 3px solid #41A317; 
  overflow:hidden; 
  text-align:center;
  font-size:90%;
  background:#e0e0e0;
  color:#eef;
  }

#md { 
  top:77px; 
  left:50%; 
  margin-left:-472px;
  width:941px; 
  height:32px;
  position:absolute; 
  border-left: 3px solid #41A317;
  border-right: 3px solid #41A317; 
  z-index:1;
  overflow: visible;
  text-align:center;
  font-size:90%;
  background:#e0e0e0;
  color:#eef;
  }
  
#sbar{
  top:110px; 
  left:50%; 
  margin-left:-472px;
  width:180px; 
  height:900px;
  position:absolute;
  border-left: 3px solid #41A317;
  overflow:hidden; 
  font-family: Trebuchet,Verdana,Sans-Serif;
  text-align:left;
  font-size: 100%;
  background:#E6E6E6;

  }


#mh { 
  top:110px; 
  left:50%; 
  margin-left:-282px;
  width:754px; 
  height:140px;
  position:absolute; 
  border-right: 3px solid #41A317; 
  overflow: visible;
  text-align:center;
  font-size:102%;
  background:#e0e0e0;
  }
  
#main	{ 
    top:250px; 
    left:50%; 
    margin-left:-282px;
    width:356px;
    height:660px;
    position:absolute;
    overflow:hidden; 
    text-align:center;
    font-size:100%;
    background: #f6f6f6; 
}


#rbar {
  top:250px; 
  left:50%; 
  margin-left:82px;
  width:256px; 
  height:660px;
  position:absolute;
  overflow:hidden; 
  text-align:center;
  font-size:100%;
  background:#f6f6f6;
  }
  
 #rline {
  top:250px; 
  left:50%; 
  margin-left:346px;
  width:126px; 
  height:660px;
  position:absolute;
  border-right:3px solid #41A317;
  overflow:hidden; 
  text-align:center;
  font-size:100%;
  background:#E6E6E6;
  } 

#footer {
  top:905px;  
  left:50%; 
  margin-left:-472px; 
  width:944px; 
  height:180px;
  position:absolute; 
  overflow:hidden; 
  text-align:center;
  font-size:100%;
  background:#41A317;
  border-top: 1px solid buttonhighlight; 
  border-left: 1px solid buttonhighlight; 
  border-bottom: 1px solid buttonshadow; 
  border-right: 1px solid buttonshadow; 
  border-style: ridge;
  }

* html body {
  padding:0px 0 0px 0; 
  }
 a {
 color:#0066CC;
} 
			
a:hover {
  background-color: rgb(255, 255, 0);
  color:#41A317;
} 
 
td.off {
background: #e6e6e6;
}

td.on {
background: #C3D9FF;
}