/*  CSS linkable style sheet for use with the MainSt project      */
/*  5/15/02                                                       */
/*  2002 The Indian Lake Central School, Indian Lake, NY  12842   */



/*  Default page body   */

body 	{
	font-family: sans-serif;
	font-size: 16px;
	background-color: #006666;
	}


/*  Default heading 1   */

h1 	{
	font: 50px "Times New Roman", serif;
	color:#000066;
	text-decoration:underline; 
	font-style:bold;
	margin: 40px 0px 40px 0px;
	}


/*  Default heading 2    */

h2 	{ 
	color: #999966;
	font-family: times;
	font-size: 20px;
	margin: 40px 0px 0px 0px;
	}


/*  Default unorderd list   */

ul 	{ 
	} 


/*  Default image   */

img 	{ 
	border-width: 1px;
	margin: 10px 10px 10px 10px;
	border-color:black;
	}


/*  Default horizontal rule    */

hr 	{ 
	width: 100%;
	color: gray;
	}


a:hover{
	color:red;
	}



/*  Div class for page header  */

.heading {
	}


/*  Table class for page content (container for .imagestrip and .text sections)  */

.content {
	width:100%;
	}


/*  td class for left side image bar section   */

.imagebar {
	background-color: #CCCCCC;
	border-color: #000000;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	vertical-align:top;
	text-align:center;
	padding: 10px 10px 40px 10px;
	}


/*  td class for right side text section   */

.text {  
	vertical-align:top;
	padding: 20px 40px 40px 30px;
	background-color: white;
	}


/*  Paragraph class for right-aligned sidebar   */

.sidebarright {
	float:right;
	position:relative;
	font-family: sans-serif;
	font-size: 10px;
	color: black;
	background-color: #CCCCCC;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 20px;
	width:700px;
	}


/*  Paragraph class for left-aligned sidebar   */

.sidebarleft {
	float:left;
	position:relative;
	font-family: sans-serif;
	font-size: 10px;
	color: black;
	background-color: #CCCCCC;
	padding: 10px 10px 10px 10px;
	margin: 10px 20px 10px 10px;
	width:125px;
	}


/*  Paragraph class for page header block paragraph and background "Indian Lake" text   */

.headback {
	width:100%;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font: 70px "Times New Roman", serif; 
	letter-spacing:15px; 
	color:#cccccc; 
	background-color:#006666;
	white-space:nowrap;
	}


/*  Paragraph class for text overlay "Main St." in page header block   */

.headtext { 
	z-index:2; 
	text-align:right; 
	position:absolute; top:25pt; right:10pt;
	margin:0px 0px 0px 0px;	
	letter-spacing:2px; 
	color:#ffffff;
	font: 40px "Times New Roman", serif;
	}
							

/*  Paragraph class for use with the credit info at the bottom of each page   */

.creditsbottom { 
	color: gray; 
	font-size: 12px; 
	} 


/*  Paragraph class for use with the credit info at the top of each page */

.creditstop { 
	color: gray; 
	font-size: 12px; 
	margin: 40px 0px 40px 0px;
	} 

.topnavbar {
	text-align:right; 
	position:absolute; top:82pt; right:10pt;
	margin:0px 0px 0px 0px;	
	color: gray; 
	font-size: 12px; 
	}	

.topnavbaranchor {
	color: gray; 
	font-size: 12px; 
	}


/*  Span class that displays in italic font */

.italic	{
	font-style:italic;
	}

.right	{
	float:right;
	margin:5px 0px 20px 20px;
	}


.left	{
	float:left;
	margin:5px 20px 20px 0px;
	}
