@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/* Creates centering page for align center pages*/

body {
	background: url(../images/bkg_grad.gif) repeat-x;
	margin: 0;
	text-align: center;
	font: 100%/120% Helvetica, Arial, sans-serif, mono;
}

img { border: 0; }

a { outline: none; }

input { border: 1px solid #ccc; }

/* Liquid Layout for Content */

.pageContainer {
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
	text-align: left;
    width: 980px;
    padding: 0px;
    
}

#headerContainer {
	top: 8px;
	height: 204px;
	width: 980px;
	position: relative;
}

.bodyContainer {
	width: 980px;
	height: 540px;
	margin-bottom: 0px;
	top: 212px;
	background-image: url(../images/bkg_body.gif);
	position: absolute;
	overflow: hidden;
}


#navBar{
	left: 10px;
	width: 960px;
	background: #91D5EF;
	height: 30px;
	position: absolute;
}




#navBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 960px;
	background: #91D5EF;
	

}
   
#navBar li {
	float: right;
}

#navBar a {
	display: block;
	width: 132px;
	height: 30px;
	line-height: 30px;
	color: #00539F;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	
	
}

#navBar a:link, a:visited {
	background: #91D5EF;
	
	
}

#navBar a:hover {
	background: #c8ebf8;
	
}



#bodyLftcol{
	top: 30px;
	left: 10px;
	width: 320px;
	background: #fff;
	position: absolute;
		

}


#bodyMidcol{
	left: 350px;
	top: 30px;
	width: 280px;
	height: 600px;
	float: right;
	position: absolute;
	background: #fff url(../images/bkg_soap2.jpg) no-repeat;
	
}

#bodyMidcol p{
	margin-left: 50px;
	margin-top: 50px;
	top: 30px;
	width: 220px;
	height: 600px;
	font-size: 14px;
	color: #252525;
	line-height: 24px;
	
	
	
	
}

#bodyRtgcol{
	left: 630px;
	top: 30px;
	width: 340px;
	height: 600px;
	float: right;
	position: absolute;
	overflow: hidden;
	
	
	
}
#footer{
	margin-top: 500px;
	height: 10px;
	width: 980px;
	padding-top: 20px;
	text-align: center;
	font-size: 10px;
	color: #00539F;
	background: white url(../images/bkg_foot.gif) no-repeat;
	position: absolute;
	padding-bottom: 20px;
}

#footer a, a:link, a:visited {
	color: #00539F;
	text-decoration: none;
	background: none;
		
}

#footer a:hover {
	color: #00539F;
	text-decoration: underline;
	background: none;
		
}



#bodyLftcol p{
	font-size: 12px;
	color: #252525;
	line-height: 16px;
	padding-left: 12px;
}



#bodyLftcol img{
	
	margin-left: 36px;
}

#bodyRtgcol p{
	font-size: 14px;
	color: #252525;
	line-height: 34px;
	width: 248px;
	
}

#bodyRtgcol h1{
	font-size: 34px;
	color: #3987b1;
	margin-top: 16px;
	width: 248px;
	text-align: justify;
	font-style: italic;
}
#dotline{
	text-align: center;
	width: 280px;
	left: 30px;
	margin-top: 30px;
	font-size: 0px;
	position: relative;
	border-width: 0px 0px 2px 0px; border-style: dashed; border-color: #999999;
	
}

