/****************/
/* Style Sheet  */
/* D.Walsh 2004 */
/****************/

/* Body */
html
  {
    background-color : white
  }

body 
  {
    background-color : white;
    color            : black;
    font-family      : Georgia, "Times New Roman", Times, serif;
    font-size        : 1em;  
    margin-left      : 6em; 
    margin-right     : 0em;
    margin-top       : 3em;
    padding          : 0em;
  }

/* Title */
/*.title
  {
    color        : #993333;
    font-family  : Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-weight  : bold;   
    font-variant : small-caps;
  }
*/
/* H1 */
h1 
  {
    color        : #993333;   
    font-family  : Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size    : 1.5em;
    font-variant : small-caps;
    left         : 4.67em;
    position     : absolute;
    bottom       : -0.25em;
  }

/* H2 */  

h2
  { 
    color        : #993333;
    font-family  : Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size    : 1.25em;
    font-variant : small-caps;
  }

/* Image - Title Bar */
img.titlebar
  {
    left     : 0em;
    height   : 3em;
    position : absolute;
    top      : 0em; 
    width    : 6em;
  }

/* Div - Title Bar */
div.titlebar
  {
    background-color : #99cc66;
    height           : 3em;
    left             : 0em; 
    margin           : 0em;
    padding-left     : 0em;
    position         : absolute;
    right            : 0em;
    top              : 0em;   
  }

div.titlebar.h1
  {
    background-color : #99cc66;
  }

/* Div - Navigation Bar */
div.mainpage
  {
    background-color : white;
    margin           : 0;
    padding-left     : 1em;
    padding-right    : 1em;
  }

/* Div - Figure */
div.figure 
  {
    border  : thin silver solid;
    float   : right;
    margin  : 0.5em;
    padding : 0.5em;
    width   : 220px;
  }
div.figure p 
  {
    font-size   : smaller;
    font-style  : italic;
    text-align  : center;
    text-indent : 0;
  }

/* Div - Spacer */
div.spacer
  {
    clear : both;
  }

/* Ul */
ul.navbar 
  {
    background-color : #99cc66;
    bottom           : 0;
    left             : 0em;
    list-style-type  : none;
    margin           : 0;
    padding          : 0;   
    position         : absolute;
    top              : 3em;
    width            : 6em;
  }
ul.navbar a
  {
    font-family     : Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-variant    : small-caps;
    font-weight     : bold;
    padding-left    : 0.5em;
    text-decoration : underline
  }
ul.navbar li 
  {
    margin  : 0;
    padding : 0.25em;
  }

/* A */
a:link 
  {
    background-color : transparent;
    color            : #993333;
  }
a:visited 
  {
    background-color : transparent;
    color            : purple;
  }
a:active
  { 
    background-color : transparent;
    color            : red;
  }

/* Hr */
hr.heading
  {
    background-color : #ccccff;
    height           : 5px;
  }

/* Address */
address 
  {
    border-top    : thin dotted;
    font-size     : 50%;
    margin-top    : 1em;
    padding-right : 0em;
    padding-top   : 1em;
  }

