﻿body {
    font-family: Arial, Helvetica, sans-serif;
    color: #440000;
    font-size: 16px;
    background-image: url('../images/cnvbkgnd.jpg');
}

#page {
    /*width: 100%;*/
    min-width: 25%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    border: 5px double #000066;
    background-color: #FFFFD9;
    /*background-image: url('../images/exptextb.jpg');*/
}

#content {
}

.leftcol {
    /*border: 5px double #000066;*/
    /*padding: 0px;
    width: 10.5em;
    float: left;*/
    margin-bottom: 8px;
}

.rightcol {
    /*margin-left: 10.5em;
    padding: 8px 5% 8px 5%;*/
    margin-top: -5px;
    background-image: url('../images/exptextb.jpg');
    /*border: 5px double #000066;*/
    border-left-style: ridge;
    border-left-width: 3px;
    border-left-color: #000066;
    border-top-style: double;
    border-top-width: 5px;
    border-top-color: #000066;
}

.footer {
    margin: 0;
    float: none;
    border-top-style: ridge;
    border-top-width: 3px;
    border-top-color: #000066;
    background-image: url('../images/exptextb.jpg');
}

.rightcontent {
    padding: 1px 16px 1px 16px;
    text-align: left;
}

.center {
    text-align: center;
}

ul {
    list-style-image: url('../images/expbul3d.gif');
    text-align: left;
    font-size: small;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #800000;
    font-style: italic;
    text-align: center;
}

h2 {
    font-family: "Times New Roman", Serif;
    color: #000000;
    font-size: 1.0em;
    font-weight: lighter;
    text-align: center;
    font-style: italic;
}

#navbar {
    padding: 4px 2px 4px 2px;
    text-align: center;
    width: 12em;
    margin: 4px auto 0 auto;
}

    #navbar li {
        list-style-type: none;
        line-height: 50px;
        text-align: center;
        list-style-image: none;
        margin-left: 10px;
        font-weight: normal;
    }

    #navbar a {
        width: 140px;
        height: 50px;
        background: url('../images/menu_image.gif') no-repeat 0 0;
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        text-align: center;
        text-decoration: none;
        font-size: 1.05em;
        display: block;
        font-weight: normal;
    }

        #navbar a:hover {
            width: 140px;
            height: 50px;
            background: url('../images/menu_image.gif') no-repeat -140px 0;
            color: #440000;
            font-weight: normal;
        }

        #navbar a span {
            display: none;
        }

/* make sidebar nav vertical */
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar ul {
        float: none;
    }

        .sidebar-nav .navbar ul:not {
            display: block;
        }

    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }

        .sidebar-nav .navbar li a {
            padding-top: 12px;
            padding-bottom: 12px;
        }
}

a:hover {
    color: red;
    font-weight: bold;
}

.style1 {
    border-width: 1px;
}

.style2 {
    border-width: 1px;
    background-image: url('images/exptextb.jpg');
}

.style3 {
    font-size: .8em;
}
