/***************************/
/* general page formatting */
/***************************/

BODY		{ background-color : #CCCC99;
		  background-image : url("images/glass.jpg");
		  background-repeat: no-repeat;
		  background-attachment: fixed}

P		{ margin-left  : 185px;  	 	/*leave space for photo*/
		  margin-right : 2em }

UL, LI		{ margin-left  : 120px;
		  margin-right : 2em}

H1		{ background-color: #999966;            /*for conference title*/
		  margin-left  : 185px;
		  text-align   : center;
		  color        : #FFFFCC;
		  margin-top   : 0em;
		  margin-bottom: 0em;
		  font-variant : small-caps;
		  font-family  : Arial, sans-serif;
		  font-weight  : bold;
		  border       : 2px solid;
		  border-color : #666600;
		  }

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  : 200px;			/*for inline subsubheadings*/
		  margin-right : 2em;
		  margin-top   : 0em;
		  font-family  : 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 : #660033;
		  border       : 2px solid;
		  border-color : #660033 $666600 #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 : #990033 #000000 #000000 #990033;
		  color        : #FFFFCC;
		  cursor       : default;
		  margin       : 2px;
		  padding      : 2px;
		  position     : relative;
		  z-index      : 100}

div.menubar a.menubutton:hover
		{ background-color : #996666}

div.lowerbar	{ padding-top  : 15px;
		  font-size    : 9pt}
