/* Page Formatting */
* {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff url(/images/templatemo_body_top.jpg) repeat-x top;
    color: #555555;
    font: 12px "Trebuchet MS", Arial, Verdana;
    text-align: left;
}

a {
    color: #8bbc70;
    text-decoration: none;
}

    a:hover {
        color: #555555;
        text-decoration: none;
    }

img, img a {
    border: 0;
}

p {
    line-height: 1.7em;
    margin-bottom: 20px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

/* Header Area */

#topLine {
    border-bottom: 15px solid #DEEAFA;
    height: 50px;
}

#header {
    margin: 10px auto 0px auto;
    padding: 10px;
    width: 693px;
}

    #header h1 {
        background: #ffffff;
        margin: 25px 0 0 0;
        padding: 5px 0px 5px 20px;
        width: 220px;
    }

        #header h1 span {
            color: #8bbc70;
            font-size: 110%;
        }

    #header ul.nav {
        float: right;
        margin: 10px 0 0 0;
        padding: 15px 0 0 0;
    }

        #header ul.nav li {
            display: inline;
            padding: 5px 10px 5px 5px;
        }

            #header ul.nav li a {
                padding: 5px 10px 5px 5px;
            }

            #header ul.nav li.active {
                background: url(images/nav_corn_l.gif) no-repeat top left;
                margin: 0;
                padding: 5px 5px 0px 5px;
            }

                #header ul.nav li.active a {
                    background: url(images/nav_corn_r.gif) no-repeat top right;
                    color: #555555;
                    display: inline;
                    padding: 5px 10px 0px 5px;
                }

/* Page Wrappers */

#outerwarrper {
    background: #fff url(images/top_curve.gif) repeat-y 10px 0px;
    clear: both;
    margin: 30px auto 0px auto;
    padding: 10px;
    width: 693px;
}

#wrapper {
    background: #fff url(images/content_bg.gif) repeat-y top left;
    float: left;
    margin-top: 1px;
    width: 693px;
}

/* Content Area */

#content {
    float: left;
    margin: 10px 0px 0px 0px;
    width: 100%;
}

    #content h2 {
        border-bottom: 5px solid #8bbc70;
        margin: 0 20px 0 20px;
        padding: 20px 5px 0 5px;
    }

    #content p {
        margin: 0 20px 0 20px;
        padding: 10px 5px 0 5px;
    }

        #content p img {
            float: left;
            padding-right: 15px
        }

.gridtable {
    border-collapse: collapse;
    border-color: #666666;
    border-width: 1px;
    color: #333333;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
}

    .gridtable th {
        background-color: #dedede;
        border-color: #666666;
        border-style: solid;
        border-width: 1px;
        padding: 5px;
    }

    .gridtable td {
        background-color: #ffffff;
        border-color: #666666;
        border-style: solid;
        border-width: 1px;
        padding: 5px;
    }

#content form {
    padding: 10px;
    width: 450px;
}

    #content form label {
        display: block;
        float: left;
        margin-bottom: 0.5em;
        margin-left: -15px;
        padding-right: 10px;
        text-align: right;
        width: 100px;
    }

    #content form input {
        background: #FFFFA0;
        border: 1px solid #fff;
        margin-bottom: 0.6em;
        padding-left: 0.5em;
    }

    #content form #send, form #button2 {
        background: #FFFFA0;
        color: #555555;
        cursor: pointer;
        font-weight: bold;
        margin-left: 125px;
        padding-right: 0.5em;
        width: 200px;
    }

        #content form #send:hover, form #button2:hover {
            background-position: center left;
            color: #8BBC70;
            font-weight: bold;
        }

/* Sidebar Area */



#sidebar {
    background: url(images/bg-sidebar.gif) repeat top right;
    border: 1px solid #dfdfdf;
    float: right;
    margin: 50px 30px 0 0px;
    width: 203px;
}

    #sidebar h3 {
        border-bottom: 2px solid #dfdfdf;
        padding: 10px 10px 0px 10px;
        text-align: center;
    }

    #sidebar p {
        margin: 0 20px 0 0px;
        padding: 5px 10px 10px 10px;
    }

    #sidebar img {
        border: 2px solid #dfdfdf;
        float: left;
        margin: 0px 0px 5px 5px;
        width: 90px;
    }

    #sidebar ul.side {
        padding: 5px 10px 10px 30px;
    }

        #sidebar ul.side li {
            padding: 1px 0 1px 0;
        }

            #sidebar ul.side li a {
                color: #555555;
                text-decoration: underline;
            }

                #sidebar ul.side li a:hover {
                    color: #8bbc70;
                }

    #sidebar form .user_box {
        margin: 0px 10px 10px 10px;
        width: 100px;
    }

    #sidebar form .button {
        background: url(images/top_group_bg.gif) repeat top left;
        margin: 0px 0px 10px 0px;
    }

