body {
	text-align: center;
}
#wrapper {
	float: left;
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}
#wrapper #decor1 {
	background-image: url(../images/header2.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 700px;
	float: left;
}
#head {
	width: 700px;
	height: 203px;
	float: left;
}


#paratext em {
	color: #F00;
	font-style: normal;
	font-weight: bold;
 	text-transform: uppercase;
}
span.highlight {
	font-weight: bold;
	background-color: #FF6;
}
#paratext h4 em {
	color: #666;
	font-size: 10px;
	vertical-align: middle;
	font-style: italic;
	margin-left: 5px;
}


/* SIGN-IN FORM (at very top of every page) */
/*///////////////////////////////////////////////////*/
form#signIn {
	margin: 2px auto auto 10px;
	background: url(../images/signIn_box.jpg) no-repeat;
	width: 420px; height: 25px;
	padding-top: 4px;
	padding-left: 47px;
}
form#signIn input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	border: 1px solid #FFF;
}
form#signIn input.name {
	background-image:url(../images/signIn_bg_email.jpg);
	background-repeat: no-repeat;
}
form#signIn input.password {
	background-image:url(../images/signIn_bg_password.jpg);
	background-repeat: no-repeat;
	margin-left: 0;
}
form#signIn input.submit_button {
	vertical-align: bottom;
	border: none;
	height: 15px; /*using height because we're overwriting what was set in signIn input {}*/
}
form#signIn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 10px;
	display: inline;
}
form#signIn p a {
	color: #DDD;
	text-decoration: none;
}
form#signIn p a:hover, form#signIn p a:active {
	color: #F00;
}


/* SIGN-OUT FORM (at very top of every page) */
/*///////////////////////////////////////////////////*/
p.logout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 16px;
	padding-bottom: 3px;
}
p.logout a {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}
p.logout a:hover, p.logout a:active {
	color: #F60;
}


/* NAVIGATION */
/*///////////////////////////////////////////////////*/
#head #nav {
	margin: 147px 0 20px 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#head #nav ul {
	margin: 0;
}
#head #nav ul li {
	display: inline;
}
#head #nav ul li a {
	color: #000;
	text-decoration: none;
	padding: 5px 7px;
}
#head #nav ul li a:hover, #head #nav ul li a:active {
	background-color:#CCCCCC;
}
#head #nav ul li em a{
	color: #F00;
	font-style: normal;
}
#head #nav ul li em a:hover, #head #nav ul li em a:active {
	color: #FFF;
}

/* MAIN DIV */
/*///////////////////////////////////////////////////*/
#main {
	width: 550px;
	float: left;
}
#main #paratext {
	margin: 0 40px 20px 20px;
}
#main #paratext h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 3px;
}
#main #paratext h3 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}
#main #paratext h4 {
	color: #F30;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 5px;
}
#main #paratext p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin: 0 0 10px 0;
}
#main #paratext p a {
	font-weight: bold;
	text-decoration: none;
}
#main #paratext p a:hover, #main #paratext p a:active {
	color: #F00;
}


/* BLOCKQUOTE */
/*///////////////////////////////////////////////////*/
blockquote {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	background-color: #FFC;
	border: 1px solid #FC0;
	margin: auto 10px;
	padding: 10px;
}
blockquote.center {
	text-align: center;
}

img.right {
	float: right;
	margin: 0 5px;
}
img.left {
	float: left;
	margin: 0 5px;
}

/* ABOUT DIV */
/*///////////////////////////////////////////////////*/
.about {
	margin: auto 40px auto 20px;
}
.about h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
}
.about p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-top: 0px;
}

#about {
	margin: auto 40px auto 20px;
}
#about h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
}
#about p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-top: 0px;
}


/* IMPORTANT MESSAGE */
/*///////////////////////////////////////////////////*/
p.important_message {
	color: #F00;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px 20px 20px;
	padding: 5px 0;
	width: 455px;
	background-color: #FFC;
	border: 1px solid #FC0;
}


/* INTRO DIV */
/*///////////////////////////////////////////////////*/
.intro h1 {
	color: #F90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: auto auto 0 20px;
}
.intro p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
	margin: auto 40px auto 20px;
}


/* RIGHT COLUMN */
/*///////////////////////////////////////////////////*/
#rcol {
	float: left;
	text-align: center;	
}
#rcol img {
	width: 100px;
	height: 60px;
	border: 1px solid #000;
	margin: 0;
}
#rcol h6{ /* text below ads */
	margin: 0 20px 20px 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#rcol a h6 {
	color: #000;
	text-decoration: none;
}
#rcol a:hover h6, #rcol a:active h6{
	color: #F00;
}


