@h2
charset "UTF-8";
/* CSS Document */


body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 18px;
}
img {
	border:none;
}
.thrColFixHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e9eced;
	background-image: url(../img/gradient_bg.png);
	background-repeat: repeat-x;
	text-align: left;
	margin-top: 0;
	margin-bottom: 24px;
	margin-left: 0px;
	float:left;

}
#header {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#header img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#header img.left {
	margin: 0px 8px 0px 0px;	
	padding: 0px 0px 0px 0px;
	float:left;
}
#header img.right {
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	float:left;
}
.url_img {
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 256px;
	height:270px;
	float:left;
}
.url_img_left {
	margin: 0px 0px 24px 0px;
	padding: 0px 0px 0px 0px;
	width: 256px;
	height:270px;
	float:left;
}
#header .bottom {
	bottom: 0px;
	margin-top: 240px;
}
#header #search {
	position:absolute;
	left:800px;
	top:24px;
	width:137px;
	padding:1px 4px 1px 4px;
	font-size:11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
#header #button {
	position:absolute;
	left:946px;
	top:24px;
}
#header #header_balk {
	width:100%;
	
}
#header form {margin:0px 0px 0px 0px;}
.thrColFixHdr #leftbar {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #ffffff;
	line-height:14px;
}
#leftbar img {
	float:left;
}
#leftbar p.bold {
	font-weight:bold;
}
.thrColFixHdr #preMain {
	float:left;
	margin:20px 0px 0px 0px;
	border-bottom:1px solid #acacac;
}
.thrColFixHdr #mainMenu { 
	margin:20px 0px 0px 0px;
	height:35px;
	width:832px;
	border-bottom:1px solid #acacac;
	background: #ffffff;
	float:left;
} 
.thrColFixHdr #mainMenu img { 
	float:left;
	border:none;
}
.thrColFixHdr #rightbar {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 24px 10px 20px 12px; /* padding keeps the content of the div away from the edges */
	color: #666;
	
}
.thrColFixHdr #rightbar ul {
	font-size:11px;
	margin:0px 0px 0px 12px;
	padding:0px;
}
.thrColFixHdr #rightbar ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.thrColFixHdr #rightbar ul a {
	color: #7ab800;
	text-decoration:none;
}
.thrColFixHdr #rightbar .download_title {
	margin:0px 0px 0px 0px;
	font-weight:bold;
	font-size:11px;
}
.thrColFixHdr #rightbar ul a:hover {
	text-decoration:underline;
} 
#rightbar img {
	padding-top:0px;
}
.filesize {
	color:#666666;
	font-size:10px;
}
.thrColFixHdr #mainContainer { 
	background: #ffffff;
	float:left;
	width:640px;
	border-left:1px solid #e9eced;
	border-right:1px solid #e9eced;
	border-bottom:1px solid #e9eced;
}
.thrColFixHdr #mainContainer #mainContent {
	margin: 0px 0px 0px 0px;
	padding: 40px 40px 20px 40px;
	min-height:502px;
	height:auto !important;
	height:502px;
}
.thrColFixHdr #mainContainer #mainContent #next_chapter {
	font-weight:bold;
	margin:10px 0px 12px 0px;
	color: #666666;
	float:right;
	height:16px;
	padding:0px 0px 4px 0px;
}
.thrColFixHdr #mainContainer #mainContent #next_chapter img {
	vertical-align:middle;
}
.thrColFixHdr #footer { 
	margin:20px 0px 0px 0px;
	height:40px;
	background: #ffffff;
	font-size:9px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
}
.thrColFixHdr #footer p a {
	color: #666666;
	text-decoration:none;
}
.thrColFixHdr #footer p a:hover {
	color: #7ab800;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.align_right {
	text-align:right;
}
.download_xls {
	margin: 0px 0px 12px 0px;
	width:560px;
	height:20px;
}
.download_xls ul {
	float:right;
	list-style-image: url(../img/li_arrow.gif);
	color: #7ab800;
	margin: 0px 0px 12px 0px;
}
.download_xls ul a {
	color: #7ab800;
	text-decoration:none;
}
.download_xls ul a:hover {
	color: #7ab800;
	text-decoration: underline;
}
