

/* Layout Stylesheet */ 
body{
 margin: 4px;
 padding:0; 
 background:#ebebeb;
 color: #000000;
 font-size:12px;
 }       
         
#lh-col{
 position:absolute;
 top:115px;
 left:0;
 width:162px;
 z-index:3;
 background:#eee;
 color: #333333;
 border: solid #ddd;
 border-width:1px 0px 0px 0px;
 }
 
 .text1 {
 font-family: verdana,arial;
 color: #404040;
 font-size: 12px;
 font-weight: normal;
 text-align: left;
 margin-left: 6px;
 margin-right: 3px;
 margin-top: 5px;
 margin-bottom: 6px;
 
 }

#rh-col{
 position:absolute;
 top:119px;
 right:0;
 width:162px;
 z-index:2;
 background:#eee;
 color: #333333;
 border: solid #ddd;
 border-width:0 0px;
 }

#c-block {
 width:100%;
 z-index:1;
 background:#eee;
 color: #333333;
 height:80%;}

#hdr {
 height:110px; 
 border-bottom:1px solid #ddd; 
 width:100%; 
 background:#eee;
 margin:0; 
 padding-top: 3px;
 padding-bottom: 2px;
 color: #858585;
text-align:center;
font-family: verdana,arial;
font-size:12px;
font-weight: 600; 
   }
  

#c-col{
 margin:0 162px 0 162px;
 position:relative;
 background:#fff;
 color: #000000;
 z-index:5;
 border: solid #ddd;
 border-width:0 2px;
 }

#ftr {
 width:100%px;
 height:35px;
 border: solid #F2C50D; 
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }
 
/*menu
 
//#navcontainer { width: 145px; margin-top: 1px; align:top;}

//#navcontainer ul
{
margin-top:1px;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: verdana, Helvetica, sans-serif;
font-size: 10px;
font-weight:600;
}

//#navcontainer a
{
display: block;
padding: 2px;
width: 147px;
background-color: #AC201F;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #B3B3B3;
color: #fff;
}*/
.td
{
font-family: verdana,arial;
font-size: 12px;
font-weight: normal;
text-align: left;
margin-left: 3px;
}
