table.frameset {
 width: 900px;
}

table.frameset thead tr th.logo {
 background-image: url('images/logo.png');
 background-position: center top;
 background-repeat: no-repeat;
 width: 700px;
 height: 150px;
}

table.frameset tbody tr td.content {
 color: #004983;
 background-color: #a2dadb;
 width: 700px;
 height: 475px;
 padding: 0;
 margin: 0;
 font-size: 14px;
 font-family: Arial, Verdana;
 line-height: 150%;
}

table.frameset tbody tr td.content div.content {
 overflow: auto;
 color: #004983;
 background-color: #a2dadb;
 width: 680px;
 height: 450px;
 margin: 0;
 padding: 10px;
 font-size: 14px;
 font-family: Arial, Verdana;
 line-height: 140%;
}

table.frameset tbody tr td.menu {
 color: #004983;
 width: 180px;
 font-family: Arial, Verdana;
 font-size: 20px;
 text-align: right;
 vertical-align: top;
 padding-right: 20px;
}

table.frameset tbody tr td.menu hr {
 height: 2px;
 width: 180px;
 background-color: #00b3b5;
 border: 0;
 margin: 0;
 margin-bottom: 10px;
 margin-top: 10px;
}

table.frameset tbody tr td.menu hr.first {
 margin-top: 0px;
}

table.frameset tbody tr td.menu a {
 text-decoration: none;
}

table.frameset tbody tr td.menu a:link, table.frameset tbody tr td.menu a:visited, table.frameset tbody tr td.menu a:active {
 color: #004983;
}

table.frameset tbody tr td.menu a:hover {
 color: #00b3b5;
}