* {padding:0; margin:0;}

/* Stucture */

body {
	width:1000px;
	margin:auto;
	padding:0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size : 1.5em;
	margin: 0px;
	color: #CCCCCC;
}

h2 {
	font-size : 1.25em;
	color: #999999;
}

h3 {
	font-size : 1em;
	color: #999999;
}

h4 {
	margin-top: 0px;
}

hr{
	width : 70%;
	text-align : left;
}

p {
	font-size:0.8em;
	line-height:2em;
	}

code {
	font-size: 1.25em;
	font-weight: bold;
	color: #33CC00;

}

li {
	list-style-type: disc;
	font-size: 0.8em;
	margin: 0;
}


/* Link Formatting */

a:link {
	color : #000000;
	}
a:visited {
	color : #000000;
	}
a:hover{
		background-color : #000000;
		color: #FFFFFF;
		
a:active{
	color : #000000;
	}
}

/* Banner */
#banner {
padding:2em 0 1em 0;

}

#banner h1 {
font-size:2.3em;
line-height:1em;
margin-top:0;
}

#banner h2 {
	color:#000000;
	margin-top:0.5em;

}

/* Search Box */	

#search {
	padding-bottom:0.5em;
	padding-right:0.5em;
	padding-top:0.5em;
	}

/* Central Column */

#main {
	width:500px;
	float:left;
	padding-bottom:2em;
	padding-left:22px;
	color:black;
	border-right: thin dotted #666666;
	border-left: thin dotted #666666;
	}
	
/* Items */

.item {
	border-bottom: 1px dotted #768D72;
}
	
.item h2 {
	padding:0 25px;
	margin:10px 0 10px 0;
	line-height: 120%;
}

.item p {
	padding:0px 25px 0px 25px;
	margin:0em;
	margin-bottom:0;
	text-indent: 15px;
}
.item h2 + p {
	color: #768D72;
	text-indent: 0px;
	font-weight: bold;
}


.item ul {
	padding:0px 25px 0px 25px;
	margin:0em;
	margin-bottom:0;
	text-indent:2em;
}

.item ol {
	padding:0px 25px 0px 25px;
	margin:0em;
	margin-bottom:0;
	list-style-position:inside;
	line-height: 1.5em;
}

.item p.firstPara {
	text-indent:0;

}

.item object {
	margin:15px 25px;
	display: block;
}

div.lastPara{
	margin:0;
}

div.lastPara p {
	padding:25px;
	padding-bottom:25px;
	margin-top:-2.2em;
	margin-bottom:0;

 }
 
/* Navigation Side Bar */

#navigation {
	width:230px;
	padding:0 5px 1em 5px;
	float:left;
	color: #000000;

	}
	
#navigation h2 {
	color:#000000;
	border-bottom:0.11em dashed #F9FCF8;
	padding-bottom:0.4em;
}

#navigation p {
color:#000000
}


#navigation ul {
	color: #000000;
	margin:0;
	margin-bottom:1em;
	list-style-type: none;
	font-size: 0.9em;
	margin-left: 0px;
	padding-left: 0px;
	width: 170px;
}

#navigation li {
	color:#000000;
	list-style-type: none;
	font: 0.8em/2.2em;
	padding:0.2em;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: dashed;
	border-bottom-width: 0.11em;
	font-family: "Courier New", Courier, mono;
}

#navigation li:hover { background-color: #000000;
}

#navigation a:link {
	color: #000000;
	text-decoration: none;
	width: 100%;
}
		
#navigation a:visited {
	color: #000000;
	text-decoration: none;
}
			
#navigation a:active{
	color: #000000;
	text-decoration: none;
}
		
#navigation a:hover{
	color:#ffffff;
	background-color: #000000;
	text-decoration: none;
}

/* Additional Info Right Sidebar */

#additionalInfo{
	float:left;
	width:225px;
	border-bottom-width: thin;
	margin-left: 5px;

}

#additionalInfo h2{font-size:1em;

}

#additionalInfo p{font-size:0.65em;

}


/* Class Styles */

.sectionheading {
		font-size : 1.3em;
}


.bookCoverLeftFloat {
	position:relative;
	float: left;
	margin-right: 0.8em;
	margin-bottom: 0.8em;
	border: 2px solid #999999;
}
.newList {
	list-style-type: none;
}

.blockImage {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}
.headlineHighlight {
	color: #768D72;
}
