body {
	background-image:  url("/Images/plain_background.jpg");
}
em {
	font-weight: bold;
	color: #009900;
}
.top_center {
	position: absolute;
	left: 250px;
	width: 600px;
}
.left_block {
	position: absolute;
	left: 20px;
	top: 60px;
	background-image: url("/Images/yellow_clouds.jpg");
}
.page_body {
	position: absolute;
	left: 100px;
	top: 450px;
	width: 800px;
}
.GoogleLeft {
	position: absolute;
	left: 20px;
	top: 400px;
}
.GoogleRight {
	position: absolute;
	left: 920px;
	top: 30px;
}
.iPad_Link {
	position: absolute;
	left: 910px;
	top: 680px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;	
}
.iPL_1 {
	font-style: italic;
}
.iPL_2 {
	font-size: 24px;
	color: #CC0000;
}
.iPL_3 {
	font-size: 18px;
	font-style: italic;
	color: #0033FF;
}
.iPL_4 {
	font-size: 20px;
	color: #009900;
}
.SS_Link {
	position: absolute;
	left: 920px;
	top: 680px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	text-align: center;	
}
.left_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	width: 180px;
	text-align: center;
}
.Greeting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	width: 90%;
	xfont-weight: bold;
	border: thick ridge #FFFFCC;
	padding: 20px;
	line-height: normal;
	color: #993300;
	background-image: url(yellow_clouds.jpg);
}
.desc_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: oblique;
	color: #9900CC;
}
.cb_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	color: #0077FF;
	text-align: center;
}	
.cb_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}	
.footnote {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	width: 500px;
	border: thin solid;
	padding: 8px;
	line-height: normal;
	color: #804040;
}
.title_box {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	width: 500px;;
	color: #990000;
	border: thick ridge #FFFFCC;
	background-image: url("/Images/yellow_clouds.jpg");
}
.Slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #009900;
	font-variant: small-caps;
	font-weight: bold;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #9900CC;
}
.Oblique_Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
}
.chapter_links {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	background-image: url(/Images/yellow_clouds.jpg);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
#Lesson_Block {
	position: absolute;
	left: 250px;
	top: 200px;
	width: 600px;
	height: 600px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #9900FF;
}
#Page_Number {
	position: absolute;
	left: 515px;
	top: 775px;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #7700DD;
}
#Forward_Button {
	position: absolute;
	left: 725px;
	top: 800px;
	width: 65px;
	height: 40px;
	background: transparent url("/Images/forward_button_40.png") no-repeat;
	border:none;
}
#Forward_Button:hover {
	background-image: url("/Images/forward_button_inv40.png");
}
#Forward_Button:active {
	background-image: url("/Images/forward_button_40.png");
}
#Backward_Button {
	position: absolute;
	left: 325px;
	top: 800px;
	width: 65px;
	height: 40px;
	background: transparent url("/Images/backward_button_40.png") no-repeat;
	border:none;
}
#Backward_Button:hover {
	background-image: url("/Images/backward_button_inv40.png");
}
#Backward_Button:active {
	background-image: url("/Images/backward_button_40.png");
}
