@charset "utf-8";
/* CSS Document */

#container
{
	background-color: #666666;
	width: 48em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 16px;
	background-color: #000000;
}

#mainContent
{
	background-color: #FFFFFF;
	text-align: justify;
	width: 28em;
	padding-top: 3em;
	padding-bottom: 2em;
	padding-right: 5em;
	padding-left: 5em;
	margin-left: 10em;
}

#mainContentTitle
{
	background-color: #FFFFFF;
	width: 36em;
	padding-top: 3em;
	padding-bottom: 2em;
	padding-right: 1em;
	padding-left: 1em;
	margin-left: 10em;
	text-align: center;
}

#mainContent p
{
	line-height: 1.5em;
}

#contentsPane
{
	color: #FFFFFF;
	font-size: 1em;
	padding-left: 2em;
	padding-top: 3em;
	position: fixed;
}

#contentsTitle
{
	font-size: 1em;
	margin: 0px;
	font-weight: bold;
}

#contentsPane a
{
	font-size: .8em;
}

h3#chapterNum
{
	font-size: 1em;
	text-transform: uppercase;
}

h2#chapterTitle
{
	text-align: left;
	font-size: 1.5em;
}

#contentsPane a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

#contentsPane a:visited
{
	color: #CCCCCC;
	text-decoration: none;
}

#contentsPane a:hover
{
	color: #FFFF00;
}

h1
{
	font-size: 2em;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 2em;
	margin-bottom: 1.5em;
}

#authorName
{
	font-size: 1.5em;
	text-align: center;
}

#mainContent h3
{
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

.book
{
	margin-top: 2em;
}

#contentsPane ul
{
	list-style-type: none;
	text-indent: -1.5em;
}

.terms
{ font-weight: bold; 
}

.subtitle
{
	font-size: 1.75em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}

#titleImage
{
	margin-top: 50px;
	text-align: center;
}

#leftCol
{
	width: 10em;
	float: left;

}

#clearDiv
{
	clear: both;
}

#hiddenTitle
{
	display: none;
}

#contentsPane p
{
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: .75em;
	margin-left: 0px;
}

#contentsPane ul
{
	margin-bottom: .75em;
	margin-top: 0em;
}

#size01
{
	font-size: 12px;
	cursor: pointer;
}

#size01:hover
{
	color:#FFFF00;
}

#size02:hover
{
	color:#FFFF00;
}

#size03:hover
{
	color:#FFFF00;
}

#size04:hover
{
	color:#FFFF00;
}
#size02
{
	font-size: 16px;
	cursor: pointer;
}


#size03
{
	font-size: 20px;
	cursor: pointer;
}

#size04
{
	font-size: 24px;
	cursor: pointer;
}

#titleTextDiv
{
	background-image: url(images/titleText.gif);
	background-repeat: no-repeat;
	height: 229px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
