@charset "UTF-8";
body  {
	background-image: url(images2K08/grayback.png);
	background-repeat: repeat;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #222222;
}
.thrColFixHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: top;
	background-image: none;
} 
.thrColFixHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 0;
	background-color: #222222;
	} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-bottom: 0;
	padding-bottom: 0; 
}
.thrColFixHdr #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-bottom: 0;
	padding-bottom: 0; 
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px;
	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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	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: #CC9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-top: 24px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-style: normal;
}
.thrColFixHdr #mainContent {
	margin-top: 5px;
	margin-right: 182px;
	margin-bottom: 0;
	margin-left: 148px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border: 1px solid #cc9933;
	background-color: FFFFFF;
}
.thrColFixHdr #mainContent2 {
	margin-top: 5px;
	margin-right: 182px;
	margin-bottom: 0;
	margin-left: 148px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border: 1px none #cc9933;
	background-color: FFFFFF;
}  
.thrColFixHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;	
} 
.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.fineprint  {
	font-size: 85%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	A:link text-decoration: none; color: #333333;
	A:visited text-decoration: none;
	A:active text-decoration: none;
	A:hover text-decoration: underline; color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
}
.fineprintLeft  {
	font-size: 85%;
	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: #666666;
	A:link text-decoration: none; 				color: #666666;
	A:visited text-decoration: none;
	A:active text-decoration: none;
	A:hover text-decoration: underline; 				color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
}
.fineprintRight  {
	font-size: 75%;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	A:link text-decoration: none; color: #CCCCCC;
	A:visited text-decoration: none;
	A:active text-decoration: none;
	A:hover text-decoration: underline; color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.SideBarLeft  {
	font-size: 85%;
	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: #CCCCCC;
	A:link text-decoration: none; 		color: #CCCCCC;
	A:visited text-decoration: none;
	A:active text-decoration: none;
	A:hover text-decoration: underline; 		color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.SideBarRight  {
	font-size: 75%;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	A:link text-decoration: none; color: #CCCCCC;
	A:visited text-decoration: none;
	A:active text-decoration: none;
	A:hover text-decoration: underline; color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.SideLinkLeft  {
	font-size: 85%;
	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: #CCCCCC;
	A:link text-decoration: none;
	A:visited text-decoration: none;
	A:active text-decoration: none;
	A:hover text-decoration: underline; 			color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.SideQuoteLeft  {
	font-size: 75%;
	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: #FFFFFF;
	A:link text-decoration: none; 	color: #FFFFFF;
	A:visited text-decoration: none;
	A:active text-decoration: none;
	A:hover text-decoration: underline; 	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.SideLinkRight  {
	font-size: 75%;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	A:link text-decoration: none; color: #CCCCCC;
	A:visited text-decoration: none;
	A:active text-decoration: none; color: #CCCCCC;
	A:hover text-decoration: underline; color: #cc9933;
	font-family: Arial, Helvetica, sans-serif;
}
.SideBarTitles  {
	font-size: 75%;
	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: #cc9933;
	A:link text-decoration: none; color: #cc9933;
	A:visited text-decoration: none;
	A:active text-decoration: none;
	A:hover text-decoration: underline; color: #cc9933;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.imagelink  {
	font: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	A:link text-decoration: none; color: #FFFFFF;
	A:visited text-decoration: none;
	A:active text-decoration: none;
	A:hover text-decoration: none;
}
.footertext {
	color: #999999;
	text-align: center;
}
.thrColFixHdr #fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
.thrColFixHdr .fineprint light {
	color: #666666;
	font-size: 9px;
}
.style1 {color: #666666}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {text-decoration: underline; color: #cc9933;}
a:active {
	color: #666666;
	text-decoration: none;
}

.style2 {
	color: #cc9933;
	font-size: 75%;
}
.style4 {
	text-align: center;
	color: #333333;
	A:link text-decoration: none; color: #333333;
	A:visited text-decoration: none;
	A:active text-decoration: none;
	A:hover text-decoration: underline; color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.style5 {
	text-align: left;
	color: #333333;
	A:link text-decoration: none; color: #333333;
	A:visited text-decoration: none;
	A:active text-decoration: none;
	A:hover text-decoration: underline; color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
}
.style6 {
	text-align: center;
	color: #CCCCCC;
	A.footerlink:link text-decoration: none; color: #CC9933;
	A.footerlink:visited text-decoration: none;
	A.footerlink:active text-decoration: none; color: #CC9933;
	A.footerlink:hover text-decoration: underline; color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
}
.thrColFixHdr #container .fineprintRight {
	color: #666666;
}
.NavLinkLeft  {
	font-size: 100%;
	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: #CCCCCC;
	A:link text-decoration: none; color: #CCCCCC;
	A:visited text-decoration: none;
	A:active text-decoration: none;
	A:hover text-decoration: underline; color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	padding: 0px;
	border-bottom-style: none;
	border-bottom-width: 0em;
	border-top-width: 0em;
	border-right-width: 0em;
	border-left-width: 0em;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.bodytextlink {
	text-align: left;
	color: #333333;
	A:link text-decoration: none; color: #333333;
	A:visited text-decoration: none;
	A:active text-decoration: none;
	A:hover text-decoration: underline; color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: None;
	font-weight: bold;
	text-decoration: underline;
}

.thrColFixHdr #container #mainContent bookinfo {
	font-size: 10px;
	color: #666666;
}

H1 {
    margin-bottom: 0px;
    margin-top: -1ex;
    line-height: 4ex;
}
H2 {
	margin-bottom: 0px;
	margin-top: -1ex;
	line-height: 2.5ex;
	text-decoration: underline;
}
.thrColFixHdr #search {
	background-color: #222222;
}
.thrColFixHdr #containersearch {
	width: 950px;
	text-align: right;
	background-color: #222222;
	background-image: url(images2K08/grayback.png);
	background-repeat: repeat;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.thrColFixHdr .footnavlink {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}

.footnavlink  a:link {
	color: #999999;
}
.footnavlink  a:visited {
	color: #999999;
}
.footnavlink  a:active {
	color: #999999;
}
.footnavlink  a:hover {
	color: #CCCCCC;
}

.thrColFixHdr .copyright {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
}
