body {
        margin: 10px 0px -25px 0px;
        text-align: center;
}

body, table {
        font-family: verdana, arial, serif;
        font-size: 11px;
        color: #000000;
}

#layout {
        background: #FFFFFF url(images/layoutbg.gif) repeat-y;
        width: 760px;
        margin: 0 auto;
        text-align: left;
}

#header {
        background: #FFFFFF url(images/header.gif) no-repeat;
        text-align: left;
        width: 760px;
        height: 81px;
}

#header h1 {
        margin-left: 11px !important;
        margin-left: 6px;
        margin-top: 11px;
        float: left;
}

#header h1 a {
        text-decoration: none;
        text-indent: -9999px;
        overflow: hidden;
        font-size: 14px;
        display: block;
        width: 160px;
        height: 45px;
}

#banner {
        float: right;
        position: relative;
        top: 11px;
        left: -19px;
}

#menu {
        background: #FFFFFF url(images/menubg.gif) no-repeat;
        width: 760px;
        height: 29px;
        font-weight: bold;
        font-size: 11px;

        padding-top: 1px;
}

#menu a:link, #menu a:visited {
        color: #215875;
        text-decoration: none;
}

#menu a:active, #menu a:hover {
        color: #000000;
}

#menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
}

#menu ul li {
        float: left;
        display: inline;
}

#menu ul li a {
        display: block;
        border-left: 1px solid #336885;
        border-right: 1px solid #C2D5E0;
        padding: 2px 10px;
        width: 72px;
        height: 14px;
        text-align: center;
}

#menu ul li a.first {
        width: 69px;
}
#menu ul li a.last {
        width: 74px;
}

#menu ul li a:active, #menu ul li a:hover {
        background: #AFC8D6 url(images/menuhover.gif) repeat-x;
}

#side {
        width: 172px;
        display: inline;
        float: left;

        margin-left: 4px;
        position: relative;
        top: -10px;
}

#side .title {
        background-color: #B6D6E6;
        background-repeat: no-repeat;
        text-indent: -9999px;
        margin-bottom: 5px;
        width: 171px;
        height: 22px;
}
#side .content { margin-bottom: 5px; padding: 0px 8px; text-align: center; }

#demo { background-image: url(images/demosaybox.gif); }
#login { background-image: url(images/userlogin.gif); }
#support { background-image: url(images/supportus.gif); }

#content {
        width: 535px;
        margin-left: 185px;
        padding: 15px;

        position: relative;
        top: 0px;
        left: 0px !important;
        left: -3px;

        padding-top: 0;
        padding-bottom: 20px !important;
        padding-bottom: 30px;
}

#content p:first-child {
        margin-top: 0;
}

#content .title {
        color: #215875;
        font-size: 15px;
        font-weight: bold;
}

#content p {
        margin-top: 12px;
        margin-bottom: 15px;
}

#footer {
        background: #FFFFFF url(images/footer.gif) no-repeat;
        width: 760px;
        height: 30px;

        padding: 4px 0;

        text-align: center;
        clear: both;
}

#text {
        width: 560px;
        margin: 0 auto;
        text-align: left;
        padding-left: 200px !important;
        padding-left: 205px;

        position: relative;
        top: -55px;
}

a:link, a:visited {
        color: #000000;
        text-decoration: underline;
}

a:active, a:hover {
        color: #608EA8;
}

form {
        margin: 0;
        padding: 0;
}

#footer a:active, #footer a:hover {
        color: #215875;
}

#signup tr td, #report tr td { padding-bottom: 10px; }

#privacy ol, #tos ol {
        margin-top: 15px;
        padding-top: 0;
}

#privacy ol li, #tos ol li {
        padding-bottom: 2px;
}

a#signup {
        background: url(images/signup_btn.gif) no-repeat;
        display: block;
        width: 182px;
        height: 56px;
        margin: 30px auto 20px;
        text-indent: -9999px;
        overflow: hidden;
        outline: none;
}

.small { font-size: .9em; }
.tiny { font-size: .85em; }
.error { color: #800000; }
.error a { color: #800000; }
.exbox { padding: 5px; border: 1px solid #336885; }
.exbox div { padding-top: 5px; }
.bord { border: 1px solid #336885; }
.bord-t { border-top: 1px solid #336885; }
.bord-r { border-right: 1px solid #336885; }
.bord-b { border-bottom: 1px solid #336885; }
.bord-l { border-left: 1px solid #336885; }

.tbord { background-color: #336885; }
.wind1 { background-color: #B6D6E6; }
.wind2 { background-color: #FFFFFF; }
.ttext { color: #215875; }
