body {
 font-family: century schoolbook, goudy old style, bookman old style;
}
h3 {
 color: #183C8D;
 font-family: franklin gothic medium, century gothic, lucida sans unicode, sans serif;
}
p, li {
 font-size: 14px;
 text-align: justify;
}
#masthead {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 750px;
 height: 195px;
}
#sidebar {
 position: absolute;
 left: 0px;
 top: 190px;
 width: 160px;
 background: #183C8D;
 padding-left: 5px;
 padding-right: 5px;
}
a.sidebarLink {
 font-family: verdana;
 color: white;
 text-decoration: none;
 font-size: 14px;
}
a.sidebarLink:hover {
 color: #ffffff;
 text-decoration: underline;
}
hr.sidebarDivider {
 height: 1px;
 color: white;
}
#content {
 position: absolute;
 left: 160px;
 top: 200px;
 width: 590px;
 padding: 10px;
}
hr.contentDivider {
 height: 1px;
 color: #183C8D;
}
a.bottomNav, td.bottomNav {
 font-family: verdana;
 color: #183C8D;
 text-decoration: none;
 font-size: 14px;
}
a.bottomNav:hover {
 color: #ff7777;
 text-decoration: underline;
}