/*
Created by Bryan Berryhill 900283693
10/19/2015

*/


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

img {
float: right;
	}
	
h1 {
margin-top 0.5em;
text-align: center;
font-size: 3em;
padding-bottom: 25px;
}
	
h2 {
text-align: center;
color: white;
background-color: black;
background-repeat: repeat-x;
font-size: 1.4em;
padding: 10px;
}
	
h3 {
color: teal;
font-size: 1.3em;
text-decoration: overline underline;
}	
	

li
{
	line-height: 1.5em;
	padding-left: 2em;
	padding-bottom: 0.25em;
	img src="images/teal_square_bullet"
	float: left;
	}	
	
footer	{
text-align: center;
color: white;
background-color: black;
float: right;
padding: 10px;
text-transform: uppercase;
}

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

.clear{
		clear:both
}	

ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin-top: 1em;
	margin-left: 1em;
}
	
ul li{
	background-image: url(images/teal_square_bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 2em;
	padding-bottom: 0.25;
	line-height: 1.5em;

}
