/*** THESE STYLES ARE USED FOR THE ALL CHAPTER PAGES ***/

/*** STYLES FOR HEADER/BANNER ***/
td.chapter{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	text-align:right;
	cursor:default;
}
div#chapter_image{
	width:200px;
	height:97px;
	display:inline;
	float:left;
}
div#chapter_name{
	width:694px;
	margin-top:55px;
	text-align:center;
	display:inline;
	float:left;
}

/*** STYLES FOR TOP NAVBAR ***/
td.top_nav{
	width:100%;
}
a.top_nav{
	display:block;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding:5px 0;
	height:15px;
	width:178px;
}
a.line{border-right:#000000 solid 1px;}
a.last{margin-right:-3px;}

/*** STYLES FOR CENTER CONTENT ***/
td.center_content{width:750px;}

/*** STYLES FOR LEFT NAVIGATION ***/
td.left_nav{
	width:150px;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a.left_nav{
	display:block;
	font-weight:bold;
	text-decoration:none;
	background:url("/images/button_gradient.png") repeat-x top;
	background-size:100%;
	padding:7px;
	width:150px;
}

/*** OTHER STYLES ***/
<!-- This behavior is used for making transparent .png compatible with IE6 -->
a.left_nav {behavior: url("/styles/iepngfix.htc");}
