﻿/* SRHS1 CSS Document */

body {
  background-color:black;
  color: #FFFFFF}/*sets background color and text color for the page*/
  
hr {
  background-color:yellow;
  color:yellow;
  clear:both}/*format for horizontal lines not compatible with all browsers*/
  
#footer {
  clear:both}/*places footer below any floats*/

#mem1 {
  height:265px;
  padding:5px 5px 5px 5px}/*sets height for float div so nothing runs under*/
  
#mem1r {
  padding:5px 5px 5px 5px;
  height:285px}
  
#mem2 {
  height:500px;
  padding:5px 5px 5px 5px;
  clear:both}/*sets height for float div so nothing runs under*/
  
#mem2r {
  padding:5px 5px 5px 5px;
  height:520px}
  

#plinks a {
  color: white;
  background-color: black;
  font-family: sans-serif;
  font-style: normal;
  text-decoration: none;
  padding: 2px;
  margin: 0px;
  border:5px solid rgb(0,0,0)}/*format for links in menu bar*/

#plinks a:visited {
  color: yellow;
  border: 5px solid black}/*format for visited links in menu bar*/

#plinks a:hover {
  color: yellow;
  border: 5px outset yellow}/*fromat for hover state in menu bar NOTE hover state must be below visited state*/
  
#pScroll {
  color:orange;
  font-size:medium}/*format of scroll on home page*/
  
#wrapper {
  margin: 0px auto 0px auto;
  width:970px}
  
.bold {
  font-weight:bold}
  
.cb {
  clear:both}
  
.cent {
  text-align:center}
  
.fl {
  float:left}
  
.ghost {
  text-align:center;
  font-size:xx-large}
/*.ghost a {color:white}
.ghost a:hover {color:orange} not needed at this time*/

.ital {
  font-style:italic}
  
.large {
  font-size:xx-large}
	
.memleft {
  width:224px}
