/* Layout Stylesheet */ 

body {
	margin: 2px 0 0 2px;
	background: #FFF;
	color: #333333;
	padding: 0;
	border: 0;
}

#outer {
	text-align:left;
	border: 1px solid #000000;
	width: 750px;
	margin: auto;
}

#header {
	background: url(../images/topbk.gif) no-repeat top;
	height: 25px;
	color: #333333;
	border-bottom: 1px dashed #999;
}

#bodyblock {
	position:relative;
	background: #FFFFFF;
	/* background: #CCC; to see the width issue between browsers*/
	color: #333333;
	width:750px;
	padding:0;
}

#leftColumn {
	float: left;
	background:#FFFFFF;
	color: #333333;
	width: 150px;
	height: 380px;
	margin: 0;
	padding: 0;
	border: dashed #B2B2B2;	
	border-width:0 1px 0 0;		
}

#leftColumnContent {
	height:295px;
	background:#FFFFFF;
	color: #333333;
	margin:0;
}

#rightColumn {
	width: 596px;
	background:#ffffff;
	color: #333333;
	text-align:left;
	height: 380px;
}

