body {
	color:#000000;
	font-family:"Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

/**to remove unwanted elements when printing**/
#main-nav, #col2, #sidecol, #book-btn, #footer-nav, #logo-bar, #title {display:none;}

#header {
	border-bottom:3px solid #666666;
	height:95px;
	width:814px;
	margin-bottom:20px;
}

#logo {
	padding-bottom:5px;
}

#flash-content {
	float:none;
	margin-top:10px;
	margin-bottom:10px;
}

#content-wrapper-3, #content-wrapper-2, #footer {float:none;}

#footer {
	border-top:1px solid #666666;
	height:50px;
	width:814px;
	margin-top:15px;
}

h1,h2,h3,h4,h5,h6 { 
	font-family:"Lucida Bright", "Lucida Fax", Gerogia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #6c521f; 
}

h1 {
	font-size:1.5em; /*18px*/
	line-height:1em;
	margin:0 0 0.833em 0;
}

h2 {
	font-size:1.25em; /*15px*/
	line-height:1.125;
	margin:1.929em 0 0.643em 0;
}

h3 {
	font-size:1em;
	margin-bottom:1em;
}


p {
	font-size:1em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
}

ul, ol { 
	margin:0 1.5em 1.5em 1.5em;
	line-height:1.5em;
}

ul     { list-style-type: disc; }
ol     { list-style-type: decimal; }

ul ul {
	padding-top:1em;
}

