@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p  ul li   {
	
	padding : 0;
	
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	
	font-size: 1em;
}
hr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a {
	
	text-decoration: none;
}
a imge {
	
	border: none;
}

body {
	background: #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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
}
.oneColFixCtrHdr #container {
	width: 767px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff3c1 url(../images/bg_lines.gif);
	margin: 12px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left;
	position: relative;
}
.oneColFixCtrHdr #header {
	background: url(../images/headerBG2.jpg) no-repeat top;
	padding: 0 10px 0 46px;  /* 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. */
	height: 110px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.oneColFixCtrHdr #container #header #logo {
	padding-top: 10px;
}
.oneColFixCtrHdr #container #header #about {
	margin-top: 6px;
}
.oneColFixCtrHdr #container #header #books {
	margin-left: 40px;
	margin-bottom: 6px;
}
.oneColFixCtrHdr #container #header #links {
	margin-left: 58px;
	margin-bottom: 6px;
}
.oneColFixCtrHdr #container #header #faqs {
	margin-left: 45px;
	margin-bottom: 4px;
}
.oneColFixCtrHdr #container #header #contact {
	float: right;
	position: relative;
	right: 70px;
	top: 30px;
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #title {
	padding: 30px 50px 0px 95px;
	font-size: 115%;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
.oneColFixCtrHdr #sidebar {
	float: left;
	width: 80px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: right;
}
.oneColFixCtrHdr #container #subcontainer #sidebar img {
	padding-bottom: 6px;
	padding-top: 4px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px;
	min-height: 360px;
	height:auto !important;/* IE6 minimum height fix */
	height:360px;
	font-size: 90%;
	line-height: 1.5em;
	margin: 0px 60px 0px 95px;
	position: relative;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footerbg_14.jpg) no-repeat bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 50px;
}
.oneColFixCtrHdr #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: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: small;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.oneColFixCtrHdr #container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-style: normal;
	text-transform: uppercase;
	color: #000000;
}
.oneColFixCtrHdr #container #mainContent h6 {
	color: #333333;
	text-transform: uppercase;
	margin-bottom: -0.5em;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 106%;
}
.oneColFixCtrHdr #container #mainContent ul {
	list-style-type: none;
}
.oneColFixCtrHdr #container #mainContent li {
	/*font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 106%;
	font-variant: normal;
	text-transform: none;
	line-height: 1.7em;
}
a        {
	color: #006699;
	text-decoration: underline;
}
a:hover    {
	color: #993333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
li a        {
	color: #006699;
	text-decoration: underline;
	padding-left: 12px;
	margin-left: -12px;
	display: block;
	width: 500px;
}
li  a:hover    {
	color: #993333;
	text-decoration: underline;
	background-image: url(../images/checksmall.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/*display: block;
	margin-left: 10px;*/
}
li a:visited {
	text-decoration: underline;
}

.flrt     {
	float: right;
	padding: 0px 0px 1px;
	margin-left: 12px;
	margin-bottom: 4px;
	margin-top: 0px;
	margin-right: 0px;
}
.fllt {
	float: left;
	padding: 0px 0px 1px;
	margin-bottom: 4px;
	margin-right: 12px;
	margin-top: 0px;
	margin-left: -5px;
}
.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;
}
.oneColFixCtrHdr #container #mainContent #quote {
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	/*Fix for IE5.5 & IE6 Italic bug*/
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	zoom: 1;
	/*End fix for IE5.5 & IE6 Italic bug*/
}
.oneColFixCtrHdr #container #mainContent h4 {
	color: #336699;
	font-size: 90%;
	line-height: 1.5em;
}
.oneColFixCtrHdr #container #mainContent hr {
	margin: 0px;
	padding: 0px;
	border-top: thin solid #993333;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.backtotop {
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 2em;
}
.oneColFixCtrHdr #container #mainContent #rtimage {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
}
.oneColFixCtrHdr #container #mainContent pre {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-size: 120%;
	margin-bottom: 0.2em;
	margin-top: 0em;
}
.clearfloat2 {
	clear:both;
	height:0;
	margin-bottom: 8px;
}
.oneColFixCtrHdr #container #mainContent p {
	margin-bottom: .5em;
}
.oneColFixCtrHdr #container #mainContent #video {
	margin-top: 8px;
	margin-bottom: 8px;
}
.oneColFixCtrHdr #container #subcontainer {
	position: relative;
}
