/***************************/
/* general page formatting */
/***************************/

BODY		{ background-color : #FFFFF0;
		  background-image : url("mftm.jpg");
		  background-repeat: no-repeat;
		  background-attachment: fixed}

P		{ margin-left  : 245px;  	 	/*leave space for photo*/
		  margin-right : 1em;
		  text-align   : justify;
		  font-family  : Arial, sans-serif}

UL		{ margin-left  : 2px;
		  margin-right : 2em;
                  margin-top   : 5px;
		  font-family  : Arial, sans-serif}

OL		{ margin-left  : 2px;
		  margin-right : 2em;
                  margin-top   : 3px;
		  font-family  : Arial, sans-serif}

LI		{ margin-top   : 3px;
		  margin-bottom: 0px;}

H1		{ background-color: #E0B080;            /*for page title*/
		  margin-left  : 245px;
		  margin-right : 10px;
		  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 : #A06050}

H2		{ margin-left  : 0px;			/*for page subtitles*/
		  margin-top   : 15px;
		  text-align   : left;
		  font-family  : Arial, sans-serif}

H3		{ margin-left  : 245px;			/*for inline subheadings*/
		  margin-right : 2em;
		  margin-top   : 1.5em;
		  text-align   : center;
		  font-family  : Arial, sans-serif;
		  font-weight  : bold;		  
		  font-style   : oblique}	

H4		{ margin-left  : 245px;			/*for inline subsubheadings*/
		  margin-right : 2em;
		  margin-top   : 0em;
		  font-family  : Arial, sans-serif;
		  font-weight  : bold}	

CAPTION		{ text-align   : left;
		  margin-left  : 255px;
		  font-style   : italic}	

BLOCKQUOTE	{ text-align   : justify;
		  margin-left  : 270px;
		  margin-right : 3em;
		  font-family  : Arial, sans-serif;
		  font-style   : italic}	

TABLE		{ text-align   : left}

IMG		{ border-color : #FFFFF0}



/************************************/
/*      MENU BAR FORMATTING         */
/************************************/


div		{ margin-left  : 200px}

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}