body  {
	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;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/back2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
} 
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/header_new02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 324px;
	color: #FFE67F;
	font-size: 36px;
	text-align: center;
	text-indent: -9999px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* padding keeps the content of the div away from the edges */
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.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 0; /* 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;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #3A3A3A;
	line-height: 145%;
}
#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
}
#navcontainer a
{
	display: block;
	color: #333333;
	width: 130px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}

#navcontainer a:hover
{
	color: #FE913C;
}

#active a
{
	display: block;
	color: #88B9E5;
	width: auto;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}

#active_indent a
{
	display: block;
	color: #88B9E5;
	width: auto;
	text-decoration: none;
	font-weight: normal;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}

#indent a
{
	display: block;
	color: #000000;
	width: auto;
	text-decoration: none;
	font-weight: normal;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}

#mainContent a.more
{
	color: #333333;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
}

#mainContent a.more:hover
{
	color: #FE913C;
	text-decoration: underline;
	font-weight: bold;
}

#outline {
	float: left;
	height: auto;
	width: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
#rightImage {
	width: 179px;
	padding-right: 6px;
}
h2 {
	color: #1B1B1B;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
}
.quote {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: inline-block;
}
caption {
	font-size: 70%;
}
caption {
	font-size: 70%;
}
.quoteBlock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: block;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	text-align: center;
	display: block;
	margin-bottom: 7px;
	margin-top: 0px;
}
.quoteRef {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	display: block;
	padding-top: 0px;
	line-height: 14px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.bookTitle {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent a {
	color: #FE913C;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
}

#mainContent a:hover {
	text-decoration: underline;

}


#flashQuotes {
	float: left;
	height: 160px;
	width: 360px;
	margin-bottom: 20px;
	margin-top: 0px;
	display: inline;
}
p {
	font-size: 90%;
}
h3 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 7px;
}
