/* Janie Hampton - Style */

h1 {
	margin: 0px;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	margin: 20px 15px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	margin: 10px 15px;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	margin: 25px 15px -10px 15px;
	}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
	margin: 12px 15px;
	}

p.center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 24px;
	text-align: center;
	color: #333333;
	margin: 8px 15px 25px 15px;
	}

p.subScript {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 24px;
	text-align: left;
	color: #333333;
	margin: 8px 15px 12px 30px;
	}

p.red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #ff0000;
	margin: 12px 15px;
	}

p.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #333333;
	margin: 20px 15px;
	}

p.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 10px 15px;
	color: #333333;
	}

p.subNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	margin: 12px;
	}

p.footerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	color: #333333;
	margin: 8px 10px;
	}

hr {
	color: #333333;
	background-color: #333333;
	height: 2px;
	margin: 0px 15px;
	border: none;
	}

a:link {font-family: Georgia, "Times New Roman", Times, serif; color: #333333; font-size: 13px; font-weight: normal; text-decoration: underline;}
a:visited {font-family: Georgia, "Times New Roman", Times, serif; color: #333333; font-size: 13px; font-weight: normal; text-decoration: underline;}
a:hover {font-family: Georgia, "Times New Roman", Times, serif; color: #64a6c5; font-size: 13px; font-weight: normal; text-decoration: underline;}
a:active {font-family: Georgia, "Times New Roman", Times, serif; color: #333333; font-size: 13px; font-weight: normal; text-decoration: underline;} 

a.bold:link {font-family: Georgia, "Times New Roman", Times, serif; color: #64a6c5; font-size: 13px; font-weight: bold; text-decoration: none;}
a.bold:visited {font-family: Georgia, "Times New Roman", Times, serif; color: #64a6c5; font-size: 13px; font-weight: bold; text-decoration: none;}
a.bold:hover {font-family: Georgia, "Times New Roman", Times, serif; color: #64a6c5; font-size: 13px; font-weight: bold; text-decoration: underline;}
a.bold:active {font-family: Georgia, "Times New Roman", Times, serif; color: #64a6c5; font-size: 13px; font-weight: bold; text-decoration: none;}

a.nav:link {color: #333333; font-size: 14px; font-weight: bold;  font-size: 14px; text-decoration: none;}
a.nav:visited {color: #333333; font-size: 14px; font-weight: bold;  font-size: 14px; text-decoration: none;}
a.nav:hover {color: #64a6c5; font-size: 14px; font-weight: bold;  font-size: 14px; text-decoration: underline;}
a.nav:active {color: #333333; font-size: 14px; font-weight: bold;  font-size: 14px; text-decoration: none;} 

a.easy:link {color: #333333; font-size: 12px; font-weight: bold; text-decoration: none;}
a.easy:visited {color: #333333; font-size: 12px; font-weight: bold; text-decoration: none;}
a.easy:hover {color: #64a6c5; font-size: 12px; font-weight: bold; text-decoration: underline;}
a.easy:active {color: #333333; font-size: 12px; font-weight: bold; text-decoration: none;} 

a.subLink:link {color: #ffffff; font-size: 12px; font-weight: bold; text-decoration: none;}
a.subLink:visited {color: #ffffff; font-size: 12px; font-weight: bold; text-decoration: none;}
a.subLink:hover {color: #ffffff; font-size: 12px; font-weight: bold; text-decoration: underline;}
a.subLink:active {color: #ffffff; font-size: 12px; font-weight: bold; text-decoration: none;} 

a.headerTitle:link {color: #333333; font-size: 30px; font-weight: bold; text-decoration: none;}
a.headerTitle:visited {color: #333333; font-size: 30px; font-weight: bold; text-decoration: none;}
a.headerTitle:hover {color: #333333; font-size: 30px; font-weight: bold; text-decoration: none;}
a.headerTitle:active {color: #333333; font-size: 30px; font-weight: bold; text-decoration: none;}

img {
	display: block;
	margin: 10px auto 0px auto;
	border: none;
	}

img.imgBooks {
	display: block;
	margin: 20px auto 0px auto;
	border: none;
	}

img.left {
	float: left;
	border: 0px;
	margin: 5px 15px;
	}