html, body {
 border: 0px;
}

body {
 font-family: Verdana, Helvetica, Arial, Sans-Serif;
 background-color: white;
 color: black;
 margin: 0px;
 padding: 0px;
}

div.topbar {
 width: 800px;
 text-align: left;
 background-color: #5f4496;
 color: white; 
}

table, tr, td {
 border: 0px;
 border-spacing: 0px;
 margin: 0px;
 padding: 0px;
}


table.content td{
     vertical-align: top;
}

td.sidemenu {
 width: 160px;
 padding: 5px 5px 5px 5px;
 text-align: left;
 font-size: 80%;
 background-color: #7fc6d3;
 color: #723917; 
}
.sidemenu a {
 color: #723917;
 text-decoration: none;
}

td.hdr {
 font-size: 220%; font-weight: bold; color: white; padding: 0px 50px;
}
td.tek {
 font-size: 120%; font-weight: bold; color: #00a8bb;
}

iframe {
 border: 0px;
 border-spacing: 0px;
 margin: 0px;
 padding: 0px;
 width: 630px;
 height: 500px;
}

div.content {
 float: left;
 border: none;
 padding: 5px 0px 0px 5px;
}

div.cimage {
 float: right;
 padding: 5px;
}

div.o1 {
}

div.o2 {
 font-weight: none;
 padding: 5px;
 font-size: 95%;
}

div.o3 {
 padding: 5px;
 font-size: 90%;
}

h1, h2 {
 width: 99%;
 text-align: left;
 font-weight: bold;
 background-color: #5f4496;
 color: white; 
 padding: 2px;
 border: none;
}

h1 {
 font-size: 150%;
}

h2 {
 font-size: 125%;
}