﻿/*
.body-content {
    width: 90%;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    border-radius: 6px;
    border: 2px blue solid;
}
    */


#divHomePageSlogan {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
    margin-top:10px;
    text-align: center;
    padding: 10px;
    color: #999999;
    font-weight: 500;
    font-size: 1.4em;
    border-bottom: 1px #afde92 solid;
    background-color: transparent;
}

.divCenterContentWrapper {
    width: 80%;
    max-width:1100px;
    border-radius: 12px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 5px;
    background-color: #F2F2F2;
    border:0 red solid;
}

#divCenterLeft {
    width: 100%;
    border-radius:8px;
    background-color: #ffffff;
    color: #3589b4;
    text-align: left;
    padding: 20px;
    padding-top: 30px;
    font-style: italic;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .75em;
}
    #divCenterLeft ul {
        list-style: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%;
        border: 0px red solid;
        padding: 0;
    }
        #divCenterLeft ul li {
            margin-bottom: 20px;
            font-size: 1.2em;
            font-weight: 500;
            padding: 10px;
            border: 0px #afde92 solid;
            background-color: #99c9fa;
            background-color: #74cc3f;
            background-color: #3589b4;
            color: #333333;
            color: white;
            width: 85%;
            margin-left: auto;
            margin-right: auto;
            border-radius: 6px;
            opacity: .9;
        }
            #divCenterLeft ul li:hover {
                font-weight: bold;
            }
        #pPart1 {
                    font-size: 1.3em;
                    margin-bottom: 30px;
                    text-align: center;
                }
        #pPart2 {
            font-size: 1.3em;
            margin-bottom: 30px;
            text-align: center;
            font-weight:900;
        }
#divCenterRight img {
    
}


/* BIG LINKS TO SIGN IN OR CREATE ACCOUNT */
#BigLink1 {
    color: white;
    border: 1px #3589b4 solid;
    width: 200px;
    font-size: 1.2em;
    text-align: center;
}
    #BigLink1:hover {
        background-color: #3589b4;
        color: white;
    }
    #BigLink1 a:hover {
        background-color: #3589b4;
        color: white;
    }

#BigLink2 {
    color: white;
    border: 1px #3589b4 solid;
    width: 200px;
    font-size: 1.2em;
    text-align: center;
}
    #BigLink2:hover {
        background-color: #3589b4;
        color: white;
    }
    #BigLink2 a:hover {
        background-color: #3589b4;
        color: white;
    }
