body{

font-size: 11px;
line-height:14px; font-family: courier; background-color: #fff; 
margin: 0;padding: 0;border: 0;
overflow: hidden;height: 100%; height: 100%; overflow:scroll;
}
/* frames////////////////// */

#header {
position:absolute;top:20px; left:20px;overflow: hidden; width:800px;/*Disable scrollbars. Set to "scroll" to enable*/
}

#content {
position: absolute;top: 100px; /*Set top value to HeightOfFrameDiv*/
left: 20px;
width:850px;
height:auto;
overflow:visible;

 }
 
 .cl {height:10px;}
.pagetitle, .contact-title {color: gray; font-weight:bold;}


/* header MENU////////////////// */

a:link {text-decoration:none;}
a {color:gray; text-decoration:none;}
a:hover {font-weight:bold;}
a:visited {color:gray;}
.active {color:black;}

#logo {display:inline; float:left;width:185px; margin-right:15px;border-bottom: 1px solid #d1d3d4;}
#logo p{margin:0; padding:0; line-height:30px; font-weight:bold;}

#menu li{display:table;float:left;border-bottom:1px solid #d1d3d4; width:185px; margin-right:15px; line-height:30px; }
#menu, #menu ul {display:inline;  list-style: none;   }


p {color:gray; line-height:15px;}

a img { border: none; }


#once { clear: left; }