body {
   font-family: sans-serif;
   margin: 10px;
}

#columnLeft {
   position: absolute;
   left: 10px;
   width:150px;
   top: 110px;
   background:#fff;
}
#columnInnerLeft {
   position: absolute;
   left: 20%;
   width:33%;
   top: 110px;
   background:#fff;
   text-align: left;
   border-width: 0;
}
#columnInnerRight {
   position: absolute;
   left: 54%;
   width:15%;
   top: 110px;
   background:#fff;
}

#columnRight {
   position: absolute;
   left: 70%;
   width:19%;
   top: 110px;
   background:#fff;
   padding: 0 0 0 20px;
}

h1 {
   font-size: 1.1em;
}

h2 {
   font-size: 1.0em;
}


.txtSmallGrey { font-size: 10px ; color: #505050; font-family: Verdana, Arial, Helvetica, sans-serif}

a:link, a:visited {
   text-decoration: none;
   color: blue;
}

a:hover {
   text-decoration: underline;
}

#leftmenu {
   font-size:0.8em;
   font-weight: bold;
   width: 12em;
   padding: 0 0 0 10px;
}

#leftmenu ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#leftmenu ul li {
   padding: 0 0 5px 0;
}

#columnInnerRight {
   font-size:0.9em;
   padding: 0;
}

#columnInnerRight ul {
   list-style: none;
   margin: 0;
   padding: 0 0 0 10px;
}

#columnInnerRight ul li {
   padding: 0 0 5px 0;
}



