/* Strephonics CSS Sheet - strephon.css
** Created for Strephonics: 8th March 2009 SJT
** Last modified: 31st July 2009 SJT - ** changed color to red on menu current position
** Modified: 8th June 2009 SJT - ** Added this header.
** Modified: 14th March 2009 SJT
** (C)2008-2009 - Copyright of Strephonics.
*/
/* Main Link properties */
a {
    text-decoration: none;
}
a:link {
    color: darkblue;
}
a:active {
    color: red;
}
a:visited {
    color: purple;
}
a:hover {
    color: red;
    background: lightblue;
}
body {
    width: 800px;
}
dd {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: xx-small;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: normal;
    color: blue;
}
dt {
    font-weight: bold;
}
dt:first-letter {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: xx-large;
}
h2 {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: x-large;
    font-style: italic;
    color: red;
    font-weight: bold;
    font-variant: normal;
}
h2 b {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: x-large;
    font-style: italic;
    color: blue;
    font-weight: bold;
    font-variant: normal;
}
img {
    border: none;
}
img.samlogo {
    border: none;
    position: relative;
    left: 245px;
    padding: 10px;
}
li.dnld {
    font-weight: normal;
    list-style-image: url(pics/pdf.gif);
}
li {
    font-weight: bold;
}
p, p.std {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: medium;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: normal;
}
p:first-letter {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: xx-large;
}
p.std:first-letter {
    font-size: medium;
}
p.strep:first-letter {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: x-large;
}
p.strfl:first-letter {
    font-family: ParkAvenue BT, Park Avenue, cursive;
    font-size: xx-large;
    font-style: italic;
    font-weight: bold;
}
ul {
    list-style-type: square;
}
/* CLASSES */
.hdrlft {
    text-align: left;
}
.hdrrht {
    text-align: right;
    font-size: large;
}
.imgcntr {
    text-align: center;
}
/* Class - menu1 & menu2 for Menus only */
.menu1 {
    background-color: ghostwhite;
}
.menu2 {
    background-color: whitesmoke;
}
/* Class - str for Strephonics */
.str {
    font-family: ParkAvenue BT, Park Avenue, cursive;
    font-size: x-large;
    font-style: italic;
    font-weight: bold;
    color: blue;
}
/* Class - strep for Paragraph Content */
.strep {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: small;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: normal;
    color: blue;
    padding: 10px;
}
/* IDs for creating the page */
#content {
    background-color: white;
    color: blue;
    float: right;
    padding: 5px;
    width: 670px;
}
#footer {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: xx-small;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    clear: both;
    color: blue;
    text-align: center;
    width: 800px;
    vertical-align: top;
}
#GetUp1 {
    float: left;
    padding: 5px;
    height: 280px;
    width: 300px;
}
#GetUp2 {
    float: right;
    padding: 5px;
    text-align: left;
    height: 280px;
    width: 340px;
}
#getupswf {
    background-color: #f0fff0;
}
#header {
    float: right;
    height: 180px;
    width: 680px;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: medium;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    background-color: blue;
    color: white;
}
#header a:link {
    color: yellow;
    font-weight: bold;
}
#header a:active {
    color: red;
}
#header a:visited {
    color: yellow;
}
#header a:hover {
    color: red;
    background-color: lightblue;
}
#headerimg {
    position: relative;
    left: 125px;
    top: 0px;
    height: 100px;
    width: 390px;
}
#headertxt {
    clear: both;
    text-align: center;
}
/* ID - #menu - color = current position
** ID - #menu a - color = link colors
*/
#menu {
    background-color: white;
    float: left;
    height: 180px;
    width: 120px;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: medium;
    font-style: normal;
    font-weight: normal;
    font-variant: small-caps;
    color: red;
    text-align: center;
    vertical-align: middle;
}
#menu a:link {
    color: blue;
}
#menu a:active {
    color: red;
}
#menu a:visited {
    color: darkblue;
}
#menu a:hover {
    color: red;
    background-color: lightblue;
}
#sidebar {
    clear: left;
    float: left;
    padding: 5px;
    width: 110px;
}
/* Other IDs */


