@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.body1 #container1 {
	width: 900px; 
	background: #CCCCCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
.body1 #mainContent {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.body1 #titleContent {
	padding-left: 10px;
	background: #CCCCCC;
	height:100px;
	margin-top:25px;
}




.body1 .subContent3, .subContent10, .subContent12 {
    
	float:left;


    padding:15px;
    border:0px;
    margin:10px;
	
	background-color:#666666;
}




.subContent10 {width:800px;
height:auto;
background-color:#333}





/* adjust BG of .subContentImg */
.subContentImg { background-color:transparent; }





.titleText {
padding-bottom: 10px;
margin:0px;
color:#FFFFFF; 
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}




/* clear float */
.clear { clear:both; }




/* footer */
.footer1 {
    
	width:700px;
	height:100px;
    padding:15px;
    border:0px;
    margin:10px;
	
	background-color:transparent;
	color:#666666;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* .footer1 link formatting */
.footer1 a:link { text-decoration:none; color:#666666; }
.footer1 a:visited { text-decoration:none; color:#666666; }
.footer1 a:active { text-decoration:none; color:#666666; }
.footer1 a:hover { text-decoration:none; color:#ffffff; background-color:#cc6600; }




/* header & text formatting attributes */

h1 {
color:#333333; 
font-size:22px;
font-weight:400;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 a:link { text-decoration:none; color:#333333; }
h1 a:visited { text-decoration:none; color:#333333; }
h1 a:active { text-decoration:none; color:#333333; }
h1 a:hover { text-decoration:none; color:#ffffff; background-color:#333333; }



.hBask {
color:#333333; 
font-size:30px;
font-weight:400;
font-family: Baskerville, "Times New Roman", "serif";
}

.hBask a:link, a:visited, a:active { text-decoration:none; color:#333333; padding:0px; }
.hBask a:hover { text-decoration:none; color:#CCCCCC; background-color:#333333; padding:0px; }




.textScroll {
	
	background-color: #FFFFFF;
	
color:#333333; 
font-size:24px;
font-weight:400;
font-family: Baskerville, "serif";
	
	padding: 24px;
	margin: 24px;
}




/* chapter title text */

.partialsTitle {
padding:0px;
margin:0px;
color:#333333; 
font-size:22px;
font-weight:200;
font-family: Baskerville, "Times New Roman", "serif"
}

/* smallerText link formatting */
.partialsTitle a:link, a:visited, a:active { text-decoration:none; color:#333333; padding:0px; }
.partialsTitle a:hover { text-decoration:none; color:#CCCCCC; background-color:#333333; padding:0px; }



/* smaller text */

.smallerText {
padding:0px;
margin:0px;
color:#FFFFFF; 
font-size:10px;
font-weight:200;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* smallerText link formatting */
.smallerText a:link, a:visited, a:active { text-decoration:none; color:#ffffff; padding:0px; }
.smallerText a:hover { text-decoration:none; color:#ffffff; background-color:#cc6600; padding:0px; }

