/* Layout Stylesheet */ 

body {
	margin:20px;
	text-align:center;
	padding:0;
 }

#outer {
	text-align:left;
	width:800px;
	height: 600px;
 }

#hdr {
	height:60px;
	color: #333333;
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
	position:relative;
	color: #333333;
	width:750px;
	padding:0;
	height: 100%;
 }

#l-col {
	float:left;
	color: #333333;
	width:500px;
	height: 100%;
 }

#cont {
	width:250px;
	color: #0D3B53;
	text-align:left;
	height: 100%;
 }

#ftr {
	height:25px;
	color: #333333;
	border:solid black;
	border-width:1px 0 0 0;
	margin:0;
 }
.link {
	background-color: #8cb9db;
}
