/*///////////////////////////////////////////////////////////////////////////
//////
/////		Remember to put all HTML docs in quirks mode for IE using:
////		<!-- Put IE into quirks mode -->
///		Above the doctype declaration.
//			Developed with the help of Stu Nicholls' experiments at: http://cssplay.co.uk/
/
///////////////////////////////////////////////////////////////////////////
////
///  Layout Skeleton
*/
html
	{height:100%; max-height:100%; padding:0; margin:0; border:0; overflow:hidden; /*get rid of scroll bars in IE */}

body
	{height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0; font-family:Verdana, Helvetica, sans-serif; font-size:12px; overflow:hidden;}

.Nav
	{position:absolute; top:0px; left:0px; width:170px; font-size:10px; z-index:4;}

* html .Nav
	{height:100%; top:0; bottom:0; color:#fff;}

.Header
	{position:absolute; margin:0px; top:0px; left:0px; display:block; width:100%; height:100px; z-index:200; overflow:hidden;}

.main
	{overflow:auto; position:absolute; z-index:3; top:100px; bottom:0px; left:0px; right:0px;}

* html .main
	{top:0; left:0; right:0; bottom:0; height:100%; max-height:100%; width:100%; overflow:auto; position:absolute; z-index:3; border-top:100px solid #eee;}

.chapBody
	{margin:0px; margin-left:185px; padding:0px; padding-top:10px; padding-bottom:10px; margin-right:25px; margin-bottom:25px; text-align:center;}

.bodyCont
	{width:560px; padding-left:30px; padding-right:30px; margin:auto; text-align: justify; line-height:18px;}

/*change body width for FF*/
html>body .bodyCont
	{width:500px;}
