/************************************************
//  1, 2, 3 Columned Formatting using CSS
//***********************************************/
body {
	margin: 0px;	/*	 topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"*/
	margin-left: 5px;




}

 #col3 {
	background-image: url(../images_bwp/rightColBG3col.gif);
	background-repeat: repeat-y;
	width: 750px;
	overflow: visible;
	top: 84px;

}

#col2 {
	background-image: url(../images_bwp/rightColBG.gif); /*this actualy gives the left column its background look*/
	background-repeat: repeat-y;
	width: 750px;
	overflow: visible;
	z-index:1;
	
}

#col1{
	width: 750px;
	overflow: visible;
	top: 84px;

}
/************************************************
//  Right Column
//***********************************************/

#col3 .rightColpg{
	position: absolute;
	width: 150px;
	left: 660px;
	top: 145px;
	/*border: thin dotted #E9E9E9;/**/
	float: right;
	/*background-color: #FAFAF5;*/
	font-size: 80%;
	
}       

#col1 .rightColpg, #col2 .rightColpg{
	clear: none;
	float: right;
	visibility:hidden;
	position: absolute;
	height: 0px;
	width: 0px;
	top: 0px;
	z-index:0;
}




/************************************************
//  Left Column
//***********************************************/
#col1 .leftColpg{
	clear: none;
	float: left;
	visibility:hidden;
	position: absolute;
	height: 0px;
	width: 0px;
	top: 0px;
}

#col2 .leftColpg, #col1 .leftColpg {
	position: absolute;
	top: 127px;
	left: 5px;
	overflow: hidden;
	width: 200px;
	z-index:0;

}
        

/* this next section sets width of transition curve on bottom of page*/
.leftcolTrx, #col1 .FooterTransition .leftcolTrx, #col2 .FooterTransition .leftcolTrx, #col3 .FooterTransition .leftcolTrx{
	width: 152px;

}
/************************************************
//  Content of Page
//***********************************************/

#col1 .Contentpg{
	position: relative;
	left: 50px; /*value before 750 page width = 100px*/
	width: 650px;/*value before 750 page width = 600px*/
	padding-left: 10px;
	/*height: 350px;*/
	visibility: visible;
	margin-left:20px;
}

#col2 .Contentpg{ 
	position: relative;
	left: 170px;
	width: 580px; 
	z-index:0;
 }


#col3 .Contentpg{
	position: relative;
	left: 155px;
	top: auto;
	width: 495px;
	padding-right: 10px;
	visibility: visible;
	margin-left:20px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h2{
	padding: 2px 0px 2px 7px;
	border-bottom: 1px solid #cccccc;
	font-size: 18px;
	font-weight: bold;
}


#sectionLinks h3{
	font-weight: bold;
	padding: 0px 0px 0px 7px;
	height: 15px;
	margin: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: .01em;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	/*background-color: #DDEEFF;*/
	background-image: none;
	font-weight: bold;
	text-decoration: underline;
}



/************** #RightCol Styles **************/
#content, .content {
	padding-left:5px;
}

#rightColpg p{
	padding: 5px 0px 5px 0px;
}


#headlines p{
	padding: 5px 0px 5px 0px;
}


/************** #Footer                          ***********/

.footertxt, .footertxt a 
{
	line-height:19px; FONT-SIZE: 10px; COLOR: #000066; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: center; TEXT-DECORATION: none;
	}

#col1 .FooterTransition {
	visibility:hidden;
}
#col2 .FooterTransition , #col3 .FooterTransition {
	visibility:visible;
}

/************** .top1 and .top2 settings *******************/
.top1 {
	background-image: url(/images_bwp/topBG1.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.top2 {
	background-image: url(/images_bwp/topBG2.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
}


