@charset "utf-8";
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E1E6F7;
}

.noborder {
	padding:0;
	margin:0;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #5A73CD;
	color: #D2D2D2;
} 
.twoColFixLtHdr #header {
	background-attachment: scroll;
	background-color: #5A73CD;
	background-repeat: no-repeat;
	background-position: center top;
	color: #565656;
	height: 250px;
	padding: 0;
	margin: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #006;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-weight: bolder;
	font-size: xx-large;
}
.twoColFixLtHdr #mainContent h1 {
	color: #009;
	font-weight: bold;
} 
.twoColFixLtHdr #mainContent h2 {
	color: #009;
} 
.twoColFixLtHdr #mainContent h3 {
	color: #009;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	color: #006;
	line-height: 140%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 90%;
	background-color: #FFF;
	border: 20px solid #5A73CD;
	padding-left: 20px;
} 
 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #5A73CD;
} 
.twoColFixLtHdr #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 */
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	color: #006;
}
.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;
}
.BookTitle {
	font-style: italic;
	line-height: 120%;
	font-weight: bold;
	color: #009;
}
.BookAuthor {
	line-height: 120%;
	font-weight: bold;
	color: #009;
}
.indent {
	padding-left: 2em;
}
.BookText {
	text-indent:2em;
	margin-top:0;
	margin-bottom:0;
}
.BookTextNoIndent {
	text-indent:0;
	margin-top:0;
	margin-bottom:0;
}

.BookTextIndent {
	padding-left:2em;
	text-indent:2em;
	margin-top:0;
	margin-bottom:0;
}	
.BookTextIndent1stLineFlush {
	padding-left:2em;
	text-indent:0;
	margin-top:0;
	margin-bottom:0;
}
.BookTextIndentSpBefore {
	padding-left:2em;
	text-indent:2em;
	margin-top:1em;
	margin-bottom:0;
}
.BookTextIndentSpAfter {
	padding-left:2em;
	text-indent:2em;
	margin-top:0;
	margin-bottom:1em;
}
.BookTextIndentSpBeforeAfter {
	padding-left:2em;
	text-indent:2em;
	margin-top:1em;
	margin-bottom:1em;
}	
#mainmenu {
	font-size: 90%;
	font-weight: bold;
	list-style-type: none;
}
#mainmenu ul {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 250%;
	}
#mainmenu ul li {
	list-style-type: disc;
}
#mainmenu a:link {
	text-decoration: none;
	list-style-type: disc;
	color: #036;
}
#mainmenu a:visited {
	color: #036;
	text-decoration: none;
	list-style-type: disc;
}
#mainmenu a:hover {
	color: #FFF;
	text-decoration: none;
	list-style-type: disc;
}
#astoreframe {
	margin: 0px;
	padding: 0px;
	height: 1200px;
	width: 740px;
	border-top-width: 0px;
	border-right-width: 20px;
	border-bottom-width: 0px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5A73CD;
	border-right-color: #5A73CD;
	border-bottom-color: #5A73CD;
	border-left-color: #5A73CD;
}
