@page {
	size: auto;
	margin: 0.5in;
}

@media screen {
	body {
		background: #dfefff;
		color: #000066;
		font: normal 10pt Arial, Sans-Serif;
		padding: 0px;
		margin: 0px;
	}
	a:link {
		color: #333399;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
	}
	a:hover {
		color: blue;
		background: #CCCCFF;
		text-decoration: none;
	}
	h1 {
		font-size: 16pt;
	}
}

@media print {
	body, table {
		background: white;
		color: black;
		font: normal 10pt 'Times New Roman', Serif;
	}
	
	#subbox {display: none;}
}

.button a {
	background: #afbfff;
	border: 2px outset #afbfff;
	color: #003366;
	display: block;
	font-weight: bold;
	margin: 1px;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
	float: left;
}

.button a:hover {
	background: #8EA3C0;
	border: 2px inset #CCCCFF;
	color: #003366;
	font-weight: bold;
}

.booklist {
	border: 1px outset #CCFFFF; 
	border-collapse: collapse; 
	margin-top: 3px;
       width: 100%;
}

.booklist th {
	border: 1px dotted #000099;
	background: #afbfff; 
	font: normal 10pt Arial; 
	padding: 2px 5px;
}

.booklist td {
	border: 1px dotted #000099; 
	background: #dfefff;
	font: normal 10pt Arial; 
	padding: 2px 5px;
}

.contentblock {
	border: 2px outset #CCCCFF;
	color: #000066;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	font: normal 10pt Arial, sans-serif;
}

.contentblock h1 {
	font: bold large Arial, sans-serif;
	margin: 0;
}

.contentblock h2 {
	font: bold medium Arial, sans-serif;
	margin: 0;
}

#col_left {
	width: 120px;
	border: none;
}

#col_right {
	width: 125px;
	border: none;
}

#wrapper {
/*	border: 1px solid #000;*/
	width: 775px;
	margin: 0px auto;
	padding-bottom: 60px;
	position: relative;
}

#content {
	background: #dfefff url(http://www.poetsforintegrity.org/img/index-bkg.jpg) repeat top left;
	width: 775px;
	padding: 5px 0px 5px 0px;
}

#header {
	background: #dfefff url(http://www.poetsforintegrity.org/img/pfi-title.jpg) no-repeat top left;
	height: 70px;
	margin: 0px;
	padding-left: 30px;
	width: 745px;
}

#footer {
/*	border: 1px solid #000;*/
	position: relative;
	margin-top: 50px;
	text-align: center;
}

#navrow {
	background: #afbfff;
	border: 1px dotted #afbfff;
	width: 773px;
	height: 26px;
	padding: 0px;
}

#navrow ul {
	display: inline;
	list-style: none;
/*	border: 1px solid black;*/
}

#navrow ul li {
	float: left;
	position: relative;
}

#navrow ul li a {
	border: 2px outset #afbfff;
	color: #003366;
	display: block;
	font-weight: bold;
	margin: 1px;
	padding: 2px 5px;
	text-align: center;
}

#navrow ul li a:hover {
	background: #8EA3C0;
	border: 2px inset #CCCCFF;
	color: #003366;
	font-weight: bold;
}

#subbox {
	float: right;
	font-size: 8pt;
	padding: 10px;
	text-align: center;
}

#subbox form {
	margin-top: 0px;
}
