/**************************** screen styles ***************************/

a:link, a:visited, a:active {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

address {
	font-style: italic;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

p {
	line-height: 110%;
	word-spacing: 1px;
}

a.primaryNav {
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

h2.mainHeading {
	font-family: Times New Roman, Times, serif;
	font-size: 175%;
	font-weight: bolder;
	margin-bottom: 25px;
}

h4.author {
	font-size: small;
	font-weight: bolder; 
	font-style: italic;
	margin-top: -10px;
	margin-bottom: 25px;
}

.aLink {
	font-size: 75%;
}

.format {
	font-size: smaller;
}

.reportError {
	position: relative; 
	text-align: center;
	font-size: larger; 
	color: red;
}

.sizeTextt {
	font-size: 72%;
}

.bookcontents {
	border-color: #FF0000;
	border-style: double;
	border-width: 6px;
	margin: 10px;
	padding: 10px;
}

.booktitle {
	border-color: #FF0000;
	border-style: double;
	border-width: 6px;
	font-size; xx-large;
	font-weight: bolder;
	font-variant: small-caps;
	margin: 10px;
	padding: 10px;
}

/*.border {
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 3px;
}*/

.flyerThumbs {
        margin: 4px;
        border-style: ridge;
        border-color: black;
	border-width: 1px;
}

.navLink {
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bolder;
	text-decoration: none;
}

.normalWeight {
	font-weight: normal !important;
}


.subheading {
	font-family: times;
	font-size: 105%;
	font-weight: bolder;
}

.writings {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-size: smaller;
}

#canvas {
	height: 25px;
	width: 562px;
	background-color: gray;	
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: black;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: black;
}

#canvastext {
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #808080;
	overflow: visible;
	padding: 0px;
	margin: 0px;
}

#container {
	background-image: url(../images/back.gif);
}

#contentarea {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: white;
	padding-bottom: 50px;
	padding-top: 25px;
	background-color: white;
}

#copyright {
	position: relative;
	font-size: xx-small;
	padding-right: 5%;
}

#hosting {
	position: relative; 
	text-align: center; 
	bottom: -15px; 
	margin-top: 50px; 
	margin-bottom: -50px;
	font-size: 88%;

}

#intro {
	font-family: Courier;
}

#listing {
	position: relative;
	padding-left: 30%;
}

#paging {
	position: relative;
	margin-top: 7%;
	text-align: center;
	font-size: smaller;
}

#picviewer {
	border-color: #808080;
	border-style: outset;
	border-width: 3px;
	cursor: hand;
}

#reportText {
	position: relative;
	top: 0px;
	left: 0px;
}

#scroller {
	font-size: 88%; 
	font-weight: 600;
}

#webmaster {
	line-height: 21px; 
	font-size: 88%; 
	font-weight: normal;
}