/* CSS Document */
<style type="text/css">
	
	body {
		margin:0px 0px 0px 0px;
		}
		
	#frame {
		margin-right:auto;
		margin-left:auto;
		width:671px;
		margin-top:5px;
		padding:0px;
		text-align:left;
		}
		
	#leftcontent {
		float:left;
		width:250px;
		background:#fff;
		margin-right:0px;
		border-top:1px solid #fff;
		border-right:1px solid #000;
		}
	
	#header {
		width:671px;
		background:#fff;
		padding-top:10px;
		border-bottom:10px solid #003399;
		}
		
	#header2 {
		float:center;
		width:671px;
		background:#fff;
		padding-top:10px;
		border-bottom:10px solid #003399;
		}	
	
	p,h1,pre {
		margin:0px 30px 10px 30px;
		}
	
	#rightcontent {
		float:left;
		width:420px;
		background:#fff;
		border-top:1px solid #fff;
		}
	
	@media print{
  		body{ background-color:#FFFFFF; background-image:none; color:#000000 }
  		#menu{ display:none;}
  		#leftcontent{ display:none;}
		#contentheader{ display:none;}
  		#rightcontent{ width:100%;}
}
</style>