/*  CSS linkable style sheet for use with the Main St source database */
/*  5/15/02                                                           */
/*  2002 The Indian Lake Central School, Indian Lake, NY  12842       */



/* This section defines the appearance of the standard elements       */

body 	{
	font-family: sans-serif; 
	font-size: 16px; 
	margin: 5% 10% 0% 10%;
	}


h1   	{color: black; 
	font-size: 35px; 
	margin: 0 0 40 0;
	}


p    	{
	} 


img  	{
	border-width:0; 
	margin:0 0 20 40; 
	float:right; 
	clear:right;
	}


hr   	{
	margin:20 0 20 0;
	}



/* This declaration defines a text formatting style for use for      */
/* with the field names.                                             */

span.fieldname {
	color: #000066; 
	font-weight:bold
	}



/* These are a couple of classes intended to be used with the <img>  */
/* element.  They control the size and appearance of portrait and    */
/* landscape orientation images.                                     */

.portrait {
	height:300px
	}

.landscape {
	width:300px
	}