html {
height:100%; 
max-height:100%;  
padding:0; 
margin:0; 
border:0; 
font-size:14px; 
font-family: trebuchet ms, arial, helvetica, sans-serif; 
background:#fff; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ }

body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0;}
#content {display:block; height:100%; max-height:100%; overflow:auto; padding-left:160px; position:relative; z-index:3;}
#head {position:fixed; margin:0; top:0; right:18px; display:block; width:100%; height:100px; background:url(../images/topLine_bg.gif) #eee; z-index:5; color:#fff;}
#foot {position:fixed; margin:0; bottom:-1px; right:18px; line-height:6px; display:block; width:42%; height:20px; background-color:#eee; color:#000; border-top:1px #808080 solid; border-left:1px #808080 solid; text-align:right; font-size:11px; z-index:4;}
#left {position:fixed; left:0; top:0; height:100%; width:160px; background:url(../images/leftLine_bg.gif) fixed left top #eee; color:#000; z-index:4;}
 .contact {font-family:arial,helvetica,sans-serif; font-size:12px; color:#000000; background-color:#ffffff; line-height:17px}
 .box {border-right:#ffffff 1px solid; border-top:#ffffff 1px solid; border-left:#808080 1px solid; border-bottom:#808080 1px solid; color:#000000; font-family:arial,helvetica,sans-serif; font-size:12px}
 .button  {font-size:9px; color:#000000; font-weight:normal; font-family:"ms sans serif",arial,helvetica,sans-serif; background-color:#cccccc; border-right:#000000 1px solid; border-top:#c0c0c0 1px solid; border-left:#c0c0c0 1px solid; border-bottom:#000000 1px solid}
 .description {padding-left:10px}

* html #head, * html #foot,* html #left {position:absolute;}

h1 {font-size:20px;}
h2 {font-size:16px;}
p {text-align:justify; line-height:24px}

#pad1 {display:block; width:18px; height:100px; float:left;}
#pad3 {display:block; width:18px; height:50px; float:left;}
.pad2 {display:block; height:100px;}

#content p {padding:5px;}

.bold {font-weight:bold;}

#menu a, #menu a:visited {
  text-decoration:none;
  text-align:center;
  background-color:transparent;
  color:#000;
  display:block; 
  width:105px; 
  padding:2px;
  margin:3px auto;
  border-right:5px solid transparent;
  }
#menu a#current {
  border:#aaa solid;
  border-width:1px 5px 1px 1px;
  color:#000;
  background-color:#fff;
  font-weight:bold;
  }
#menu a:hover {
  border-right:5px solid #aaa;
  }