/* page formatting style forest lake site */

html, body {
	margin-left: 0px;
	margin-top: 0px;
	}
	
body {
	background-image: url('../images/flbkgd.gif');  /* bkgd image */
	background-position: left top;  
	background-repeat: repeat-y;		
	background-color: #ffffff;		/* bkgd color  */
	margin: 0px;
	font-family: verdana, geneva, arial, sans-serif;  /* default fonts */
	font-size: small;  /* default font size 10 px */
	text-align: center; /* default text alignment */
	padding-left:0px;   /* default text padding */
	padding-right:0px; 
	padding-top:20px; 
	padding-bottom:20px
	}
	
#container {
	width: 650px;
	margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
	text-align: left;
	}

#header {
	position: static;
	width: 610px;
	margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
	}
	
#nav {
	position: static;
	width: 610px;
	height: 25px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
	text-align: left;
	}
	
#footer {
	width: 610px;
	margin: 0px auto 0px auto;
  padding: 10px 0px 10px 0px;
	}
	
.clm140w {
	width: 140px;
	margin: 0px 20px 0px 20px;
  padding: 10px 0px 10px 0px;
	display: inline;					/* fix IE double margin bug on floats */
	}

.clm410w {
	width: 410px;
	margin: 0px 20px 0px 20px;
  padding: 10px 10px 10px 0px;
	display: inline;					/* fix IE double margin bug on floats */
	}
	
.clm275w {
	width: 275px;
	margin: 0px 0px 0px 0px;
  padding: 10px 0px 30px 0px;
	display: inline;					/* fix IE double margin bug on floats */
	}
	
.clm600w {
	width: 600px;
	margin: 0px 25px 0px 25px;
  padding: 10px 0px 10px 0px;
	}
	
div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}		

.floatl {
	float: left;
	}
	
.floatr {
	float: right;
	}
	
img.floatr {   /* floats to the right with white space on the left*/
	padding: 5px 0px 5px 20px;
	}
	
img.floatl {  /* floats to the left with white space on the right*/
	padding: 5px 20px 5px 0px;
	}
	
.clear {
	clear: both;
	width: 650px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}

.noborder {
	border: 0px;
	}
	
.border {
	border: 1px solid black;
	}
	
img {
	border: 0px;
	}

.center {
	margin-right: auto;
	margin-left: auto;
	}
	
h1 {  /* headline 1 */
  font-size:      200%;	
	text-align:			center;
	font-weight:    normal;	
	}
	
h2 {  /* headline 2 */
  font-size:      180%;
	text-align:			center;	
	font-weight:    normal;	
	}
	
h3 {  /* headline 3 */
  font-size:      120%;	
	text-align:			center;	
	font-weight:    normal;
	}

.tl {
	text-decoration: none;
	text-align: left;
	font-size: 100%;
	line-height: 1.2em;
	}
	
.stl {
	text-decoration: none;
	text-align: left;
	font-size: 85%;
	line-height: 1.2em;
	}
	
.ltl {
	text-decoration: none;
	text-align: left;
	font-size: 120%;
	line-height: 1.2em;
	}

.tc {
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	line-height: 1.2em;
	}

.ltc {
	text-decoration: none;
	text-align: center;
	font-size: 120%;
	line-height: 1.2em;
	}
	
.stc {
	text-decoration: none;
	text-align: center;
	font-size: 85%;
	line-height: 1.2em;
	}

.tr {
	text-decoration: none;
	text-align: right;
	font-size: 100%;
	line-height: 1.2em;
	}
	
.str {
	text-decoration: none;
	text-align: right;
	font-size: 85%;
	line-height: 1.2em;
	}

.tj {
	text-decoration: none;
	text-align: justify;
	font-size: 100%;
	line-height: 1.2em;
	}
	
.blue {
	color: #3e3f9a;
	}
	
.red {
	color: #790000;
	}
	
.nobottom {   /* forces bottom text to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top text to move up */
	margin-top:		0;
	padding-top:	0;
	}	

.asp {
	padding-top: 0px;
	padding-bottom: 15px;
	margin: 0px;
	}

a {
	padding: 0px;
	text-decoration: none;
	color: #000080;
	}

a:visited {
	padding: 0px;
	color: #708090;
	}

a:hover {
	padding: 0px;
	color: #800000;
	background-color: #ffc;
	}

	
img.bannerad{
	padding-top: 5px;
	padding-bottom: 5px;
	}


	
table {  /* table with 10 px padding and no margins */
	padding:	10px;	
	margin: 	0px auto 0px auto;
	}	

td {	
	padding: 5px; 
	vertical-align:	top;
	}
	
td.l {  /* table cell with 10 px padding on top and 15 px padding on the right */
	padding-top:		10px;		
	padding-right:	40px;
	padding-left:		0px;	
	}
	
td.r {  /* table cell with 10 px padding on top and 15 px padding on the right */
	padding-top:		10px;		
	padding-right:	0px;
	padding-left:		40px;	
	}
	

/* end page formatting style */