
body { 

	font: 0.8em "arial", serif;
	color: black; 
	background: #fff; 
	margin: 0px; 
	}
	


h3 { 
	margin-bottom: 0px; 
	margin-top: 0px;
	color: black;
	font-family: Arial, sans-serif;
	}

a:link { 
	text-decoration: none; 
	color: #6F8FFF;
	}
a:visited { 
	text-decoration: underline; 
	color: black;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: black;
	}


#container { 
	background: transparent url(paper-side.jpg) repeat-y; 
	padding: 0px 0px 0px 23px;  
	right: 0px;
	width: 80%;
	position: absolute;

	}

/* apply texture and space */
#intro { 
    background: transparent url(paper-bg.jpg);
    padding-left: 10px;
    padding-right: 5px;
}

/* capitalize for newspaper headline style */
#intro h3 {
	text-transform: uppercase;
}

/* set width for explanation p, ie dies without it */
#explanation {
  width: 80%;
}

/* set background and spacing */
#supportingText {
	padding-left: 10px; 
	padding-right: 5px;
	background: transparent url(paper-bg.jpg); 
}	

/* uppercase */
#supportingText h3 {
	text-transform: uppercase;
	height: 28px;
}

/*center page header */
#pageHeader { 
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/* apply graphic dateline */

/* center */
#pageHeader h2 { 
    width: 100%;
    padding-top: 34px;
    margin: 0px auto 0px auto;
    text-align:center;
}
#pageHeader h2 span {
	   font: bold 2.2em Arial, sans-serif;
	   color: black;
	   text-transform: uppercase;   
	   letter-spacing: 0.2em;
}


#quickSummary {
	padding-bottom: 3px;
  border-bottom: solid 1pt;	
}
#quickSummary p {
	font: 1em "times new roman", serif; 
	text-align:center;
	padding: 0px;
}


/*sub element of container, so we breakout using negative position
  ie sizes this funny, so we have a special case for it
  apply style title graphic
 */
#linkList {
	position: absolute; 
	background: transparent url(title.jpg) no-repeat bottom right; 
	top: 0px; 
	left: -19%;
	width: 18%;
	height: 85%;
	padding-bottom: 0px !important;

        }
#linkList2 { 
	font: .75em arial, sans-serif; 
	margin-top: 45px; 
}
#linkList h3 { 
    font-size: 1.1em;
}

#linkList ul {
	margin: 0px;
	padding: 0px;
	padding-top: 2px; 
	margin-bottom: 5px;
}
/* disable list style */ 
#linkList li {
	list-style-type: none;
	display: block; 
	padding-top: 2px; 
	margin-bottom: 5px;
}

/* set link color */
#linkList li a:link { 
	color: #988F5E;
}

/* set hover effect */
#linkList li a:hover { 
	color: black;
	background: transparent url(hover.gif) repeat-x bottom left;
}


	
/* apply the dateline */
#extraDiv1 { 
  position: absolute;
  background: transparent url(h2.gif) no-repeat;
  top: 105px;
  right: 0px;
  width: 78%;
  height: 20px;

  border-top: 0.2em solid black;
  border-bottom: 0.2em solid black;
}



	

