/* Stylesheet for the UU Community Church of Santa Monica
 * Dan Kegel (dank@kegel.com)
 *
 * This is a conservative design.
 * It uses very few of the possibilities of style sheets, 
 * in order to be compatible with older browsers.
 * It uses very few entries.  No entry is made in this
 * file without a darn good reason.
 *
 * Divided up into three sections:
 *  main (or normal text)
 *  TOC (or left column)
 *  rightcol (for sidebars)
 */

/*------------------ Main ------------------*/

BODY.main {
	background-color: #FFFFE0;
        text-decoration: none;
        font-family: 'Arial Narrow','Arial MT Condensed Light',sans-serif;
}

/* Headlines are in a thin font */
BODY.main, TABLE, TH, TD, DIV.main {
	font-family: 'Arial Narrow','Arial MT Condensed Light',sans-serif;
}
H1, H2, H3 {
	text-align: center;
        color: #669999;
        font-family: 'Arial Narrow','Arial MT Condensed Light',sans-serif;
}
H1 {
   font-weight: normal;
}

/*------------------ Table of Contents (Left Column) ------------------*/
#BODY.toc {
#}

BODY.toc H1	{
	text-align: left;
        font-family: Arial, Helvetica, sans-serif;
}

BODY.toc A:link {
	font-family: Arial, Helvetica, sans-serif;
        color: #ffffe0;
        text-decoration: none
}
BODY.toc A:visited {
	font-family: Arial, Helvetica, sans-serif;
        color: white;
        text-decoration: none
}

/*------------------ Right Column ------------------*/
.side, .side TABLE {
	background-color: #ffffe0;
        font-family: 'Arial Narrow','Arial MT Condensed Light',sans-serif;
}

DIV.rightcol { 
	float:           right; 
	width:           20%;      
	xfont-size:       0.4em;
	font-family:     'Arial Narrow','Arial MT Condensed Light',sans-serif; 
	margin:          0 0 0 0;
	text-align:      left;
	padding:         0.6em; 
	padding-bottom:  1.0em;
	background:      #FFFFE0;  
      border:  1           
}

DIV.rightcol .header { 
	font-family:     'Arial Narrow','Arial MT Condensed Light',sans-serif;
        font-size:       1.5em;
	font-weight:     900;
	text-transform:  capitalize; 
	text-align:      center;
	margin:          0em;
	xmargin-bottom:   0.7em;
	padding:         0em;
	color:           #000000;              
}

