/* Layout Stylesheet Full screen*/ 
div#outer {
	text-align:left;
	border:0px solid #000000;
	width:auto;
	margin:auto; 
 }
 
div#bodyblock {
	background: #ffffff;
	width: auto;
	color: #333333;
	padding-left:10px;
	position: static;
}
 
div#selectorbar {
	width:100%;
}

#selectorbar SELECT,  #selectorbar INPUT {
	font-weight:normal;
}

div#optionbar {
	background: #dcdcdc;
	margin: 0px;
	width: auto;
	color: #000000;
	position: relative;
	height: 0px;
}

div#pageheader {
	background: #ffffff;
	margin: 0px;
	width: auto;
	color: #000000;
	height: 70px;
}
 
div#pagegutter {
	background: #003366;
	width: auto;
	color: #003366;
	height: 3px;
}

div#bar {
	background:#E5E5E5;
	border-bottom: solid 1px #D5D5D5;
	color: #ffffff;
	width: auto;
}
