/* CSS for Sheila Hart-Fowler Midterm Assignment */

* {margin: 0;
	padding: 0;}

body {background-color: white;
	margin: 72px;
	margin-top: 48px;
	margin-bottom: 48px;
	color: black;
	font-family: courier, "american typewriter", sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 125%;}
	
#greenbkgd {position: absolute;
	top: 48px;
	left: 72px;
	width: 815px;
	height: 480px;
	background-color: #cff700;
	opacity: 0.65;
	filter: alpha(opacity=65); /* For IE8 and earlier */}
	
#bkgdtop {background-image: url(images/footerbars1.png);
	background-repeat: no-repeat;
	position: absolute;
	top:33px;
	left:114px;
	width: 780px;
	height: 108px;}
	
#navheadblackbox {position: absolute;
	left: 194px;
	top: 40px;
	width: 220px;
	height: 90px;
	background-color: black;}

#navsubheadnobkgd {position: relative;
	left: 65px;
	top: -22px;
	width: 800px;
	height: 400px;
	background-image: url(images/navrules.png);
	background-repeat: no-repeat}

#navwrapper {position: absolute;
	left: 210px;
	top: 170px;
	width: 270px;
	height: 100px;
	cursor: crosshair;}
	
ul {float: left;
	width: 90px;}
	
a {color: #cb0077;
	text-decoration: none;}
	
a:link {color: #6a237e;}

a:visited {color: #aaa;}

a:hover {color: aqua;}

h1, h2, h3 {font-family: courier, "american typewriter", sans-serif;
	font-weight: normal;
	line-height: 100%;
	color: #b906ae;}
	
h1 {font-size: 1.5em;
	padding-left: 30px;
	padding-top: 70px;
	width: 220px;}
	
h2	{font-size: 1em;
	margin-left: 10px;
	padding-top: 105px;}
	
.subheadline2 {font-size: 1em;
	margin-left: 50px;}
	
.white {color: white;
	font-weight: normal;}

#navboxwhitebkgd {position: absolute;
	left: 190px;
	top: 80px;
	width: 287px;
	height: 230px;
	background-color: white;
	border-left: 1px solid black;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */}
		
li {font-family: courier, "american typewriter", sans-serif;
	font-weight: normal;
	font-size: .75em;
	line-height: 170%;
	list-style-type: none;}

#content {background-image: url(images/footerbars2.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 470px;
	top: 170px;
	width: 420px;
	height: 108px;}
		
#content h5 {font-family: courier, "american typewriter", sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 120%;
	letter-spacing: -.02em;
	color: #983fd1;
	position: absolute;
	left: 57px;
	top: -20px;
	width: 300px;}
	
#content p {position: absolute;
	top: -5px;
	left: 57px;
	width: 350px;
	font-family: courier, "american typewriter", sans-serif;
	font-weight: normal;
	font-size: .7em;
	line-height: 130%;
	color: #70c503;
	padding-top: 2em;}

#statement h4 {position: absolute;
	top: 500px;
	left: 80px;
	font-family: "gill sans", "trebuchet ms", verdana, sans-serif;
	font-weight: normal;
	font-size: 5em;
	line-height: 90%;
	color: #6d9c00;
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */}
	
#statement p {position: absolute;
	top: 350px;
	left: 300px;
	width: 630px;
	font-family: "gill sans", "trebuchet ms", verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: .95em;
	line-height: 170%;
	letter-spacing: .1em;
	color: #6d953b;}
	
img {position: absolute;
	left:580px;
	top: -110px;}
	
#footer {background-image: url(images/shfname.png);
	background-repeat: no-repeat;
	position: absolute;
	top:500px;
	left:114px;
	width: 531px;
	height: 79px;}