/****** GENERAL *******/

BODY {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: #FFFFFF; 
    font-family: 'Lucida Grande',Verdana,Helvetica,Arial,Geneva,'Bitstream Vera Sans',Sans-Serif;
    font-size: 80%;
    width: 100%;
    }

/* We say this instead of just 'A', because it restricts us to links rather than to <A NAME ... > */
A:link, A:visited, A:active {
    text-decoration: none;
    color:  #ff6600; 
    border-bottom: 1px dotted #AAAAAA;
    /* IE can't do dotted!  And it doesn't handle explicit text underlining right.  So we just
	use the standard stuff.  */
    text-decoration=underline;
    border-bottom=0px;
    }

H1 {
   margin-top: 20px;
   font-family: 'Lucida Grande',Helvetica,Arial,Geneva,'Bitstream Vera Sans',Sans-Serif;
   font-size: 150%;
   }

H2 {
    margin-top: 15px;
    font-family: 'Lucida Grande',Helvetica,Arial,Geneva,'Bitstream Vera Sans',Sans-Serif;
   font-size: 125%;
   }

H3 {
   font-family: 'Lucida Grande',Helvetica,Arial,Geneva,'Bitstream Vera Sans',Sans-Serif;
   font-weight: bold;
   font-style: italic;
   font-size: 100%;
   margin-top: 15px;
   }

H4 {
   font-family: 'Lucida Grande',Helvetica,Arial,Geneva,'Bitstream Vera Sans',Sans-Serif;
   font-weight: bold;
   font-size: 100%;
   }
   
DL { margin-bottom: 20px;} 

DT {
   font-weight: bold;
   margin-bottom: 5px;
   }

DD {
   margin-bottom: 10px;
   }

LI {
   margin-bottom: 10px;
   }

TH {
   text-align: left;
   border-bottom: 1px solid #000000;
   border-right: 1px solid #000000;
   padding-right: 20px;
   padding-left: 20px;
   padding-bottom: 5px;
   margin: 0;
   background-color: #FF9933;
   padding-top: 5px;
   }

TD {
   padding-right: 20px;
   padding-left: 20px;
   padding-top: 5px;
   padding-bottom: 5px;
   background-color: #FFFFFF;
   border-bottom: 1px solid #000000;
   border-right: 1px solid #000000;
   }
   

TABLE {
    font-family: 'Lucida Grande',Verdana,Helvetica,Arial,Geneva,'Bitstream Vera Sans',Sans-Serif;
    border: 1px solid #000000;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    margin-left: 10px;
    margin-right: 10px;
    font-size: inherit;
    }
    
HR {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #000000;
}





/**** CLEAN, EMPTY TABLES ****/
TABLE.empty {
border: 0;
margin: 0;
padding: 0;
}

TD.empty {
background-color: #FFFFFF;
padding: 0;
border: 0;
}

TH.empty {
background-color: #FFFFFF;
padding: 0;
border: 0;
font-weight: bold;
}



/****** NOTES *******/

.note {
    background-color: #8888FF;
    border: 1px dashed #000000;
    margin-top: 10px;
    padding: 10px;
    width: 400px;
    }


/******* FAQ SIDEBARS *****/

DIV.faq {
     float: right;
     margin-left: 10px;
     margin-top: 10px;
     margin-bottom: 10px;
     margin-right: -20px;
     padding: 10px; 
     width: 180px;
     background: #E5E5E5; 
     border-left: 1px dotted #000000;
     border-top: 1px dotted #000000;
     border-bottom: 1px dotted #000000;
     border-left=1px solid #777777;
     border-top=1px solid #777777;
     border-bottom=1px solid #777777;
     font-size: 90%;
     }


/****** TITLES *******/

div.title {
font-family: 'Lucida Grande',Verdana,Helvetica,Arial,Geneva,'Bitstream Vera Sans',Sans-Serif;
margin-left: -20px;
margin-bottom: 10px;
margin-top: -20px;
margin-right: -20px;
padding-top: 18px;
padding-left: 20px;
padding-bottom: 15px;
border-bottom: 2px solid #000000;
font-style: italic;
font-weight: bold;
text-align: left;
background: #FFCC66; /* ff6600;   #E5E5E5; */
font-size: 150%;
}


/****** TABLES OF CONTENTS *******/

TABLE.toc {
    border: 0;  /** Clear out previous declarations */
    border-left: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
    width: 16em;
    top: -20px;
    right: -20px;
    margin: 0;
    position: relative;
    padding: 10px;
    padding-top: 18px;
    padding-bottom: 10px;
    background: #A0AAC4;
    /* IE can't do dotted!  So we do this hack, using =, which only IE can
       read, to declare a solid gray border instead. */
    border-left=1px solid #777777;
    border-bottom=1px solid #777777;
    }

