
/*__________Basics__________*/

a:link { 
	color: #551A8B; 
	font-weight: bold; 
	font-size: 1.1em; 
	}
	
a:hover { 
	color: #8F9947; 
	}
	
acronym { 
	border: 0; 
	color: #780101; 
	cursor: help; 
	}
	
.accesskey { 
	text-decoration: underline; 
	}
	
img {
	border-style: single; 
	border-width: 3px; 
	padding: 2px; 
	margin: 5px 
	}
	
div { 
	width:750px; 
	height: 500px; 
	margin-left: 8% 
	}
	
p.auto { 
	width:auto; 
	margin: 10px; 
	padding: 5px; 
	border: 5px; 
	}
	
p {
	width: 750px; 
	margin: 5px; 
	padding: 3px; 
	border: 3px;
	line-height: 1.5em; 
	margin: 5px 10px; 
	}

/*__________Header__________*/

#pageHeader {
	border-bottom: 1px solid #acb7a6;
	height: 155px;
	width: 750px
	}


h1 {
	font-family: "American Typewriter", San serif; 
	font-size: 55px; 
	margin:5px 5px; 
	line-height: 95%;
	color: #395F0B;
	}
	
h2 {
	font-family: "Chalkboard", "Helvetica Bold", san serif; 
	font-size: 30px; 
	margin:8px 10px;
	color: #395F0B;
	}


/*__________Body____________*/

body {
	background-color: #FFFDDA;
	font-family: "American Typewriter", "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding-bottom: 20px;
	}

h3 { 
	color: #8f9947; 
	font-style: italic; 
	font-size: 1.7em; 
	font-weight: normal; 
	margin-bottom: 0.5em; 
	}
	
#container { 
	position: relative; 
	z-index: 99; 
	}


/*__________Quick summary__________*/

#quickSummary { 
	font-size: 0.85em; 
	font-style: italic; 
	line-height: 1.4em; 
	}
	
#quickSummary .p2 { 
	text-align: right; 
	}


/*__________Preamble__________*/

#preamble, #quickSummary {
	margin-left: 219px;
	margin-top: 10px;
	padding-left: 150px;
	/* Make IE play nice with others */
	width: 530px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 380px;
	}

/*__________Footer__________*/

#footer { 
	font-size: 0.85em; 
	font-style: italic; 
	text-align: right; 
	}






