﻿

body
{
    background-color: rgb(107,107,107);
    margin: 20px;
    padding: 0; /* text-align: center; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: White;
}

.content
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em; /* background-color: Lime; */
    background-image: url(Images/background.gif);
    background-repeat: repeat;
}


#LHS
{
    border-width: thin;
    border-color: #C0C0C0;
    border-style: none solid none none;
    width: 200px;
    float: left;
    /* background-color: Blue; */
    margin-right: 75px;
}
#RHS
{
    width: 670px; 
    float: left;
    border-left-width: medium;
    /* background-color: Red; */
}



.header
{
    background-image: url(Images/header.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 76px;
    margin-bottom: 1em;
}


#navigation
{
    background-image: url(Images/header.gif);
    background-repeat: no-repeat;
    margin-top: 1em;
    margin-bottom: 1em;
    float: left;
    height: 76px;
    width: 950px; /* background-color: Yellow; */
}

#navigation li
{
    list-style: none;
    float: left;
    padding-left: 2em; /* background-color: Fuchsia; */
    margin-left: 0px;
    font-size: larger;
}

a
{
    text-decoration: none;
    color: #DBB94F;
}

a:visited
{
    color: #C19B28;
}

a:hover
{
    text-decoration: none;
    color: #E6CD84;
}

a:active
{
    color: #C19B28;
}




#PageTitle
{
    margin-left: 100px;
    margin-bottom: 20px;
}

#RHS img, #LHS img
{
    border: 1px solid black;
    padding: 2px;
    background-color: White;
}

#randomImage img, #PageTitle img
{
    margin: 0px;
    border: 1px solid black;
    padding: 0px;
}


.RunNumbers
{
    clear: both;
}

#RHS .Run img
{
    border: 1px solid black;
    margin: 0px;
    padding: 0px;
}



.Run
{
    width: 200px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 40px;
    padding: 20px;
    border-left: 1px solid white;
    border-top: 1px solid white;
}


.Clear
{
    clear: both;
}








#randomImage
{
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
    padding-bottom: 2em;
}
.SlideShowTitle
{
    margin-left: auto;
    margin-right: auto;
    /*
    width: 670px;
    background-color: Maroon; */
}

.SlideShowTitle p
{
    text-align: left;
}
.SlideShowTitle h5
{
    text-align: left;
    color: maroon;
    font-weight: 800;
    margin-bottom: 1em;
    font-size: 1.6em;
}
.Story
{
    border-bottom: dashed 1px black;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
}
.Story p
{
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    padding-bottom: 0px;
}
.Story h5
{
    text-align: left;
    color: maroon;
    font-weight: 700;
    font-size: 15px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 0px;
}


.Story h6
{
    text-align: justify;
    color: white;
    font-weight: 600;
    font-size: 10px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.StoryLogo
{
    float: left;
    margin-right: 1em;
    margin-bottom: 2em;
}
.storyImage
{
    float: left;
    margin-right: 5px;
    margin-bottom: 2px;
}
.May
{
    width: 800px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    font-size: 15px;
    color: gray;
    font-family: Comic Sans MS , Verdana , Sans-Serif;
    border-bottom-color: Gray;
    border-bottom-width: thin;
    border-bottom-style: outset;
    border-right-color: Gray;
    border-right-width: thin;
    border-right-style: outset;
}
.May p:first-letter
{
    color: Maroon;
    font-weight: bold;
    font-size: 1.5em;
    font-style: normal;
    font-family: Comic Sans MS;
}
.May p
{
    font-size: 1.0em;
    font-family: Comic Sans MS;
}
.May h3
{
    font-style: italic;
    font-weight: bold;
    font-family: Comic Sans MS;
    text-align: center;
    color: Maroon;
}
.May h4
{
    font-weight: bold;
    font-family: Comic Sans MS;
    color: Maroon;
}
.MayLeft
{
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: .3em;
    margin-right: .5em;
    border: 0px;
}
.MayRight
{
    float: right;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: .3em;
    margin-left: .5em;
    border: 0px;
}


