﻿* {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #336699;
}

img {
    border: 0;
}

#top {
    background-color: #336699;
    height: 120px;
}

#top_inner {
    width: 970px;
    margin: 0 auto 0 auto;
    padding-top: 20px;
}

#menu {
    background-color: #bbd1e8;
    height: 30px;
}

#menu_inner {
    width: 970px;
    margin: 0 auto 0 auto;
}

    #menu_inner table {
        height: 30px;
        width: 100%;
        table-layout: fixed;
    }

    #menu_inner a {
        font-weight: bold;
        text-decoration: none;
        font-size: 13px;
    }

        #menu_inner a:hover {
            text-decoration: underline;
        }

#main {
    width: 970px;
    margin: 0 auto 0 auto;
    padding: 40px 0 20px 0;
}

#content {
    width: 770px;
    padding: 0 10px 10px 0;
    line-height: 1.4em;
}

#side {
    width: 180px;
    text-align: right;
}

h1 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 0;
}

h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.RadEditor Vista reWrapper body {
    margin: 10px !important;
    padding: 10px !important;
}

.RadUpload .ruCheck {
    display: none;
}

hr {
    border: none;
    border-top: 1px dotted #336699;
    color: #FFFFFF;
    background-color: #FFFFFF;
    height: 1px;
}

.rbDecorated, .ruStyled, .riTextBox {
    font-family: Arial !important;
}

legend {
    color: #336699 !important;
    font-weight: bold;
}