@charset "UTF-8";
/* CSS Document */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


/* ~~~ General Properties ~~~ */

* {
	padding: 0;
	margin: 0;
	}

body { 
	color: #fff; 
	}



/* ~~~ Text Properties ~~~ */

p { 
	font: 100% Baskerville Old Georgia, Times New Roman, Times, serif; 
	line-height: 17px;
	margin-top: 0px; 
	text-align: justify;
	padding-left: 14px;
	padding-bottom: 10px;
	padding-right: 100px;
	}


/* ~~~ Div Properties ~~~ */

#container { 
	background: #fdf5d7 url(images/back1.jpg) center center no-repeat; 
	width: 899px;
	height: 685px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	}

#pageHeader { 
	background: url(images/headerWally.png) no-repeat; 
	position: relative;
	width: 416px;
	height: 43px;
	top: -30px;
	left: 340px;
	}


#preamble {
	background: url(images/books.png) no-repeat;
	position: relative;
	top: 15px;
	left: -10px;
	width: 709px;
	height: 665px;
	}

#wallyimage {
    background: url(images/wallace.png) no-repeat;
	position: relative;
	width: 343px;
	height: 277px;
	top: 5px;
	left: 600px;

}

#supportingText { 
    font: 100% Baskerville Old Georgia, Times New Roman, Times, serif;
	color: #333333;
	display: block;
	position: relative;
	top: -10px;
	left: 180px;
	margin-top: -10px;
	width: 600px;
	height: 300px;
	overflow: auto;
	padding-left: 150px;
	}
	
#supportingText a:link {
	text-decoration: none;
	color: #333333;
	}

#supportingText a:visited {
	text-decoration: none;
	color: #993333;
	}

#supportingText a:hover {
	text-decoration: none;
	color: #000;
	}

#supportingText a:active {
	text-decoration: none;
	color: #333333;
	}
/* ~~~ List Properties ~~~ */

#linkList {
	position: relative;
	top: 2px;
	left: 260px;
	width: 680px;
	}
	
#linkList a:link{
    text-decoration: none;
	color: #FFFFFF;
	}

#linkList a:visited {
    text-decoration: none;
	color: #FFFFFF;
  }

#linkList a:hover {
    text-decoration: none;
	color: #FFFFFF;
  }
  
#linkList a:active {
    text-decoration: none;
	color: #FFFFFF;
  }
/* ~~~ Misc Properties ~~~ */

div#footer {
	width: 800px;
	height: 30px; 
	margin: 0 auto;
	text-align: center;
}

div#footer a {
	color: #333333;
	font-family: Baskerville Old Georgia, Times New Roman, Times, serif;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer .feedbackHighlight {
	text-decoration: underline;
}


div#underwriters {
    color: #333333;
	font-family: Baskerville Old Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	text-align: center;
	margin: 1em 1em;
}

div#kuedLogo {
	margin: 1em 0;
}


#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
	display: none;
	}

