/* CSS Document  - http://www.beingsmart.ca - 2005*/

/* --<Tag Redefinitions>-- */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a {
    color: #009900;
}

a:hover{
    color: #33CCCC;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	color: #6284B3;
	text-indent: 25px;
	margin: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
	text-align: center;

}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #6284B3;

}
h5 {
    font-size: 14px;
	margin: 5px;
	font-weight: bold;
}
h6 {
    font-size: 14px;
	margin: 5px;
	font-weight: bold;
	color: #660033;
	text-align: center;
}

/* --<Content>-- */

#content{
	width: 750px;
}

#subsection1{
	width: 340px;
	float: left;
	padding: 5px;
    margin: 10px;
}

#subsection2{
	width: 340px;
	float: left;
	margin: 10px;
    padding: 5px;
}

#subsection3{
	width: 725px;
	float: left;
	margin: 10px;
    padding: 5px;
}

#subsection4{
	width: 725px;
	float: left;
	margin: 5px;
}
#subsection5{
	width: 600px;
	float: left;
    text-align: center;
	margin: 10px;
    padding: 10px;
	border: 1px dashed #999999;


}
#subsection6{
	width: 540px;
	float: left;
	padding: 5px;
    margin: 10px;
}
/* --<Classes>-- */

.indent {
	text-indent: 3em;
}
.homebanner {
	position: relative;
    top: 2em; 
    left: 1em; 
    font-style: italic;
	color: #6699CC;
	font-weight: bold;
}
.homeimg{
	float: left;
}
.bookimg{
	float: left;
	margin: 10px;

}
.booktitle {
	padding: 3px;
	border: 1px dashed #CCCCCC;
}
.bookchapters {
	margin-left: 50px;

}
