﻿/* CSS Document */

body {
	background:#c89758;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
.content {
	color:#000000;
	font-size:10pt;
	padding: 5px 30px 0px 30px;
	}
	
.footer {
	font-size:8pt;
	text-align:center;
	}
	
	/* The HR is the horizontal rule (divider lines) on the page. */

hr {          
	width:90%; /* Width of the line in percent */
	border-bottom:#b28087 solid 2px; 
	/* Firefox doesn't support colors of a HR so a border is used...this changes color & the size */
	}
	
.book {     /* This is what holds the book descriptions in a "CSS table". */
	width:400px;
	height:145px;
	padding:5px 10px 20px 10px;
	background-color:#86A7D7; /* Change background color of book tables */
	margin:0 auto; /* Centers the book table in the middle of page */
	}

/* Headings Styles */

/* This is the header for the main subjects such as GENERAL TOPICS & FAQ, using HEADING 1 in frontpage */

h1 { 
	font-size:14pt; /* Size of the font, then the color and then the code to make it bold */
	color:#142e52; 
	font-weight:bold;
	text-align:center; /*This aligns the header in the center, if you want to make it left justified say "left" */
	}

/*These are the headers, use the "heading 2" tag in your Website editor to call these values */

h2 { 
	font-size:12pt; /* Size of the font, then the color and then the code to make it bold */
	color:#9d563f;
	font-weight:bold;
	}
	
/* Header for the back to top links. Call it using "Heading 3." */

h3 {
	font-size:8pt;
	font-style:italic;
	}
	
/* Link Styles */

a:visited {    /* These set the color for the links and also when they've been visited */
	color:#9D563F;
	}
	
a:link {    /* These set the color for the links and also when they've been visited */
	color:#9D563F;
	}
	
a:hover {       /* This is when you hover over the link. */
	color:#1e58ac;
	text-decoration:none; /* This takes away the line under the link, set it to "underline" to remove that effect */
	}

/* The next two values are exactly like the links above except they set the options for the links in the footer, if you have imported the footer coding. */

.footer a:visited {
	color:#404f64;
	}
	
.footer a:link {
	color:#404f64;
	}
	
.footer a:hover {
	color:#4f6b93;
	text-decoration:none;
	}	
	
	/* DON'T CHANGE ANYTHING BELOW THIS LINE */

.content img {
	margin-left:10px;
	margin-right:10px;
	}
	
#sealant { 
	width:400px;
	height:145px;
	padding:5px 10px 20px 10px;
	margin:0 auto;
	}
	
#left {
	width:200px;
	text-align:center;
	float:left;
	}

#right {
	width:200px;
	text-align:center;
	float:left;
	}
#predev {
	font-size:10pt;
	font-weight:bold;
	}
