body { 	
	background-image: url('../images/lsabkgd2.jpg');  /* bkgd image */
	background-position: center center;  /* bkgd image to center */
	background-attachment: fixed;  /* bkgd image remains static */
	background-repeat: repeat-y;
	background-color: #2d572d;		/* 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
	}	

div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}
	
#container {   /* <div id="container"> */
	width: 720px;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	padding: 10px;
	text-align: left;	
	}
	
h1 {  /* headline 1 */
  font-size:      200%;	
	text-align:			center;
	font-weight:    normal;	
	}
	
h2 {  /* headline 2 */
  font-size:      130%;
	text-align:			center;	
	font-weight:    normal;	
	}
	
.tl {   /* text left */
	text-align:	left;
	}
	
.ltl {   /* large text left */
	font-size:      120%;	
	font-weight:    normal;
	text-align:	left;
	}
	
.stl {    /* small text left */
	font-size:      85%;	
	font-weight:    normal;
	text-align:	left;
	}
	
.tc {   /* text center*/
	text-align:	center;
	}
	
.ltc {  /* large text center*/
	font-size:      120%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.stc {   /* small text center*/
	font-size:      85%;	
	font-weight:    normal;
	text-align:	center;
	}
	
.tr {   /* text right*/
	text-align:	right;
	}
	
.ltr {   /* large text right*/
	font-size:      120%;	
	font-weight:    normal;
	text-align:	right;
	}
	
.str {  /* small text right*/
	font-size:      85%;	
	font-weight:    normal;
	text-align:	right;
	}
	
.floatl {   /* floats to the left*/
	float: left;
	display: inline;					/* fix IE double margin bug on floats */
	}

.floatr {  /* floats to the right*/
	float: right;
	display: inline;					/* fix IE double margin bug on floats */
	}
	
.fullwidth {  /* 680 wide division*/
	width: 680px;
	margin: 0px auto 0px auto;
	padding: 20px 10px 10px 10px;
	text-align: left;
	}
	
.clear {  /* clears fullwidth division*/
	clear: both;
	width: 680px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
.fullwidthpadded {   /* 50 px white space added inside fullwidth division*/
	width: 552px;
	margin: 0px auto 0px auto;
	padding: 10px 50px 10px 50px; 
	text-align: left;
	}
	
.clearfullwidthpadded {   /* clears fullwidthpadded division*/
	clear: both;
	width: 580px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
.halfwidth {  /* 276 wide division, floatl or floatr*/
	width: 330px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;		
	}
	
.clearhalfwidth {  /* clears halfwidth division*/
	clear: both;
	width: 552px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
.halfwidthpadded {   /* 20 px white space added inside 288 px halfwidth division.  Can not be used inside a fullwidthpadded*/
	width: 288px;
	margin: 0px;
	padding: 20px 0px 10px 0px;
	text-align: left;
	}
	
.quarterwidth {   /* 160 px wide division, floatl or floatr, use with threequarterwidth, use only in fullwidth*/
	position: 			static;
	width: 					260px;
	background-color:	#ffffff;
	margin: 				10px 0px 0px 10px;
	padding: 				5px 5px 5px 5px;
	text-align: 		left;
	font-size:     	85%;	
	font-weight:   	normal;
	}
	
.threequarterwidth {  /* 475 px wide division, floatl or floatr, use for four column layout, use only in fullwidth*/
	position: static;
	width: 375px;
	margin: 0px 0px 0px 0px;
	padding: 35px 10px 10px 10px;
	text-align: left;
	}
	
p.nobottom {   /* forces bottom text to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
p.notop {     /* forces top text to move up */
	margin-top:	0;
	padding-top:	0;
	}		

/* end basic page formatting style */
	
/* begin site specific page formatting style */
	
	a {  /* color of link */
  	color:	#a05f01;
  	text-decoration:	none;
  	padding:	0px;
  	}
	
	a:visited {  /* color of visited link */
		color: #774703;
		text-decoration: none;
		padding:	0px;
		}

	a:hover {  /* color of link when hovered*/
		color: #523021;
		text-decoration: none;
		padding:	0px;
		background-color: #d8cfbf;		
		}
		
.border {
	border: 1px solid black;
	}
	