/***************************/
/* general page formatting */
/***************************/

BODY		{ background-color : #EEE6AA;
		  background-image : url("images/glass.jpg");
		  background-repeat: no-repeat;
		  background-attachment: fixed}

P		{ margin-left  : 185px;  	 	/*leave space for photo*/
		  margin-top   : 10px;
		  margin-right : 2em}

UL		{ margin-left  : 120px;
		  margin-right : 2em;}

LI		{ margin-left  : 120px;
		  margin-right : 2em;
		  margin-top   : 10px}

H1		{ background-color: #AA6600;            /*for conference title*/
		  margin-left  : 185px;
		  text-align   : center;
		  color        : #FFFFAA;
		  margin-top   : 0em;
		  margin-bottom: 0em;
		  font-variant : small-caps;
		  font-family  : Arial, sans-serif;
		  font-weight  : bold;
		  border       : 2px solid;
		  border-color : #664422;
		  }

H2		{ margin-left  : 185px;			/*for page titles*/
		  text-align   : center;
		  font-family  : Times, serif }

H3		{ margin-left  : 185px;			/*for inline subheadings*/
		  margin-right : 2em;
		  margin-top   : 2em;
		  font-family  : serif;
		  font-weight  : bold;		  
		  font-style   : oblique }	

H4		{ margin-left  : 185px;			/*for inline subsubheadings*/
		  margin-right : 2em;
		  margin-top   : 2em;
		  margin-bottom: 0em;
		  font-variant : small-caps;
		  font-family  : Arial, sans-serif;
		  font-weight  : bold }	

TABLE		{ margin-left  : 190px;
		  margin-right : 4em }

CAPTION		{ text-align   : left;
		  margin-left  : 190px;
		  font-style   : italic}	



/************************************/
/*      MENU BAR FORMATTING         */
/************************************/


div		{ margin-left  : 185px}

div.menubar,
div.menubar a.menubutton
		{ font-family  : Arial, sans-serif}

div.menubar	{ background-color : #CC5500;
		  border       : 2px solid;
		  border-color : #662200 $883300 #666600 #666600;
		  padding      : 6px;
		  text-align   : left}

div.menubar a.menubutton
		{ text-decoration : none;
		  font-size    : 9pt;
		  font-weight  : bold;
		  border       : 1px solid;
		  border-color : #993300 #000000 #000000 #993300;
		  color        : #FFFFCC;
		  cursor       : default;
		  margin       : 2px;
		  padding      : 2px;
		  position     : relative;
		  z-index      : 100}

div.menubar a.menubutton:hover
		{ background-color : #DD7700}

div.lowerbar	{ padding-top  : 15px;
		  font-size    : 9pt}
