/***********************************************/
/* print.css                            */
/* Sunni Path home style sheet for print */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/*Hide tags*/
#masthead, #footer, #advert, #leftImageText1, #leftImageText2, #leftImageText3, #leftImageText4 {
	display:none
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

/********************* main container **********************/
#containerHome {
	position: relative;
	margin: 0 auto;
	width: 630px;
	left: -1px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	margin-top: 5px;
}

#pageNav{
	float: left;
	padding: 0px;
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
}

#content{
	padding: 0px 7px 0px 0px;
	margin:0px 0px 0px 300px;
	text-align: left;
	vertical-align: top;
}
/********************* info windows **********************/
.windowRight {
	width: 300px;
	margin: 0 0 15 0;
}
.windowRightTop {
	height: 20px;
	background-repeat: no-repeat;
	padding-top: 5px;
}
.windowRightContent {
	background-repeat: repeat-y;

}
.winTextRight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #000000;
	margin-left: 15px;
	width: 280px;
}
.windowRightBot {
	height: 20px;
}
.windowLeft {
	width: 280px;
	margin: 10 0 10 0;
}
.windowLeftTop {
	height: 20px;
	padding-top: 5px;
}

.winTextLeft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #000000;
	margin-left: 15px;
	width: 270px;
}
.windowLeftBot {
	height: 20px;
}
.winTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:bold;
	color: #000000;
	margin-left: 10px;
}

.winTextLeft ul, p,.winTextRight ul, p{
	margin: 0 0 0 0px;
	padding:0 0 5 0px;
}
.winTextLeft li,.winTextRight li{
	margin: 0 0 0 16px;
	padding:0 0 0 0px;
}
.winQuote {
	font-size: 13px;
	font-weight:bold;
	color: #000000;
	margin-left: 15px;
	width: 280px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

