/* CSS Document */




/* Server side include 
/***********************************************/
/* Masthead divs                             */
/***********************************************/

 #mastheadLeftCol {
	float: left;
	width: 360px;
	text-align: center;
	padding-bottom: 15px;

}

#mastheadRightCol {
	float: right;
	width: 360px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-top: 25px;

}
 
/**************Home page divs**************/

 #contentHomeLeftCol {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding-left: 20px;
	clear: left;
	width: 320px;
	margin: 0px;
	display: block;
	text-align: left;	
		
}

 #contentHomeLeftCol img {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	overflow: hidden;
}

#intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 5px;
	padding-left: 20px;
	line-height: 20px;
}


#contentHomeRightCol {
	margin: 0;
	float: left;/* Holly hack for Peekaboo Bug */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding: 0px;
	clear: left;
	width: auto;
}
 #contentHomeRightCol img {
	padding-top: 10px;
	padding-bottom: 10px;
}


#homeLinks {
	font-size: 12px;
	color: #000000;
}
/**************Home page styles**************/

.subhead {
	color: #336699;
	font-weight: bold;
	font-size: 12px;
}

/**************Chapter pages divs**************/


#chapIntroSecOne , #chapIntroSecTwo , #chapIntroSecThree , #chapIntroSecFour {
	float: left;
	width: 740px;
	margin-top: 20px;
}

#chapColOneSecOne , #chapColOneSecTwo , #chapColOneSecThree, #chapColOneSecFour {
	float: left;
	width: 160px;	
}

#chapColTwoSecOne , #chapColTwoSecTwo , #chapColTwoSecThree, #chapColTwoSecFour {	
	float: left;
	width: 170px;;
	margin-right: 20px;
	margin-left: 40px;
}

#chapColThreeSecOne , #chapColThreeSecTwo , #chapColThreeSecThree, #chapColThreeSecFour {
	float: left;
	width: 180px;
}
#chapColFourSecTwo , #chapColFourSecThree, #chapColFourSecFour {
	float: right;
	text-align: left;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 20px;
	height: 200px;	
}

#chapColFourSecOne {
	float: right;
	text-align: left;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 20px;
	height: 200px;	
}
#announcelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 0px;
	line-height: 16px;
	padding-top: 20px;
}

/**************Chapter pages styles**************/

.subheadPr {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	display: block;
}

.chapter {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-left: 20px;
	width: 740px;
	padding-top: 0px;
}

.prodName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: top;
	padding-bottom: 8px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	width: 740px;
	float: left;
}

.magPos {
	float: right;
	padding-left: 20px;
}

.chapterIntro .icon {
	float: left;
	padding-top: 2px;
}
.chapterIntro .icon2 {
	float: none;
	padding-top: 0px;
	padding-bottom: 0px;
}


/* Server side include 
/***********************************************/
/* Footer div                             */
/***********************************************/

#footer{
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
}

/* End CSS Document */

