@charset "UTF-8";
body, ul, ol, li, p, h1, h2, h3 {
	border: 0;
	padding: 0;
	margin: 0;
}
html {
	margin: 0 0 1px 0;
	min-height: 100%;
}
body  {
	font: 82%/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #8A3402;
	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: #4C4A1D;
}
#container {
	width: 780px;
	background: url(images/background-container2.jpg) repeat-y center top;
	margin: 5px auto 0px;
	border: 2px solid #98B267;
	text-align: left;
} 
h1 {
	color: #8A3402;
	padding-bottom: 10px;
	font: lighter 1.5em/1.4em Arial, Helvetica, sans-serif;
	letter-spacing: 0.3em;
	padding-top: 5px;
}
h2 {
	color: #8A3402;
	font-size: 100%;
	font-weight: normal;
}
a:link {
	text-decoration: underline;
	color: #104491;
}
a:active {
	color: #104491;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #104491;
}
a:hover {
	text-decoration: none;
	color: #5B7AAA;
}
#navtop {
	width: 780px;
	margin: 0 auto;
	padding-top: 15px;
	font-size: 75%;
	text-align: right;
	color: #D7895B;
}
#navtop a {
	color: #FFA56F;
}
#navtop a:hover {
	color: #FFCCAA;
}
#header {
	background: #DDDDDD;
	padding: 0;
	display: block;
	border-bottom: 2px solid #D7895B;
}
#header img {
	display: block;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#mainContent {
	margin: 0 0 0 185px;
	padding: 30px 60px 20px;
} 
#mainContentlist {
	margin: 0 0 0 185px;
	padding: 30px 60px 20px;
} 
#mainContentlist ol {
	list-style-type: decimal;
}
#mainContentlist li {
	padding-bottom: 22px;
}
li {
	padding-bottom: 0px;
}
#mainContent li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 30px;
	padding-left: 10px;
	padding-bottom: 8px;
}
#mainContent ul {
	padding-bottom: 15px;
}
#mainContent p {
	padding-bottom: 12px;
}
#sidebarleft   {
	float: left;
	width: 180px;
	background: #EAE9D7;
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.4em;
	border-right: 1px solid #98B267;
}
#sidebarleft img {
	display: block;
}
#sidebarleft li {
	list-style-type: none;
}
#sidebarleft    li   a {
	text-decoration: none;
}
#sidebarleft  a:hover {
}
#bookbox {
	float: right;
	border: 1px solid #758B51;
	padding: 10px 10px 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 180px;
	background: url(images/bkgd-bookbox.jpg) repeat-y center;
	text-align: center;
}
#footer {
	background:#F0F4D6;
	border-top: 2px solid #98B267;
	height: 60px;
} 
#footerLeft {
	width: 400px;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#footerRight {
	margin-left: 420px;
	text-align: right;
	padding-right: 15px;
}
#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 85%;
	font-weight: bold;
}
.textindent_italic {
	font-style: italic;
	text-indent: 220px;
	line-height: 0.6em;
}
.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: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #8A3402;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px solid #8A3402;
}
.fltlft_eye {
	float: left;
	border: 1px solid #8A3402;
	margin-top: 5px;
	margin-right: 10px;
}
.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;
}
.smallprint {
	font-size: 75%;
}
#sitedesign {
	text-align: right;
	width: 780px;
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 70%;
	clear: both;
	padding-top: 5px;
}
#sitedesign a {
	color: #EB9766;
	text-decoration: none;
}
#sitedesign a:hover {
	color: #FFB09A;
}
.sidebar_img {
	border-top: 10px solid #758B51;
	border-bottom: 10px solid #758B51;
}
.textindent {
	text-indent: 120px;
}
.paypallogo {
	vertical-align: middle;
}
.boldright {
	font-size: 80%;
	font-weight: bold;
}