/* SIGN-IN FORM (already a member) */
/*///////////////////////////////////////////////////*/
form#sign-in {
	display: none; /* temporary */
}
form#sign-in {
	height: 203px;
	margin: 10px 20px 0 20px;
	background-image:url(../images/signup.jpg);
	background-repeat: no-repeat;
}
form#sign-in h2 {
  	font-family: "Trebuchet MS", Arial, sans-serif;
  	font-size: 25px;
	margin: 20px 20px 5px 20px;
}
form#sign-in p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	margin: 0 0 0 20px;
}
form#sign-in p a {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}
form#sign-in p a:hover, form#sign-in p a:active {
	text-decoration: underline;
}
form#sign-in input {
	font-size: 10px;
	width: 200px;
	border: 1px solid #F90;
	margin: 0;
}
form#sign-in input#submit {
	width: 100px;
	margin-top: 5px;
	margin-bottom: 10px;
}


.about h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 20px 0 0 20px;
}
.about p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin: 10px 20px 10px 20px;
	text-align: justify;
}


/* SIGN-UP FORM (not a member yet) */
/*///////////////////////////////////////////////////*/

form#sign-up {
	margin: auto 40px 20px 20px;
}
form#sign-up p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	margin-left: 40px;
}
form#sign-up h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 20px;
	margin-bottom: 0;
	margin-left: 40px;
}
form#sign-up fieldset.contact_info {
	background: url(../images/contact_info_BG.jpg) no-repeat center center;
	border: none;
	height: 370px;
}
form#sign-up fieldset.general_info {
	background: url(../images/general_info_BG.jpg) no-repeat center center;	
	border: none;
	height: 186px;
}
form#sign-up input, form#sign-up select {
	width: 200px;
	margin: 0;
	border: 1px solid #F60;
}
form#sign-up input.radio_button {
	width: 20px;
}
form#sign-up label {
	margin-bottom: 20px;
}
form#sign-up br {
	line-height: 5px;
}
form#sign-up p.top_field {
	margin-top: 20px;
}
form#sign-up input.submit {
	width: 100px;
	margin-top: 10px;
}


/* FREQUENTLY ASKED QUESTIONS ORDERED LIST */
/*///////////////////////////////////////////////////*/
ol.faq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	border: 1px solid #FC0;
	margin: 20px 0;
	padding: 10px;
	list-style-type: none;
}
ol.faq li {
	margin: 3px 0;
	padding: 5px;
}
ol.faq li.odd {
	background-color: #FFC;
}


/* TABLE OF CONTENTS */
/*///////////////////////////////////////////////////*/
#toc {
	margin: 0 40px 20px 20px;
	border: 1px solid #FC0;
}
#toc ul{
	list-style: none;
	margin: 10px; /* takes off default margins */
}
#toc ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 5px 0;
	padding-left: 10px;
}
#toc ul li.odd {
	background-color: #FFC;
}
#toc ul li.even {
	background-color: #FFF;
}
#toc ul li h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	margin: 0;
}
#toc ul li h2 em {
	margin-right: 10px;
}
#toc ul li em{
	color: #F60;
	padding-left: 20px;
	font-style: normal;
	background: url(../images/toc_arrow.gif) no-repeat left center;
}
#toc ul a li {
	color: #000;
	text-decoration: none;
	background-color: #FFC;
}
h2.toc {
	color: #F30;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	margin: 0;
	margin-left: 20px;
}


/* FREE CHAPTERS */
/*///////////////////////////////////////////////////*/
table.chap45 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	border: 1px solid #AAA;
	margin-bottom: 10px;
}
table.chap45 tr td {
	height: 16px;
	border-bottom: 1px solid #CCC;
}
table.chap45 tr.even td {
	background-color: #EEE;
}
table.chap45 tr.total td {
	background-color: #FFC;
	border-bottom: none;
}


/* SITEMAP */
/*///////////////////////////////////////////////////*/
.order{
	text-align: center;
}

.order img {
	border: 0;
	text-align: center;
	margin-bottom: 20px;
}


/* SITEMAP */
/*///////////////////////////////////////////////////*/
ul.sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	list-style: none;
	margin-left: 0;
}
ul.sitemap li {
	background: url(../images/file.gif) no-repeat left top;	
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EEE;
}
ul.sitemap li a {
	color: #000;
	text-decoration: none;
}
ul.sitemap li a:hover, ul.sitemap li a:active {
	color: #F00;
}
ul.sitemap li ul {
	display: none;
}
ul.sitemap li li {
	padding-left: 0;
	margin: 5px auto;
	border-bottom: dashed;
	background: none;
}

/* FOOTER */
/*///////////////////////////////////////////////////*/
#footer {
	background-color: #FC0;
	clear: left;
	height: 95px;
	text-align: center;
	background-image: url(../images/footer2.jpg);
	background-repeat: no-repeat;
}
#footer p.top {
	margin: 10px 10px 3px 10px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 10px;
}
#footer p a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#footer p a:hover, #footer p a:active {
	text-decoration: underline;
}
#footer ul {
	margin: 0;
	margin-top: 30px;
}
#footer ul li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: auto 5px;
}
#footer ul li a {
	color: #000;
	text-decoration: none;
}
#footer ul li a:hover, #footer ul li a:active {
	color: #F00;
	text-decoration: underline;
}