/*Created by Ron Stafford on 3-10-13 

All files for this web site link to this style sheet*/


/* body */	

  body {
	background-color: gainsboro;
	background-image: url(images/spiralbound.jpg);
	background-repeat: repeat-y;
	margin-left: 8em;
	font-size: 1.2em;
	font-family: Arial, sans-seriff;
	Line-height: 1.25em;
	}

  img {
	float: right;
	margin: 0 0 10px 10px;
      }


       h1 {
		font-size: 3em;
		margin-top: 0.5em;
		padding-bottom: 25px;
		text-align: center;
	   }

	h2 {
		background-image: url(images/grey_texture.jpg);
		color: white;
		font-size: 1.4em;
		padding: 10px 10px 10px 10px;
		text-align: center;
	   }

	h3 {
		color: teal;
		font-size: 1.3em;
		text-decoration: overline underline;
	   }


	footer {
		color: white;
		background-color: black;
		padding: 10px 10px 10px 10px;
		text-align: center;
		font-size: 1.1em;
		float: right;
	       }

        .border{
		border-top: solid teal 0.4em;
		padding-top: 0.4em
		font-weight: bold;
		font-style: italic;
		color: teal;
		margin-bottom: 0;
		}

	ul {
		float: left;
		list-style: none;
		padding: 0 0 0 0;
		margin-top: 1em;
		margin-left: 1em;
	    }

	li{
		background-image: url(images/teal_square_bullet.jpg);
		background-repeat: no-repeat;
		padding-left: 2em;
		padding-bottom: 0.25em;
	        line-height: 1.5em;
	   }	

