﻿@import url(layout.css);
.bookReport {
	border: 1px solid #800000;
	color: #800000;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0px;
	color: #000000;
	background-color: #000000;
}
/* Styles for left nav */
.subnav {
	float: left;
	width: 160px;
}
/* sub-navigation */
.subnav h1 {
	background: #000000;
	color: #FFE;
	line-height: 24px;
	padding-left: 8px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
.subnav li a {
	background: #89866F;
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: auto;
	text-decoration: none;
}
.subnav li a:hover {
	background: #9C997C;
	color: #000;
}


/* Styles for DIV tags */
#container {
	border-right: 5px solid #666644;
	border-left: 5px solid #666644;
	border-bottom: 5px solid #666644;
	background-color: #000000;
	background-image: url('../images/sunnyS.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border-style: solid;
	border-width: 5px;
	border-color: #000000;
}
#masthead {
	background-color: #EEEECC;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 10px;
	height: 56px;
}
#navigation {
	background-color: #CCCC99;
	margin-left: 160px;
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#column_right {
	background-color: #F9F9EC;
	padding-bottom: 10px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}
#image {
	margin-bottom: 60px;
	margin-left: 6px;
	margin: 15px 10px 0px 0px;
	float: left;
	height: auto;
}
#sectionDivider {
	margin-bottom: 60px;
	margin-left: 6px;
	margin: 15px 10px 0px 0px;
	float: left;
	height: auto;
}
#footer {
	background-color: #F9F9EC;
	color: #666644;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* Styles for Masthead */
#masthead h1 {
	border-bottom: 1px #B8B872 solid;
	color: #555533;
	font-style: italic;
	margin: 0px 0px 0px 0;
	text-align: right;
	width: auto;
}
#masthead h3 {
	margin-top: .4em;
	color: #999977;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.0em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #cc9;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}
/* Styles for Right Column */
#column_right h4 {
	color: #666644;
	margin-top: 0px;
}
#column_right p {
	padding: 0 9px 0 9px;
	color: #444422;
	margin-top: 0px;
}
#column_right a {
	color: #6A6AB4;
}
#column_right a:hover {
	background-color: #EEEECC;
}
/* Styles for Left Column */
h1 {
	font-size: 34px;
	margin-top: 0px;
	font-weight: bold;
}
h2 {
	font-size: large;
	color: #333311;
	margin-top: 0px;
}
h3 {
	font-size: 16px;
	color: #626231;
	margin-top: 9px;
	margin-bottom: 0px;
}
h4 {
	margin: 0px;
	padding: 7px 0px 3px 0px;
	font-size: 14px;
	color: #7A7A49;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #000066;
}
a:hover {
	background-color: #EEEECC;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #555522;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.styelSubTitle {
	padding: 0px;
	margin: 0px;
	text-align: right;
	color: #6A6A35;
}
.styleDesBy {
	text-align: center;
	font-size: 9px;
}
.styRim {
	background-color: #D6D6BB;
}
.fixImgPos {
	text-align: left;
	height: auto;
}
.qTitle {
	font-size: medium;
	color: #591818;
	margin-top: 0px;
	font-weight: bold;
}
.cFileHeader {
	margin-top: 0px;
	margin: 0px;
	padding: 0px;
	font-size: medium;
	color: #591818;
	font-weight: bold;
}


.styCenteredHeader {
	text-align: center;
}