@charset "utf-8";

/* CSS Document */



body {

	background-color:#000;

	font:"Trajan Pro";

	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;

}

.centering #container {

	width: 1000px;

	background:#F1F4BB;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

}

.centering #mainContent {

	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}



.majorTitle {

	font-family:"Trajan Pro";

	font-size: 30px;

	margin-bottom:0px;

	margin-top:0px;

}



.subTitle {

	font-family: "Trajan Pro";

	font-size: 20px;

	margin-bottom:0px;

	margin-top:0px;

}



.bodyText {

	font-family:"Trajan Pro";

	font-size:14px;

	font-weight:bold;

	text-indent:2em;

	text-align:justify;

}



.blockText {

	font-family:"Trajan Pro";

	font-size:14px;

	font-weight:bold;

	text-align:justify;

}



.subBlockText {

	font-family:"Trajan Pro";

	font-size:12px;

	

	text-align:left;

}



.heading {

	font-family:"Trajan Pro";

	font-size:24px;

	font-weight:bold;

}



.quote {

	font-family: "Trajan Pro";

	font-size: 14px;

	font-style:italic;

	font-weight:bold;

	text-align:left;

	margin-bottom:0px;

	margin-top:0px;

}



.smallBlock {

	font-family:"Trajan Pro";

	font-size:12px;

	text-align:right;

	margin-bottom:0px;

	margin-top:0px;

}



.bookTitles {

    font-family:"Trajan Pro";

	font-size:18px;

	font-weight:500;

	text-align:center;

	margin-left:0px;

	margin-right:0px;	

}



.centerText {

    font-family:"Trajan Pro";

	font-size:12px;

	font-weight:500;

	text-align:center;

	margin-left:0px;

	margin-right:0px;	

}



#footer {

	clear: both;

	background-color: #EFEFEF;

	text-align: right;

	padding-top: 4px;

	padding-right: 25px;

	padding-bottom: 4px;

	padding-left: 25px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 60%;

	font-weight: bold;

}