#sidebar_two {
    background: #ffffff;
    float: right;
    margin: 40px 30px 0 0px;
    width: 203px;
}

    #sidebar_two h3 {
        border-bottom: 2px solid #dfdfdf;
        padding: 0px 10px 0px 10px;
        text-align: center;
    }

    #sidebar_two img {
        border: 2px solid #dfdfdf;
        float: left;
        margin: 5px 0px 5px 5px;
        width: 90px;
    }

/* Footer Area */

#footer {
    background: url(images/bottom_curve.gif) no-repeat top left;
    clear: both;
    margin: 0 auto 0 auto;
    padding: 55px 0 0 0;
    width: 693px;
}

    #footer p {
        line-height: 1.3em;
        margin: 0;
        padding: 0px;
        text-align: center;
    }

.TopBar {
    background: url(images/bg-sidebar.gif) repeat top right;
    border: 1px solid #dfdfdf;
    float: right;
    margin: 0px 30px 0 0px;
    vertical-align: middle;
    width: auto;
}

.TopMenu {
    background: url(images/top_group_bg.gif) repeat top left;
    border-style: none;
    color: #696969;
    cursor: pointer;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    vertical-align: middle;
}

    .TopMenu:hover {
        background: url(images/top_group_bg.gif) repeat top left;
        color: #ff9900;
        cursor: pointer;
        font-weight: bold;
        margin: 0px 0px 10px 0px;
    }

.Button {
    background: #FFFFA0;
    border-style: none;
    color: #555555;
    cursor: pointer;
    font-weight: bold;
    margin-left: 12px;
    width: auto;
}

    .Button:hover {
        background-position: center left;
        color: #8BBC70;
        font-weight: bold;
    }

.divLogOut {
    background-color: #d7def1;
    border-bottom: #3366ff solid;
    height: 20px;
}

.divLogIn {
    background-color: #d7def1;
    border-bottom: #3366ff solid;
    height: 20px;
    text-align: left;
}

#lbluser {
    color: #ffffcc;
    font-size: medium;
}

#lnklogout {
    color: #ffffcc;
    font-size: medium;
}

.ErrorMessage {
    border-bottom: #ff0000 thin dotted;
    border-left: #ff0000 thin dotted;
    border-right: #ff0000 thin dotted;
    border-top: #ff0000 thin dotted;
    color: #ff0000;
    font-size: small;
}

.TextArea {
    height: 3em;
    width: 55%;
}

.Box {
    margin: 0 20px 0 20px;
    padding: 20px 5px 0 5px;
    width: 93%;
}

.SmallArea {
    border-bottom: gray thin solid;
    margin: 0px 20px 0px 30%;
    padding: 20px 20px 20px;
    width: 50%;
}

.Row {
    border-bottom: black thin solid;
    border-bottom-color: GrayText;
    width: 93%;
}

.Left {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 30%;
}

.Right {
    margin: 0px 0px 0px 0px;
    width: 70%;
}

.LeftHalf {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 50%;
}

.RightHalf {
    float: right;
    margin: 0px 0px 0px 0px;
    width: 50%;
}

.FullColumn {
    width: 100%;
}

.HoverList {
    margin: 0 auto 20px auto;
    padding: 0;
    width: 310px;
}

    .HoverList ul {
        line-height: normal;
        list-style: none;
        margin: 0;
        padding: 50px 0px 0px 0px;
    }


    .HoverList a {
        background: url(images/img06.jpg) no-repeat left top;
        color: #FFF;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        height: 32px;
        margin: 0px;
        padding: 12px 0px 0px 30px;
        text-decoration: none;
        text-transform: uppercase;
        width: 310px;
    }

        .HoverList a:hover, .HoverList .current_page_item a {
            background: url(images/img05.jpg) no-repeat left top;
            text-decoration: none;
        }
