/* CSS Print Style Sheet, Happy Little Chaos
Mercedes Opheim, April 2008 */



.noPrint {
	display: none;
}

body{
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #ffffff;	

}
/***************************************************************/
/* This section is for the Headings styles */
/***************************************************************/


h1,h2,h3,h4,h5,h6 {
	padding: 0;
	font-family: georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;}

h1 {
	font-size:24px;
	color: #000000;
}

h2{
	font-size:20px;
	color: #000000;
}
h3{
	font-size:18px;
	color: #000000;
}
h4{
	font-size:16px;
	color: #000000;
}
h5{
	font-size:14px;
	color: #000000;
}
h6{
	color: #000000;
	font-size:11px;
}
h3 em {
	color:#000000;
}
/***************************************************************/
/*This section contains extra data for specials for entire page*/
/****************************************************************/
#dedication{
	margin: 10px;
	padding: 10px;
	text-align: center;
	border: solid 2px #cc3399;
	font-size:.8em;
	color: #000000;
	background-color: #FFFFFF;
}
.noborder{
	border:0;
}

ul {
	list-style-type: circle;
	font-weight: 400;
}

ol {
	list-style-type: lower-roman;
	font-weight: 400;
}
#w3c {
	text-align:center;
}
/****************************************************************/
/*Contaner control to center the page and the content background */
/****************************************************************/

#wrapper{
    width:755px;
	color: #000000;
	background-color:#ffffff;
	border: solid #663399;
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background-image: url(images/peabg.gif);
	background-repeat:repeat-x;	
	background-position:bottom;
	}


/****************************************************************/
/* This section is all the style information for the content */
/****************************************************************/

#content{
	margin-left:200px;
	margin-right:20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content p{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin:1em 0em;
	font-size: 1em;
	line-height:1.5em;
}

#content ul{
	margin-left:3em;
	font-size: .9em;
	line-height:1.5em;
}
#content ol{
	margin-left:3em;
	font-size: .9em;
	line-height:1.5em;
}

