html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    color: black;
    background-color: #FFFFFF;
}

#top {
    position: relative;
    width: 780px;
    height: 193px;
    margin: 0;
    border: 0;
    padding: 0;
    background: url(/img/top.jpg) no-repeat;
}

#top ul {
    list-style: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
}

#top ul li {
    float: left;
    height: 50px;
    padding-right: 5px;
}

#top ul li a:link, #top ul li a:visited {
    padding-left: 7px;
    font-family: Arial, sans-serif;
    font-weight: bolder;
    color: #dadada;
    text-decoration: none;
    border: 0;
    font-size: 110%;
}
#top ul li a:active, #top ul li a:hover {
    color: #999;
    text-decoration: none;
    border: 0;
}

h1 {
    font-size: 120%;
    font-weight: bolder;
}

h2 {
    font-size: 100%;
    font-weight: bolder;
    margin-bottom: 0;
}

#leftframe {
    float: left;
    margin: 0;
    padding: 0;
    width: 239px;
    margin-top: 15px;
}
#lefttop {
    margin: 0;
    border: 0;
    height: 21px;
    background: url(/img/left_bg_top.png) no-repeat;
}
#leftmain {
    margin: 0;
    border: 0;
    padding: 0px 15px 0px 15px;
    background: url(/img/left_bg.png) repeat-y;
}
    
#mainframe {
    float: left;
    margin-top: 15px;
    border: 0;
    width: 520px;
    padding-left: 20px;
}

a:link, a:visited {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
}    
a:active, a:hover {
    color: #666;
    text-decoration: none;
    border-bottom: 1px dotted #666;
}

#mainframe li {
    line-height: 160%;
}

#footer {
    clear: both;
    width: 770px;
    height: 50px;
    background: url(/img/footer.jpg) no-repeat;
    text-align: right;
    font-size: 80%;
    padding-top: 55px;
    padding-right: 10px;
    line-height: 160%;
}

#footer a {
    font-size: 100%;
}

img {
    border: 0;
}

input.ti, textarea {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    color: #333;
    border: 1px solid #666;
    padding: 3px;
    width: 400px;
    text-align: left;
    margin-bottom: 4px;
}    