/*********** ALL PAGES **********/

/* Sets the background and the margins of the body
   -- note, on Netscape 4, margin doesn't work.  :-(  */

/* <body text="#330000" bgcolor="#ffffff" link="#ff6600" vlink="#ff6600"
 alink="#333333"> */
   
body {
    margin: 10px;
	background-color: #ffffff  /*#eeeeee*/ ;
    }

/* makes all linked text blue and NOT underlined */

A {
    text-decoration: none;
    color : #ff6600; /* #333399 */
    }




/************ HOME PAGE ************/

/* Defines the textual attributes of the main paragraphs */

.bodytext {
    font-family: Verdana,Helvetica,Geneva,Arial,Sans-Serif;
	font-size: 12px;
	color: #330000; /*#000000;*/
}

/* 

/* Small space between the main paragraphs and the image, and
   also between the main paragraphs and the columns below them */

.smallspacer {
padding-top: 4px;
}

/* Style of the header of each column list */

.smallheader    {
    font-family: Verdana,Helvetica,Geneva,Arial,Sans-Serif;
	font-size: 14px;
    font-weight: bold;
    color : 000066;
    padding-left : 5px;
    /* padding-right: 10px; */
    }

/* Style of the link text in each column list */
    
.listlinktext {
    text-decoration: none;
    font-family: Verdana,Helvetica,Geneva,Arial,Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    /*padding-right: 15px;*/
    padding-left : 5px;
    color : #333399;
    }

/* Vertical spacer between the left column and the main body.
   We use margin rather than padding because of Netscape 4. */
    
.verticaldivider {
margin-left: 8px;
margin-right: 8px;
}





/******** SUBSIDIARY PAGES *********/


/* Where most decorations go -- we set the text
   and pad in a little. to compensate for the BODY
   margin elimination. */

.mainarea
	{
    font-family: Verdana,Helvetica,Geneva,Arial,Sans-Serif;
	font-size: 12px;
	text-align: left;
	padding: 20px;
	}

/* Small banner background */
.subbanner
	{
	background-color: #333366;
	border: 0em;
	}

/* The strip down the left */
.trim
	{
	background-color: #666666;
	}

/* Navigation Priors */
.prenav
    {
    font-family: Verdana,Helvetica,Geneva,Arial,Sans-Serif;
	font-size: 12px;
    font-weight: bold;
    color : #666666;
    }
    
/* Current Page */
.nav
    {
    font-family: Verdana,Helvetica,Geneva,Arial,Sans-Serif;
	font-size: 18px;
    font-weight: bold;
    color : #000066;
    }
    
/* Subheads  */
H2
	{
	margin-top: 2em;
	border-bottom: solid 4px #303050;
	font-size: 14px;
    font-family: Verdana,Helvetica,Geneva,Arial,Sans-Serif;
	font-weight: bold;
	text-align: left;
	}
	
/* Subsubheads */
H3
    {
    margin-top: 1em;
    font-size: 14px;
    font-family: Verdana,Helvetica,Geneva,Arial,Sans-Serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 4px;
    }

/* Description Lists */
DT
    {
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-weight: bold;
    }
    
    
.whiteheader
{
	font-family:Verdana,Helvetica,Geneva,Arial,Sans-Serif;
	font-size:  14px;
	font-weight: bold;
	color: #ffffff;
}
.whitetext
{
	 font-family:Verdana,Helvetica,Geneva,Arial,Sans-Serif;
        font-size:  12px;
        font-weight: bold;
        color: #ffffff;
}

*/