/* Copyright (c) 2005-2006 Peter Shah
   Permission is granted for this style document to be used in whole or in 
   part for non-comercial online purposes so long as this header comment 
   remains attached to the document.

   Home Page: http://www.klargia.com/~pds
   Powered by the vi editor since 2001.
*/

body	{
	 background-color: white;
	}

/* I started out with a separate header division but removed it for
   simplicity and ease of control. Note that if you use a header
   section with this legacy style rule you will need to omit or
   adjst the content division so they don't overlap.             */
#header	{
	 position:         absolute;
	 top:              10px;
	 left:             20%;
	 z-index:          5;
	 background-color: #fff;
	 padding:          20px;
 	}

/* background Image:
   This background stripe is intended to provide a backing
   for the navigation bar. */
/* Well, this would have been for a background stripe, but
   Internet Explorer for Windows can't handle "fixed"
   positioning so I've had to try to hack a compromize.
   This styling is kept for historical purposes. */
#bg	{
	 position:         fixed;
	 top:              0px;
	 left:             2%;
	 z-index:          1;
	 margin:           0;
	 background-color: white;
	}

#bg img	{
	 width: 150px;
	}

#navigation 	{
		 position: fixed;
		 top:      0px;
		 left:     2%;
		 width:    150px;
		 z-index:  8;
		}

#navigation a	{
		 display:          block;
		 color:            white;
		 text-decoration:  none;
		 background-color: #950000;
		 padding-left:     20px;
		 padding-top:      20px;
		 margin:           0;
		 font-family:      "Arial Black", "Helvetica Bold", sans-serif;
	      	}

#navigation img	{
		 margin:       0;
		}

#content	{
		 position:         absolute;
		 top:              10px;
		 left:             20%;
		 z-index:          5;
		 background-color: #fff;
	   	 padding:          20px;
		 margin-right:     20px;
		 width:		   70%;
		}

#content	{
		 background-color: white;
		}

#content h1	{
		 text-align: center;
		}

/* Generic tag styles begin here. */
td img  {
	  border-style: none;
	  height:       200;
	  width:        200;
	}

td	{
	 text-align: center;
	}

td.txt	{
	 text-align:    left;
	 padding-right: 15px;
	}

tr.thumbs td img	{
			 height: 100;
			 width:  100;
			}

a	{
	 color:           black;
	 font-weight:     bold;
	 /* text-decoration: none; */
	}

a.section_link	{
		 color:          black;
		 text-decortion: none;
		 font-family:    "Arial Black", "Helvetica Bold", sans-serif;
		 font-size:      0.95em;
		}

dt	{
	 font-style: italic;
	}

dd	{
	 padding-bottom:	0.6em;
	}

dt.sec_list	{
		 padding-bottom: 0.1em;
		 font-style:	normal;
		}

dd.sec_list	{
		 padding-top     0px;
		 padding-bottom: 0.6em;
		}

img.banner	{
		 width: 100%;
		}

h4	{
	 line-height:70%;
	}

h3	{
	 font-family:    "Arial Black", "Helvetica Bold", sans-serif;
	}

h3.header	{
		 text-align:	center;
		}


p.legal	{
	 font-size:  0.9em;
	 font-style: italic;
	}

