.noScreen {
	display: none;
}



.mainIntroTxt{
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


.mainTxt{
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.mainPadding{
	padding-bottom: 5px;
}

.mainLink{
	color: #006295;
	text-decoration: none;
	font-weight: bold;
}

.mainLink:hover {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;
}



.mainPg{
	display: block;
	width: 325px;
	height: 77px;
	text-align: center;
	background-image: url(/images/bkgnd_sectionnav.png);
}



/* common page styles */

.contentWidth{
	width: 647px;
}

html, body, #fullheight{
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}


.pgBkgnd {
	background-image: url(/images/bkgnd_page.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.pgBkgndStory {
	background-image: url(/images/bkgnd_page.gif);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}


.footerBkgnd{
	background-image: url(/images/bkgnd_footer.gif);
	background-position: bottom center;
	background-repeat: no-repeat;

}

.txt{
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}



.footerTxt{
	display: block;
	/* background-color: #E7F6FF; */
	width: 647;
	height: 48;

	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000000;

	text-align: center;
	padding-bottom: 2px;
}


/* wave siding styles */

.waveL{
	background-image: url(/images/wave_l.png);
	background-position: top left;
	background-repeat: repeat-y;
}


.waveR{
	background-image: url(/images/wave_r.png);
	background-position: top right;
	background-repeat: repeat-y;
}


.waveOuter{
	background-image: url(/images/wave_o.png);
	background-position: top left;
	background-repeat: repeat-y;
}



.sectionName {
	float: left;
	font-size: 18pt;
	line-height: 20pt;
	color: #A1A1A1;
	font-weight: bold;
}



.sectionNav{
	float: right;
	display: block;
	width: 325px;
	height: 77px;
	background-image: url(/images/bkgnd_sectionnav.png);
}



.link {
	color: #006295;
	text-decoration: none;
}

.link:hover {
	color: #808080;
	text-decoration: underline;
}


.footerLink{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.footerLink:hover{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
}

.bold{
	font-weight: bold;
}


.submenuTitle{
	font-size: 10.5pt;
}


.submenu{
	font-size: 8.5pt;
}

.topNav1{
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	padding-top: 15px;
}

.topNav2{
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	padding-top: 35px;
}

.topNav3{
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	padding-top: 40px;
}

.topNavArrows{
	padding-top: 4px;
}

.liPadding{
	padding-bottom: 10px;
}

.supFix{
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}


.pgCaption{
	margin-top: 5px;
}



/* story styles */

.stHeadline {
	font-weight: bold;
}


.stInfo{
	padding-left: 40px;
}

.stDate{
}

.stPayment{
}

.stNote{
	font-weight: bold;
}

.stPresenters{
}

.stPresenterNames{
	padding-left: 40px;
}


.stBio{
	padding-left: 40px;
	padding-bottom: 20px;
}



.insidePhotoR{
	float: right;
	margin: 5px 0px 10px 10px;
}

.insidePhotoL{
	float: left;
	margin: 5px 10px 10px 0px;
}

