body {
	   background-color:#fafac3;
       background-image:url('/images/background.png');
       background-repeat:repeat-x;
     }
     
/******* Header Section ********/     
#headerImage {
	float:left;
	position:relative;
	left: -50px;
	top: -20px;
}

#pageHeader {
}

#pageHeader h1 {
	color:#0a640a;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size:400%;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#pageHeader h2 {
	color:#0a640a;
	font-style:oblique;
	margin-top:0px;
	margin-bottom:5px;
}

/******* Navigation Section ********/     
#pageNavigation {
	clear:both;
	border-top: solid #0a640a;
	border-top-width: 2px;
	padding-top: 5px;
	border-bottom: solid #0a640a;
	border-bottom-width: 2px;
	padding-bottom: 2px;
}

#pageNavigation p {
}


.summaryLink img {
	margin-bottom:20px;
}

.linkButtons {
	margin-bottom:5px;
}



/******* Main Body Section ********/     
#pageBody {
	clear:both;
	margin-top:0px;
	padding-top:0px;
}

/******* Footer Section ********/  
#pageFooter {
	clear:both;
/*	position:absolute; */
/*	bottom: 0px; */
	border-top: solid #0a640a;
	border-top-width: 2px;
	margin-top:5px;
	width:99%;
	z-index:10;
	background-color:#fafac3;
}

#pageFooter p {
	color:#0a640a;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}


/******* Error Page Specifics Section ********/     
.Error h1 {
	color:black;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size:130%;
	text-align: center;
}

.Error p {
	font-size:130%;
	text-align: center;
}

