/* MSEC page layers */
div#pagewrapper {
	position:relative;
	width:780px; 
	height:99%; 
	z-index:3; 
	/*left: 0; */
	top: 2px; 
	border-color: #FFF;
	border-style: none; 
	border-width: 0; 
	padding: 0px;
	margin-left: auto;    
	margin-right: auto;
	text-align:left;
}

div#maincontent {
	position:absolute; 
	width: 630px; 
	height: 100%; 
	z-index: 5; 
	left: 150px; 
	top: 120px; 
	text-align:left;
}

div#leftcolumn {
	position:absolute; 
	width: 400px; 
	height: 100%; 
	z-index: 6; 
	left: 0px; 
	top: 10px; 
	text-align:left;
}
div#rightcolumn {
	position:absolute; 
	width: 220px; 
	height: 100%; 
	z-index: 6; 
	left: 410px; 
	top: 10px; 
	text-align:left;
	border-left: 1px dashed #CDC3D5;
	padding-left: 5px;
}
div#singlecolumn {
	position:absolute; 
	width: 630px; 
	height: 100%; 
	z-index: 6; 
	left: 0px; 
	top: 10px; 
	text-align:left;
}
div#pagetitle {
	position:absolute; 
	width: 780px; 
	height: 90px; 
	z-index: 1; 
	left: 0px; 
	top: 0px; 
	text-align: center;
	font-size: 3px;
	font-size: 3px;
}

col#lineright {
	border-width: 0 0 0 2px;
	border-style: dashed;
	border-color: #999933;

}
