body
    {
    font-family : "verdana", "arial", sans-serif;
    font-size : 12pt;
    color : black;
    line-height : 1.5;
    margin : 10px 10px 40px 10px;
    /*background : #E6D9E9;*/
    background : #F7F6A6;
    }

h1
    {
    font-family : "verdana", "arial", sans-serif;
    font-size : 16pt;
    color : #53297F;
    font-weight : bold;
    background : #31B787;
    padding-left : 5px;
    border-top-width : 2px;
    border-top-color : #53297F;
    border-top-style : solid;
    border-right-width : 2px;
    border-right-color : #53297F;
    border-right-style : solid;
    clear : left;
    }

h2
    {
    font-family : "verdana", "arial", sans-serif;
    font-size : 14pt;
    color : #53297F;
    background : #31B787;
    padding-left : 5px;
    border-top-width : 2px;
    border-top-color : #53297F;
    border-top-style : solid;
    border-right-width : 2px;
    border-right-color : #53297F;
    border-right-style : solid;
    clear : left;
    }



h3
    {
    font-family : "verdana", "arial", sans-serif;
    font-size : 12pt;
    color : #53297F;
    background : #31B787;
    padding-left : 5px;
    border-top-width : 2px;
    border-top-color : #53297F;
    border-top-style : solid;
    border-left-width : 2px;
    border-left-color : #53297F;
    border-left-style : solid;
    }

h4
    {
    font-family : "verdana", "arial", sans-serif;
    font-size : 12pt;
    color : #53297F;
    padding-left : 5px;
    font-weight : bold;
    font-style : italic;
    }

.bold-only
    {
    font-weight : bold;
    }

.italic-only
    {
    font-style : italic;
    }

.bold-italic
    {
    font-weight : bold;
    font-style :  italic;
    }

#navigation
    {
    float : left;
    padding : 10px;
    width : 37%;
    margin : 25px 20px 15px 0px;
    clear : left;
    background : #F8F77D;
    border-top-width : 2px;
    border-top-color : #53297F;
    border-top-style : solid;
    border-right-width : 2px;
    border-right-color : #53297F;
    border-right-style : solid;
    }

.navigation-heading
    {
    font-family : "verdana", "arial", sans-serif;
    font-size : 11pt;
    font-weight : bold;
    color : #53297F;
    line-height : 0.5;
    }


.navigation-heading-current
    {
    font-family : "verdana", "arial", sans-serif;
    font-size : 12pt;
    font-weight : bold;
    line-height : 0.5;
    background-color : #31B787;
    }

#photo
    {
    float : left;
    margin : 0px 0px 0px -30px;
    border-top-width : 2px;
    border-top-color : #53297F;
    border-top-style : solid;
    border-right-width : 2px;
    border-right-color : #53297F;
    border-right-style : solid;
    }

#image1
    {
    float : left;
    margin : 10px 0px 0px 10px;
    }

#image2
    {
    float : left;
    margin : 140px 0px 0px -30px;
    }

#image3
    {
    float : left;
    margin : 45px 0px 0px -40px;
    }

#image4
    {
    float : left;
    margin : 200px 0px 0px -150px;
    }

#image5
    {
    float : left;
    margin : 330px 0px 0px -320px;
    }

#image6
    {
    float : left;
    margin : 270px 0px 0px -450px;
    }

#image7
    {
    float : left;
    margin : 440px 0px 0px -200px;
    }

#www-logo
    {
    float : left;
    margin : 491px 0px 0px -499px;
    }

#photos-index
    {
    float : left;
    width : 55%;
    }

#welcome
    {
    font-family : "verdana", "arial", sans-serif;
    font-size : 23pt;
    font-weight : bold;
    line-height : 1.4;
    color: #53297F;
    margin : 10px 0px 0px 0px;
    width : 45%;
    float : right;
    }

.welcome-green
    {
    color : #31B787;
    font-family : "verdana", "arial", sans-serif;
    font-size : 14pt;
    font-weight : bold;
    }

#main-content
    {
    margin-right : 28%;
    }

#right-bar
    {
    font-family : "verdana", "arial", sans-serif;
    font-size : 11pt;
    font-weight : bold;
    color : #53297F;
    background-color : #F8F77D;
    margin : 80px 0px 0px 0px;
    border-top-width : 2px;
    border-top-color : #53297F;
    border-top-style : solid;
    border-left-width : 2px;
    border-left-color : #53297F;
    border-left-style : solid;
    padding : 10px;
    width : 22%;
    float : right;
    line-height : 1.5;
    }

.enter-site
    {
    font-size : 12pt;
    }

.notes
    {
    background-color : red;
    }

li
    {
    margin-top : 10px;
    }

a:link
    {
    color: #53297F;
    font-weight : bold;
    text-decoration : none;
    }

a:visited
    {
    color: #53297F;
    font-weight : bold;
    text-decoration : none;
    }

a:hover
    {
    color: #53297F;
    font-weight : bold;
    text-decoration : none;
    background : #C9B3CE;
    }

a:active
    {
    color: #53297F;
    font-weight : bold;
    text-decoration : none;
    }