/***********************************************/
/* wide page formatting                        */
/***********************************************/

/*************** right sidebar *****************/

.ms_name {
	position:absolute; 
	left:572px; 
	top:161px; 
	width:178px; 
	height:60px; 
	z-index:1;
	background-image:url(../images/ms_name.gif);
	border: 1px none #000000;
	background-repeat: no-repeat;
}
.ms_namewide {
	position:absolute; 
	left:597px; 
	top:161px; 
	width:179px; 
	height:60px; 
	z-index:1;
	background-image:url(../images/ms_name.gif);
	border: 1px none #000000;
	background-repeat: no-repeat;
}
.condFlipbookWide{
	position:absolute; 
	left:572px; 
	top:241px; 
	width:167px; 
	height:112px; 
	z-index:1; 
	background-image: url(../images/conduct_flipbook.jpg); 
	border: 1px none #000000;
}

/************* body text **************/

.bodyBlock {
	position: absolute;
	z-index: 0;
	left: 120px;
	top: 123px;
	width: 394px;
	background-image: url(../images/separator_vert_wide.gif);
	background-repeat: repeat-y;
}
.bodyBlockWide {
	position: absolute;
	z-index: 0;
	left: 120px;
	top: 123px;
	width: 444px;
	background-image: url(../images/separator_vert_extrawide.gif);
	background-repeat: repeat-y;
}
.bodyBorderLt {
	background-image:url(../images/separator_vert.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left top;
	width: 1px;
	position: relative;
	z-index: 1000;
	float: left;
}
.bodyBorderRt {
	background-image:url(../images/separator_vert.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: right top;
}
.bodyText {
	position: relative;
	z-index: 100;
	padding: 25px;
	top: 75px;
}
.bodyTextJustify {
	position: relative;
	z-index: 100;
	padding: 25px;
	top: 75px;
	text-align: justify;
}
.bodyTextHead {
	font-size: 14pt;
	font-weight: bold;
}
.bodyTextDate {
	font-style: italic;
}

.bodyTextSubj {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
.textSectionTitle {
	font-size: 12pt;
	font-weight: bold;
}
.textTitle {
	font-style: italic;
	font-weight: bold;
}

.siteInfo {
	clear: both;
	font-size: 75%;
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
.ss2logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.searchFrame {
	position: absolute;
	left:572px;
	top:239px;
	width: 255px;
	z-index: 1;
}
.searchFrameWide {
	position: absolute;
	left:540px;
	top:260px;
	z-index: 1;
	width: 250px;
	height: 555px;
}
.searchFrameFloat {
	position: absolute;
	left:597px;
	top:239px;
	width: 255px;
	z-index: 1;
	background-attachment: scroll;
}
.searchFrameTxt {
	font-size: 9pt;
}
.selectSmTxt {
	font-size: 8pt;
	width: 230px;
}
.textDetails {
	margin-left: 15px;
	position: relative;
}
.bodyTxtSm {
	font-size: 11pt;
}
.pageNavTable {
	text-align: center;
	position: relative;
	z-index: 5000;
}
