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

BODY {
    /* These items are needed only for Internet Exploder */
     border: 0px;  
     margin: 0px;
     padding: 0px;
     background: white;
     font-size: 100%;
}

DIV.spacer { height:20px; }

.navbody {
border:0px;
margin:0px;
font-family: 'Lucida Grande',Helvetica,Arial,Geneva,'Bitstream Vera Sans',Sans-Serif;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
/*
border-top: 2px solid #cc2244;
border-right: 2px solid #cc2244;
border-bottom: 2px solid #cc2244;
border-left: 2px solid #cc2244;
*/
border: 1px solid #880022;
background: #F4F4F4;
}

A {
    text-decoration: none;
    color: #292929;
    border-bottom: 1px solid #E4E4E4;
    }

A:hover
  {
  color: #000000;
  border-bottom: 1px solid #AAAAAA;
  }

/* Prevents hovering on <a name...>, not that this ever happens in the navigation bar */
a[name]:hover
  {
  color: inherit;
  border-bottom: inherit;
  }


FORM {
border: 0;
margin: 0;
padding: 0;
}

div.list
    {
    text-align: right;
    margin-bottom: 5px;
    }

td.searchtitle
    {
    font-family: 'Lucida Grande',Helvetica,Arial,Geneva,'Bitstream Vera Sans',Sans-Serif;
    padding: 0;
    margin:0;
    padding-right: 10px;
    vertical-align: middle;
    }

table.search
    {
    border: 0;
    border-collapse: collapse;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 2px;

    margin: 0;
    width: 100%;
    }
    
td.searchfield
    {
    color: #555555;
    padding: 0;
    margin:0;
    padding-right:5px; /* fixes the right margin breaking in the search field in IE */
    }

input.searchfield
    {
    margin:0;
    border: 0;
    padding-top: 3px;   /* ignored by Safari -- we use to make Firefox and Safari consistent */
    width: 100%;
    font-family: 'Lucida Grande',Helvetica,Arial,Geneva,'Bitstream Vera Sans',Sans-Serif;
    font-size: 100%;
    border: 1px solid #777777; 
    }

/* Subheads */
H1
	{
    font-family: 'Lucida Grande',Helvetica,Arial,Geneva,'Bitstream Vera Sans',Sans-Serif;
	padding-top: 10px;
	padding-bottom: 5px;
	border: 0px;
	margin: 0px;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
        color: black;
	}


