/* Default CSS settings for Descartes site */

BODY
	{
	background-color : #ffffff;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
    /*font-size : 10pt;*/
	margin-bottom : 0;
	}

/* NS 4.x has trouble with inheritance, so you have to 
   have all the block elements here */
A, P, DIV, TABLE, TD, TH, DL, FORM, BLOCKQUOTE, CAPTION
	{
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
    /*font-size : 10pt;*/
	margin-bottom : 0;
	}

P 
    {
	margin-top : 0;
    }    

h1, h2, h3, h4, h5, h6, h7  
	 {
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-weight : normal;
	background-color : transparent;
	color: #000099;
	margin-bottom : 0;	
    }


A:hover 
	{
	text-decoration: underline;
	color: #FF6633;
	}



/* CSS for the "Bread Trails" */
A.trail 
	{
	text-decoration: none;
	color: #000000;
	font-size: x-small;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	}

A.trail:hover 
	{
	text-decoration: underline;
	color: #000000;
	font-size: x-small;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	}

TD.trail 
	{ 
	color: #000000;
	font-size: x-small;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	}


A.navbar 
	{
	text-decoration: none;
	font-family: ms sans serif, arial, helvetica, sans-serif;
	/*font-size: small;*/
	/*text-transform: uppercase;*/
	/*color: #ffffff;*/
	color: #000033;
    font-weight: normal;
    }

/*.nav A.navbar
    {
	color: #000033;
	text-decoration: none;
	font-size: smallest;
    }
*/
A.navitem 
	{
	text-decoration: none;
	color: #660066;
	font-family: arial, verdana, sans-serif;
	font-size: xx-small;
	text-transform: uppercase;	
	}

A.navsubitem 
	{
	text-decoration: none;
	color: #660066;
	font-family: arial, verdana, sans-serif;
	font-size: xx-small;
	text-transform: uppercase;	
	}


/* CSS for the navbar header */
FONT.header {
	color: #000000;
	font-size: small;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
}

.hangingindent
    {
    margin-left: 3em;
    }
    
/* 	CSS for the "Contact|Search|Sitemap|Exit" */
div.globalnav
    {
	color: #000000;
	font-size: 10;
	font-weight: bold;
    }

A.globalnav, A.globalnavbar:hover {
	text-decoration: none;
	color: #000000;
	font-size: 10;
	font-weight: bold;
}

.sidebar 
	{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: smaller;
	text-transform: uppercase;	
	/*color: #ffffff;*/
	color: #000066;
    font-weight: normal;
/*	letter-spacing : 0em;*/
    }