H1.toc
	{
        margin: 0px;
	padding: 0px;
	border: 0px;
	padding-bottom: 0em;
	font-size: 105%;
	font-style: italic;
	font-weight: bold;
	text-align: left;
    font-family: Verdana,'Lucida Grande',Helvetica,Arial,Geneva,'Bitstream Vera Sans',Sans-Serif;
	}
	
A.toc:link, A.toc:visited, A.toc:active
    {
    color: #000000;
    border-bottom: 1px dotted #888888;
    text-decoration: none;
    /* IE can't do dotted!  So we do this hack, using =, which only IE can
       read, to declare a solid gray border instead. */
    border-bottom=1px solid #888888;
    }

DIV.toc
    {
    margin: 0px;
    padding: 0px;
    border: 0px;
    margin-left: 10px;
   /* IE is a horrible, horrible program. */
    padding-bottom=20px;
    }

HR.toc {
    border: 0px;
    border-top: 1px dotted #000000;
    border-top=1px solid #777777;
    margin-left: -20px;
}
    
TR.toc {
}

TD.toc {
    font-family: 'Lucida Grande',Verdana,Arial,Helvetica,Geneva,'Bitstream Vera Sans',Sans-Serif;
    border: 0;
    padding: 0;
    margin: 0;
    background: #A0AAC4;
   /* background: #FFFFFF; */
    /* IE has incorrect padding in the TABLE above.  
       So we're going to add some padding here to compensate. */
    padding = 10px;
    padding-right: 0px;
    font-size= 100%;
     line-height=120%;
    }

UL.toc {
    padding-left: 14px;
    list-style-type: square;
	}

/********** NEWS ***********/

SPAN.morenews {
    font-family: 'Lucida Grande',Verdana,Helvetica,Arial,Geneva,'Bitstream Vera Sans',Sans-Serif;
    font-style: italic;
    font-size: 66.6666%;
    }

H2.newstitle {
    margin-top: 0px;
    margin-bottom:5px;
    font-family: 'Lucida Grande',Verdana,Helvetica,Arial,Geneva,'Bitstream Vera Sans',Sans-Serif;
    font-size: 150%;
    font-weight: bold;
    }

DD.news {
    margin-left: 20px;
    }


/******** SPLASH IMAGES ******/

IMG.splash {
	float: left;
	margin-right: 25px;  /* Safari's bullets don't work right, ergh. */
        margin-top: 10px;
        margin-bottom: 20px;
        width: 250px;
}

IMG.rightsplash {
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: -5px;
	width: 250px;
}


/********** BANNER **********/


/*
IFRAME.top
{
height: 96px;
width: 100%;
border: 0;
padding: 0;
margin: 0;
text-align: left;
}
*/

TD.top {
    height: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #000000;
}




/********** NAVIGATION BAR **********/

IFRAME.nav
{
border: 0;
padding: 0;
margin: 0;
height: 60em;
width: 16em;
}
 
TD.nav {
    background:  #660100; /* #E5E5E5; */
	margin: 0;
	padding: 0;
	border: 0;
    border-right: 1px dotted #000000;
    /* IE can't do dotted!  So we do this hack, using =, which only IE can
       read, to declare a solid gray border instead. */
    border-right=1px solid #777777;  
}

/************ PICTURE *************/

TABLE.picture {
    border: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    margin-left: 20px;
    }

TD.picture {
    border: 0;
    margin: 0;
    padding: 0;
    }

TD.caption {
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    font-size: 80%; 
    }

IMG.picture {
    border: 0 none;
    }

A.picture {
    border: 0 none;
    }

/************ MAIN REGION ************/

TABLE.main {
    border: 0;
    padding: 0;
    margin: 0;
/* Note that this causes Firefox to break the website into two pieces when printing: the banner, and everything else.  Very frustrating, and there doesn't appear to be a fix.  It happens regardless of whether the banner up top is rendered using div+iframe, a straight image, or a cell in the table + iframe.  We're using div for the moment. */
    height: 100%;
/* This is necessary to get the table to stretch to the full width of the page */
    width: 100%;
}

TR.main {
    border: 0;
    padding: 0;
    margin: 0;
}

TD.main {
    border: 0;
	background: #FFFFFF;
        font-family: 'Lucida Grande',Verdana,Helvetica,Arial,Geneva,'Bitstream Vera Sans',Sans-Serif;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	min-width: 559px;
	width: 100%;
}



