
/* These settings will be specific to each site */

/************************************************************************/
/* Generic settings normally needed by every BasicSite-based site:      */
/* (some may eventually migrate to custstyles.js)			*/


	DIV.lnavtitle		
	{			/* initial required rules are in the .htm template */
		margin: 20px auto auto 20px;
		color: white;
		background: transparent;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		letter-spacing: normal;
		line-height: normal;
		word-spacing: normal;

		/* These other rules and some of above are here just for cut-n-paste reference  */
		/* text-indent: 0;		applies to first line of a paragraph  */
		border-style: none none none none;
		border-width: 0px 0px 0px 0px;
		border-color: black black black black;
		padding: 0px 0px 0px 0px;
	}

	DIV.tnavtitle
	{
		margin: 9px auto auto 0px;
		background: transparent;
		width: 400px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
		font-style: normal;
		text-decoration: none;
		letter-spacing: normal;
		line-height: normal;
		word-spacing: normal;
	}

	DIV.titleicons
	{
		width: 50px;
		height: 50px;
		float: left;
		background: url("pix/bridge1.jpg") 0px 0px no-repeat;
		margin-right: 5px;
	}

	DIV.ltabsin	/* here set margins only - set other properties in custstyles.js */
	{
		margin: 10px auto auto 5px;
		background: blue;
		float: left;			/* required so top margin will show */
	}

	DIV.ttabsin	/* here set margins only - set other properties in custstyles.js */
	{
		margin: 3px auto auto 5px;
		background: blue;
	}


/*************************************************************************************/
/* These settings pertain to inside of tabsheets, so may vary wildly for each site:  */

	DIV#tabsheet0
	{
		background: #666699;
	}
	DIV#tabsheet1
	{
		background: white;
	}
	DIV#tabsheet2
	{
		background: white;
		height: 1000px;
	}
	
	DIV.panelA
	{
		float: left;
		top: 20px;
		width: 200px;
		background: transparent;
		padding: 10px;
		height: auto;
	}
	
	DIV.panelB					/* not used for this instance */
	{
		float: left;
		width: 31%;
		background: orange;
		padding: 10px 20px 10px 10px;
	}
	
	DIV.panelC
	{
		padding: 10px 10px 10px 0px;		/* OK to use padding since neither height nor width are set directly */
		background: white;
		height: auto;
		margin-left: 220px;			/* coordinate with panelA width */
	}

	DIV.content1	
	{
		color: black;
		font-family: Georgia, serif;
		background: white;  /* url("pix/oysterbay1b.jpg") top left no-repeat; */
		margin: 10px;
		padding: 0px 10px 0px 10px;
		line-height: 140%;
	}
	DIV.content1 P
	{
		margin-top: 5px;
		font-size: 11pt;
	}

	DIV.content2
	{
		height: auto;
		font-size: 24pt;
		color: black;
		background: white;   /* url("pix/oysterbay1b.jpg") top left no-repeat; */
		text-align: center;
		line-height: 100%;
		padding-top: 10px;
	}
