/* id styles */

A:LINK, A:VISITED, A:FOCUS  {
		
	text-decoration: none;
	
}
a:hover {
	
	text-decoration: underline;
	
}
	

#subnav {
	width: 450px;
	margin-right: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFA500;
	text-align: center;
	}
	
#subnav a {
	width: 450px;
	margin-right: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFA500;
	text-align: center;
	}		
	
	
#subnav a:hover {
	width: 450px;
	margin-right: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF4500;
	text-align: center;
	}	

#bookbox {
	width: 320px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #FFFFFF;
	}
	
.boldtitles {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 900;
}	
	
	
	
#bookbox a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #FFA500;
	
	}		
	
	
#bookbox a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #FF4500;
	
	}		
	
	
#bookboxlarge {
	width: 450px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #FFFFFF;
	overflow: hidden;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	
	}	




/* class styles */	
	
html, body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
			overflow-x: hidden;
	
	scrollbar-face-color: #3d3d3d;
	scrollbar-highlight-color: #5c5c5c;
	scrollbar-3dlight-color: #3d3d3d;
	scrollbar-darkshadow-color: #3d3d3d;
	scrollbar-shadow-color: #5c5c5c;
	scrollbar-arrow-color: #FFA500;
	scrollbar-track-color: #000000;

}
	



h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.3;
	/*color: #07a700;*/
	color: #32CD32;
	text-align: center;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.3;
	color: #32CD32;
}

h2 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.3;
	color: #32CD32;
	
}


h2 a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.3;
	color: #adc043;
	
}



.bodytext{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #FFFFFF;
}
	


.whitetext{

	color: #FFFFFF;
}
