﻿/* CSS Document */

body {
	background:#000000;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	}
	
.content {
	padding:0 120px 0 120px;
	height:358px;
	vertical-align:top;
	font-size:10pt;
	}
	
.content img {
	border:3px dotted #de0000;
	margin: 5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	}
	
.footer_home {
	text-align:center;
	font-size:8pt;
	color:#ffffff;
}

.footer_home a:link, .footer_home a:visited {
	color:#ff3e3e;
	text-decoration:none;	
}

.footer_home a:hover {
	color:#ff8b8b;
	text-decoration:none;	
}

.footer {
	text-align:center;
	font-size:8pt;
	color:#000000;
}

.footer img {
	border:0px;
}

.footer a:link, .footer a:visited {
	color:#b93c3c;
	text-decoration:none;	
}

.footer a:hover {
	color:#810000;
	text-decoration:none;	
}

hr {
	border-bottom:#b70101 dotted 2px; 
}

#ousley_01 {
	margin-bottom:-3px;
}

.content .book {     /* This is what holds the book descriptions in a "CSS table". */
	width:400px;
	height:145px;
	padding:5px 10px 20px 10px;
	background-color:#f1f1cd; /* Change background color of book tables */
	margin:0 auto; /* Centers the book table in the middle of page */
	}
	
.content .noborder {
	border:0;
}
	

/* 

---------  HEADER 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:#fd8900; 
	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:#ad0000;
	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:link, a:visited {    /* These set the color for the links and also when they've been visited */
	color:#b93c3c;
	text-decoration:none;
	}
	
a:hover {       /* This is when you hover over the link. */
	color:#810000;
	text-decoration:none; /* This takes away the line under the link, set it to "underline" to remove that effect */
	}		
	
/* 
	
DON'T CHANGE ANYTHING BELOW THIS LINE------------------------------------------------------------------------
	
*/	
#sealant { 
	width:400px;
	height:125px;
	padding:5px 10px 20px 10px;
	margin:0 auto;
	}
	
.seal {
	width:200px;
	text-align:center;
	float:left;
	}

.predev {
	font-size:10pt;
	font-weight:bold;
	}
	
.footer {
	text-align:center;
	font-size:8pt;
	}
		
ol li {
	padding-bottom:10px;
	}

