body {
    margin: 0px;
    padding: 0px;
    color: black;
    font-size: 10pt;
    font-family: verdana, arial;
    background-color: #336699;
}
DIV.top {
    width: 100%;
    padding: 10px;
    text-align: center;
}
DIV.menu {
    width: 75%;
    border-top-color: red;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: red;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: center;
}
DIV.menu a {
    cursor: hand;
    color: black;
    text-decoration: none;
    font-size: xx-small;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}
DIV.menu a:hover {
    background-color: #336699;
    color: white;
}
DIV.content {
    width: 75%;
    text-align: left;
    font-size: 10pt;
}
DIV.footer {
    position: static;
    margin-top: 30px;
    text-align: center;
    font-size: x-small;
}
DIV.footer a {
    cursor: hand;
    color: blue;
    font-size: 8pt;
    font-weight: bold;
}
DIV.footer a:hover  {
    color: black;
    text-decoration: none;
}
h1 {
    text-decoration: underline;
    font-size: medium;
}
h2 {
    text-decoration: underline;
    font-size: small;
}
h3 {
    color: 336699;
    font-size: 10pt;
    font-weight: bold;
    border-bottom-color: #336699;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
ul {
    font-size: 10pt;
    list-style-image: url('images/bl_dot07.gif');
}
.normal IMG {
    vertical-align: bottom;
}
.page_head {
   border-top-style: solid;
   border-top-width: 1px;
   border-top-color: black;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-bottom-color: black;
   font-size: 10pt;
   font-weight: bold;
   padding: 1px;
   text-align: center;
   background-color: #336699;
   color: white;
}
.sub_head {
    font-family: times-roman;
    font-size: 10pt;
    font-weight: bold;
}
.ttalks {
    color: black;
}
DIV.bios {
    border-bottom-color: #336699;
    border-bottom-style: dashed;
}
DIV.bios IMG {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}
.lg_info {
    font-family: arial, helvetica;
    font-size: medium;
}
.contact {
    border: 1px solid black;
    text-align: left;
    font-size: 8pt;
    padding: 3px;
    margin: 15px;
    width: 400px;
}
.motto {
    font-size: 16pt;
    text-align: center;
}
.motto IMG {
    vertical-align: middle;
}
.cpright {
    font-weight: bold;
    text-align: center;
}
.credits {
    text-align: center;
}
.testimonial {
    font-style: italic;
    font-weight: bold;
}