/* UNIVERSAL SETTINGS */

body {
	margin: 0;
	padding: 0;
	color: #000;			/* font-color: black */


	/*  background: #f0ffff; */	/* background-color: light blue = rgb(240, 255, 255)     */  
	/*  background: #f3ffff;		/* background-color: lighter blue  = rgb(243, 255, 255)  */  */

	/*	background: #3095B4; */
	/*  background: #fff;		/* background-color: white */     */
  font-size: 100%; 	
	font-family: arial, helvetica, sans-serif;
	background-color: #090;
	clear: both;
}

p, td, ul, ol, ul, li, dl, dt, dd {
  font-size: 100%;
  font-family: arial, helvetica, sans-serif;
}

a:link  {
  color: #0000ff;
}


/* a:visited {
  color: #00ff00;
} */


a:hover {
  background-color: #ffff00; color: #ff0000;
}


/* a:active {
  color: #ffff00;
} */


                                        
/***** SET PARAMETERS FOR CONTENTS OF LEFT COLUMN NAVIGATION BOX *****/
#leftnav {
	/* float: left; */
	/* width: 20%; */
	/* font: 8pt Arial Helvetica sans-serif; */
	background-color: #6F3;	/* border-right: 1px solid; */
	/* border-right-color: #999; */
	/* border: 0px solid blue */
	}

#leftnav ul {				/* ???????????????????????????????????? */
        list-style: none;
        margin: 0px; 			/* Keeps the leftnav list snug within its box. */
        padding: 0; 			/* ditto */
        }

#leftnav li {				/* Sets border-bottom width, type, color for all leftnav list items. */
	border-bottom: 1px solid; 
	/* border-bottom-color: rgb(204, 204, 204); */	/* border-bottom-color=gray */
	/* border-bottom-color: #ccc; */
	/* border-bottom-color: #999;  */
	border-bottom-color: #f00;
        } 

#leftnav li.divider {			/* Define special list item box (with red divider below) */
        border-bottom: 3px solid #c00;
        }

#leftnav li a {				/* These are the individual links in the leftnav list. */
        display: block; 		/* lines go all the way */
        padding: 0.5em 0.5em 0.5em 0.5em;
	/* font-family: Arial, Helvetica, sans-serif; */       
	/* font-size: 100%; */
	/* line-height; 2;*/
	font-size: 10pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.05;
	text-decoration: none;		/* Omits underline on the leftnav links. */
        }

/* #leftnav li a:visited {			/* Set color=red for visited leftnav links. */
        color: #f00;
        } */

/*
#leftnav li a:hover {			/* Change background to yellow on hover */
        background: #ff0;
        }
*/

#leftnav .linkhead h4 {		/* ???????????????????????????????????? */
           color: #000;
           font-weight: 700;
           padding: .5em 0 0 15px;
           margin: 0;
           }

#topbanner a:hover {
	background-color: #cff;
	}

#maincontent {
	/* position: relative; */
	/* left: 0%; */
	/* top: 0%; */
	/* float: left; */
	/* width: 80%; */
	/* background-color: #ff0; */
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	/* background-image: url(StCeciliaRendering5_881x502_45Brt.jpg); */
	vertical-align: top; 
	}

.dropbox {
	float: right;
	margin: 4px;
	padding: 4px;
	background-color: #999;
	border: 1px solid #666;
	}

.dropbox img {
	display: block;
	}
	
