@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:  #000000;
	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;
}

img
{
	border:none;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #0033FF;

}

a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

.oneColElsCtr #container {
	width: 740px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid  #0000FF;
	text-align: left;  this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	/*padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
}

.menulink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.menulink a:link, .menulink a:visited
{
	color: #CCCCCC;
	text-decoration: none;
	
}

.menulink a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

.indexmainparatext
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-left: 30px;
	/*padding-top: 50px;*/
	width: 450px;
	/*margin-top: 10px;*/
}

.regularPara
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-left: 30px;
	text-align: justify;
	/*padding-top: 50px;*/
	width: 600px;
	/*margin-top: 10px;*/
}

#indexmaintext
{
	background: url(../Images/newbody4.jpg);
	background-repeat: no-repeat;
	height: 752px;
	text-align: left;
	/*border: 1px solid #FF0000;*/	
}

#mainContentAbout
{
	background-image: url(../Images/bacwithnoback.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 660px;
	text-align: left;
}

#mainContentBookTCK
{
	background-image: url(../Images/bodybookTCK.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 910px;
	text-align: left;
}

#mainContentNoBack
{
	padding: 0 20px; /*remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 500px;
	background-image: url(../Images/bodynobackground.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/*overflow: auto;*/
}

#pageText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: justify;
	width: 732px;
	margin-top: 50px;
	margin-left: 20px;
	/*border: 1px solid #00FF00;*/

}

#mainContentPhotos
{
	/*padding: 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 660px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../Images/bodyphotos.jpg);
	/*border: 1px solid #6600FF;*/
	
}

#mainContentPodcasts
{
	height: 420px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../Images/bodypods.jpg);
}

#mainContentNews
{
	/*padding: 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 3005px;
	width: 740;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../Images/newsback.jpg);
	/*border: 1px solid #6600FF;*/
	
}

#mainContentContact
{
	height: 755px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../Images/backcontact.jpg);
	text-align: left;
}

#mainContentLinks
{
	height: 910px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../Images/bodylinks.jpg);
	text-align: left;
}

#mainContentChapter
{
	height: 730px;
	background-image: url(../Images/CKchaptercontact.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: justify;
}

.centerpara
{
	text-align: justify;
	border: 1px dotted #333333;
	width: 655px;
	margin-top: 20px;
	margin-left: 15px;
	font-size: .8em;
	padding: 10px;
}

.centerparaheader
{
	font-weight: bold;
	display: block;
}

.chapterText
{
	
	margin-left: 30px;
}

.chapterMainText
{
	margin-left: 30px;
	width: 650px;
	font-size: 12px;
}


.boldtext
{
	font-weight: bold;
	color: #000000;
}

.keywords
{
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: .7em;
}

.booktextpara
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-top: 40px;
	margin-left: 30px;
	width: 410px;
	text-align: justify;
}

.abouttextpara
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-top: 40px;
	text-align: justify;
	width: 410px;
}