body, html {
 padding: 0px;
 margin: 0px;
 background-color:#ffffff;
 font-family: Verdana,Tahoma,Arial;
 font-size: 11px;
 color: #404041;
 height: 100%;
 width: 100%;
}

table {
 font-size: 11px;
}

table.maintable {
 width: 770px;
}

td.leftcol {
 background-color: #ECF2F9;
 width: 210px;
 vertical-align: Top;
}

td.rightcol {
 width: 550px;
 vertical-align: Top;
}

div.toplogo {
 background-image: url('images/main_logo.gif');
 background-repeat: no-repeat;
 background-position: 5px 10px;
 background-color: #EAF0F8;
 width: 550px;
 height: 68px;
}

div.bottomlogo {
 background-image: url('images/image_logo.jpg');
 background-repeat: no-repeat;
 background-color: #ECF2F9;
 width: 550px;
 height: 170px;
}

div.menuheader {
 background-image: url('images/book.gif');
 background-repeat: no-repeat;
 background-position: 10px 21px;
 width: 210px;
 height: 78px;
}

div.menuspacer {
 background-color: #ECF2F9;
 height: 27px;
 background-image: url('menus/menu_spacer.gif');
 background-repeat: no-repeat;
 background-position: Left Bottom; 
}

div.menuspacer2 {
 background-color: #ECF2F9;
 height: 17px;
}

td.menuleftcol {
 background-color: #900606;
}

.footer {
 border-top: 1px solid #C5580F;
 border-bottom: 1px solid #C5580F;
 text-align: center;
 margin: 5px;
}

.powered_by {
 text-align: center;
 width: 100%;
}

A:active {
text-decoration:none;
font-weight:Bold;
color:#294493;
} 
A:link {
text-decoration:none;
font-weight:Bold;
color:#294493;
}
A:visited {
text-decoration:none;
font-weight:Bold;
color:#294493;
}
A:focus {
text-decoration:none;
font-weight:Bold;
color:#294493;
}
A:hover {
text-decoration:underline;
font-weight:Bold;
color:#294493;
}

.text_header {
 padding-top: 20px;
 margin: 0in 0in 12pt;
 text-align: center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: Bold;
 color: #990000;
}