/*
  Style Sheet for Michael Viron 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 MVO pages and to allow for ease of site-wide
                changes
*/ 
body
/* Sets Background Image and Background Color */
  {
   background-image:       url(/images/sideback.jpg);
   background-repeat:      repeat-y; /* fix for wider screens (don't repeat x) */
   background-color:       #FFFFFF;
   color:                  #000000;
  }
.logo
/* Positions logo at a position .25 inches from the top of the browser 
   window with a .01" left margin
*/
  {
    position:     column;
    top:          .25in;
    font-family:  Arial,Helvetica,Sans-Serif;
    font-size:    10pt;
    font-weight:  normal;
    color:        #000000;
  }
  
div.header
  {
    top-margin:       .25in;
    left-margin:      2.2in;
    text-align:       center;
  }
div.content
  {
    position:     absolute;
    top:          1.25in;
    left:         2.2in;
  }
div.content2
  {
    position:     absolute;
    top:          .25in;
    left:         2.2in;
  }   
td.officecontent
/* 
  Sets all borders to zero on intro cell, font to 10pt Arial Normal,
  left aligns text, and sets cell background to white
*/
  {
   border-top-width:       0;
   border-right-width:     0;
   border-left-width:      0;
   border-bottom-width:    0;
   font-family:            Arial,Helvetica,Sans-Serif;
   font-weight:            normal;
   font-size:              10pt;
   background-color:       #FFFFFF;
   text-align:             right;
   color:                  #000000;
   vertical-align:         top;
  }

td.contactcontent
/* 
  Sets all borders to zero on intro cell, font to 10pt Arial Normal,
  left aligns text, and sets cell background to white
*/
  {
   border-top-width:       1;
   border-right-width:     1;
   border-left-width:       1;
   border-bottom-width: 1;
   font-family:            Arial,Helvetica,Sans-Serif;
   font-weight:            normal;
   font-size:              10pt;
   background-color:       #FFFFFF;
   color:                  #000000;
  }

.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:              8pt;
   text-align:             center;
   color:                  #000000;
  }

th.contacthdr
/* 
  Sets all borders to zero on contact header cells, font to 10pt Arial Bold,
  centers text, and sets cell background to white
*/
  {
   border-top-width:       0;
   border-right-width:     0;
   border-left-width:      0;
   border-bottom-width:    0;
   font-family:            Arial,Helvetica,Sans-Serif;
   font-weight:            bold;
   font-size:              10pt;
   background-color:       #FFFFFF;
   text-align:             center;
   color:                  #000000;
  }

th.officeheader
/* 
  Sets all borders to zero on server header cells, font to 10pt Arial 
  Bold, left aligns text, and sets cell background to white
*/
  {
   border-top-width:       0;
   border-right-width:     0;
   border-left-width:      0;
   border-bottom-width:    0;
   font-family:            Arial,Helvetica,Sans-Serif;
   font-weight:            bold;
   font-size:              15pt;
   background-color:       #FFFFFF;
   text-align:             center;
   color:                  #000000;
  }

th.officesechdr
/* 
  Sets all borders to zero on server header cells, font to 10pt Arial 
  Bold, left aligns text, and sets cell background to white
*/
  {
   border-top-width:       0;
   border-right-width:     0;
   border-left-width:      0;
   border-bottom-width:    0;
   font-family:            Arial,Helvetica,Sans-Serif;
   font-weight:            bold;
   font-size:              10pt;
   background-color:       #FFFFFF;
   text-align:             center;
   color:                  #000000;
  }


/* End style definitions for table header cells */

/* Begin miscellaneous style definitions */

.header
  {
    font-size:             14pt;
    font-family:           Arial,Helvetica,Sans-Serif;
    font-weight:           bold;
    text-align:            left;
    color:                 #000000;
    margin-left:           30px;
  }
P.topheader 
  {
   font-size:        16pt; 
   font-family:      Arial,Helvetica,Sans-Serif; 
   text-align:       center; 
   color:            #000000;
   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 */
