ul,p,h1,h2,h3,h4, .text {  font-family:verdana, helvetica, arial, sans-serif ; }
ul { list-style-type:circle; }
h1 { font-size:16pt; font-weight:bold;  padding:0; margin:5px 0; }
h2 { font-size:14pt; font-weight:bold;  padding:0; margin:5px 0;  }
h3 { font-size:12pt; font-weight:bold;  padding:0; margin:5px 0;  }
a { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:hover { text-decoration: none; color: black; }                         
img { border:0; }
p {
 margin-bottom:0;
 padding-bottom:0;
}

body {
 margin:0;
 padding:0;
 font-size:10pt;
 font-weight:normal;
 font-family:verdana, helvetica, arial, sans-serif ;
}

#logo {
 width:100%;
 height:100px;
 margin:0;
 padding:0;
 text-align:center;
 background-color:#ffcc00;
}

#left {
 width:140px;
 margin-left:5px;
 padding:5px;
 text-align:center;
}

#menuleft {
 text-align:left;
 font-size:12pt; 
 padding-bottom:20px;
 border-bottom: 1px dashed black;
}

#menuleft a {
 font-size:10pt; 
 font-weight:bold; 
 color:blue;
}

#menuleft a:hover {
 color:black;
}

#content {
 margin:10px;
 padding:10px;
 height:100%;
 min-height:500px;
 border-left: 1px dotted black;
 border-right: 1px dotted black;
 text-align:left;
 font-size:10pt;
}

#right {
 width:140px;
 margin:5px 0;
 padding:5px;
 text-align:center;
}

#bottom {
 width:100%;
 margin:5px 0;
 padding:0;
 text-align:center;
}