<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
    <link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"

      title="Wrap Long Lines">
  </head>
  <body>
 
 
    <pre>.cshTextBox
{
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* when Opera Presto 2.3 or later is released */
    border-radius: 5px; /* future proofing for when border-radius is supported */
    padding: 1px 2px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman" , Times, serif;
    height: 20px;
    width: 100px;
    text-align: left;
    -webkit-box-shadow: rgb(150,150,150) 3px 3px 10px; /* for Safari and Chrome */
    -moz-box-shadow: rgb(150,150,150) 3px 3px 10px; /* for Firefox */
    -o-box-shadow: rgb(150,150,150) 3px 3px 10px; /* when Opera Presto 2.3 or later is released */
    -ms-box-shadow: rgb(150,150,150) 3px 3px 10px;
    box-shadow: rgb(150,150,150) 3px 3px 10px;
}

.cshTextArea
{
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* when Opera Presto 2.3 or later is released */
    border-radius: 5px; /* future proofing for when border-radius is supported */
    padding: 1px 2px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman" , Times, serif;
    height: 100px;
    text-align: left;
    width: 350px;
    -webkit-box-shadow: rgb(150,150,150) 3px 3px 10px; /* for Safari and Chrome */
    -moz-box-shadow: rgb(150,150,150) 3px 3px 10px; /* for Firefox */
    -o-box-shadow: rgb(150,150,150) 3px 3px 10px; /* when Opera Presto 2.3 or later is released */
    -ms-box-shadow: rgb(150,150,150) 3px 3px 10px;
    box-shadow: rgb(150,150,150) 3px 3px 10px;
}

.cshButton
{
    background-color: #c0c0c0;
    border: 1px solid #000000;
    color: #000000;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* when Opera Presto 2.3 or later is released */
    border-radius: 5px; /* future proofing for when border-radius is supported */
    padding: 1px 2px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman" , Times, serif;
    height: 20px;
    text-align: center;
    width: 88px;
    cursor: pointer;
}

.cshButton:hover
{
    background-color: #ffffff;
}

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;
	font-size: 2.0em;
}

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 black;
    border-top: 1px solid black;
}


.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: 20px;
    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;
	font-size: 1.6em;
}
.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;
}


.Running
{
    width: 850px;
    /*height:auto;*/
	 height:3000px;
    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;
}
.Running p:first-letter
{
    color: Blue;
    font-weight: bold;
    font-size: 1.5em;
    font-style: normal;
    font-family: Comic Sans MS;
}
.Running p
{
    font-size: 1.0em;
    font-family: Comic Sans MS;
}
.Running h3
{
    font-style: italic;
    font-weight: bold;
    font-family: Comic Sans MS;
    text-align: center;
    color: blue;
	font-size: 1.6em;
}
.Running h4
{
    font-weight: bold;
    font-family: Comic Sans MS;
    color: Maroon;
}
.RunningLeft
{
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: .3em;
    margin-right: .5em;
    border: 0px;
}
.RunningRight
{
    float: right;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: .3em;
    margin-left: .5em;
    border: 0px;
}
.Running h5
{
    text-align: left;
    color: blue;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 0px;
}
</pre>
    
  </body>
</html>
