/*
  Style Sheet for Web Spinners Online
  Created:      11/12/1999
  Author:       Michael Viron <mviron@wsdo.sao.uwf.edu>
  Last Revised: 11/14/1999
  Version:      1.0.1b
  Purpose:      To separate stylistic elements from layout / content
                on all WSO pages and to allow for ease of site-wide
                changes
*/ 
body
/* Sets Background Image and Background Color */
  {
   background-color:       #FFFFFF;
   color:                  #000000;
   margin-top:             10px;
  }
.menuheader
/* 
   Positions 1st menuheader at a position .20" from the bottom of the
   logo image with a .01" left margin
*/
  {
    font-size:    11pt;
    font-family:  Arial,Helvetica,Sans-Serif;
    font-weight:  bold;
    margin-left:  5px;
  }
.menuitem
/*
*/
  {
    font-size:    9pt;
    font-family:  Arial,Helvetica,Sans-Serif;
    font-weight:  normal;
    margin-left:  20px;
  }
  
.headertop
  {
    font-size:        15pt;
    font-family:      Arial,Helvetica,Sans-Serif;
    font-weight:      bold;
    text-align:       center;
  }
.leftcontent 
  {
    position: absolute;
    left:10px;
    top:10px;
    width:150px;
    background: #ADD9E6;
    color: #000000;
    border:1px solid #000;
  }
.centercontent 
  {
    position: relative;
    background:#fff;
    color: #000000;
    margin-left: 160px;
    border:1px solid #000;
    top: 10px;
  }
.headercontent
  {
    background: #ADD9E6;
    color: #000000;
    margin-left: 160px;
    top: 10px;
    border: 1px solid #000;
  }
.copyright
/* 
  Font to 8pt Arial Normal, centers text, and sets cell background to white
*/
  {
   font-family:            Arial, Helvetica, Sans-Serif;
   font-weight:            normal;
   font-size:              10pt;
   text-align:             center;
  }
.validated
  {
   text-align: center;
  }
/* Begin miscellaneous style definitions */

P.content 
  {
   font-size:        10pt; 
   font-family:      Arial,Helvetica,Sans-Serif; 
   text-align:       left; 
   margin-left:      20px;
   margin-right:     20px;
   margin-top:       20px;
   margin-bottom:    20px;
  }
ul.normal,ol.normal 
  {
   font-size:        10pt; 
   font-family:      Arial,Helvetica,Sans-Serif; 
   text-align:       left; 
  }
div.normal
  {
   font-size:        10pt; 
   font-family:      Arial,Helvetica,Sans-Serif; 
   text-align:       left; 
   line-height:      120%;
  }

P.header 
  {
   font-size:        14pt; 
   font-family:      Arial,Helvetica,Sans-Serif; 
   text-align:       center; 
   text-decoration:  underline;
  }
P.topheader 
  {
   font-size:        16pt; 
   font-family:      Arial,Helvetica,Sans-Serif; 
   text-align:       center; 
   text-decoration:  none;
  }
/* Set no-underline for links */
a.menu:link 	     
  {
   text-decoration:        none;
  }

a.menu:active      
  {
   text-decoration:        none;
  }

a.menu:visited
  {
   text-decoration:        none;
  }

/* End miscellaneous style definitions *//*
td.right
/* 
  Sets all borders to zero on content cell, font to 10pt Arial Normal,
  left aligns text, and sets cell background to white
*/
  {
   font-family:            Arial,Helvetica,Sans-Serif;
   font-weight:            normal;
   font-size:              10pt;
   background-color:       #FFFFFF;
   text-align:             right;
   color:                  #000000;
  }
/* Begin style definitions for table header cells */
th.mainhdr
/* 
  Sets font to 10pt Arial Bold, and centers text.
*/

  {
   font-family:            Arial,Helvetica,Sans-Serif;
   font-weight:            bold;
   font-size:              10pt;
   text-align:             center;
  }
th.alpha
/* 
  Sets font to 12pt Arial Bold, and centers text.
*/

  {
   font-family:            Arial,Helvetica,Sans-Serif;
   font-weight:            bold;
   font-size:              12pt;
   text-align:             center;
  }
th.left
/* 
  Sets all borders to zero, font to 12pt Arial Bold,
  centers text, and light blue background
*/

  {
   font-family:            Arial,Helvetica,Sans-Serif;
   font-weight:            bold;
   font-size:              10pt;
   text-align:             left;
   text-indent:            4px;
  }

P.subhead 
     {
      font-size:        10pt; 
      font-family:      Arial,Helvetica,Sans-Serif; 
      text-align:       left; 
      font-weight:      bold;
      color:            #000000;
      line-height:      120%;
      margin-left:      0.50in;
      margin-right:     0.50in;
     }
.subnormal
     {
      font-size:        10pt; 
      font-family:      Arial,Helvetica,Sans-Serif; 
      text-align:       left; 
      color:            #000000;
      line-height:      120%;
      margin-left:      0.75in;
      margin-right:     0.50in;
     }
