﻿

<style type="text/css">

div.side {position: absolute; left: 0%; top: 0%; width: 20%; padding-top: 12%;  padding-left: 12%; padding-right: 12%; background-color: 
          black; height: 175%; font-family: "comic sans ms, sans-sarif"; color: #ff6600; text-align: center;  font-size: 120%;  }
div.footer{text-align: center;}
a:link { color: #ff6600; background: transparent }
a:visited { color: #ff6600; background: transparent; }
a:hover {  background: #ff6600; color: black;}
a:active { color: #ff6600; background: transparent }
address {font-color:"blue"; text-align: center; padding-top: 16%;}
</style>

/**********************************
 * TITLE: PTSA Screen Stylesheet  * 
 **********************************/

h1 {}


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(243,242,235);
  background: url("images/eagle.jpg"); 
  background-position: center; 
  background-repeat: repeat-x;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

.titleTip {
  border-bottom: 1px dotted rgb(240,170,36);
  cursor: help;
  margin: 0;
  padding: 0;
}

acronym {
  border-bottom: 1px dotted rgb(240,170,36);
  cursor: help;
  margin: 0;
  padding: 0;
}

address {
  font-color:"blue"; 
  text-align: center; 
  padding-top: 16%;
}

img { 
  border: none; 
}

/* ##### Header ##### */

#header {
	color: inherit;
	background-color: #ff6600;
	text-align: center;
}

/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 10em;
  float: left;
  clear: left;
  position: absolute; 
  left: 0%; 
  padding-top: 0.8ex 1ex;  
  padding-left: 0.8ex 1ex; 
  padding-right: 0.8ex 1ex; 
  background-color: black; 
  height: 200%; 
  font-family: "comic sans ms, sans-sarif"; 
  color: #ff6600; 
  text-align: center;  
  font-size: 150%; 
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
}

.leftSideBar a {
  color: #ff6600;
  background-color: transparent;
  text-decoration: none;
}
.leftSideBar a:visited { 
  color: #ff6600; 
  background: transparent; 
}
.leftSideBar a:active { 
  color: #ff6600; 
  background: transparent; 
}

.leftSideBar a:hover {
  color: #ff6600;
  background-color: black;
  text-decoration: none;
}

/* ##### Main Copy ##### */

#main-copy {
  font-family: "comic sans ms, sans-sarif";  
  color: black;
  background-color: white;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 0 15.5em;
  padding: 0.5ex 15em 1em 1em;
}

#main-copy h1 {
  font-family: "comic sans ms, sans-sarif"; 
  color: #ff6600; 
  font-size: 200%; 
  text-align: center; 
  background-color: black;
}

#main-copy h2 {
  font-family: "comic sans ms, sans-sarif"; 
  color: #ff6600; 
  font-size: 180%; 
  text-align: center; 
  background-color: transparent;
}

#main-copy h3 {
  font-family: "comic sans ms, sans-sarif"; 
  color: black; 
  font-size: 100%; 
  text-align: center; 
}

#main-copy a {
  color: #ff6600;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

/* ##### Footer ##### */

#footer {
  font-family: "comic sans ms, sans-sarif";  
  color: black;
  background-color: white;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 0 15.5em;
  padding: 0.5ex 15em 1em 1em;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}
