/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#808080;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
	text-align:left;
	border:2px solid #FFFFFF;
	width:770px;
	margin:auto;
	background-color: #7AAAD8;
	position: relative;
 }

#hdr {
	height:70px;
	background:#7AAAD8;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
 }

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

#bodyblock {
	position:relative;
	background: #dcdcdc;
	color: #7AAAD8;
	width:770px;
	padding:0;
	background-color: #7AAAD8;
	overflow: hidden;
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
 }

#l-col {
	float:left;
	background:#7AAAD8;
	color: #333333;
	width:170px;
	border-top: #FFFFFF;
	border-right: none #FFFFFF;
	border-bottom: none #FFFFFF;
	border-left: none #FFFFFF;
 }

#cont {
	width:598px;
	background:#7A8D98;
	color: #333333;
	text-align:center;
	border-top: 0px solid #FFFFFF;
	border-right: 0 solid #000000;
	border-bottom: 2 solid #000000;
	border-left: 2px solid #FFFFFF;
	float: left;
 }

#ftr {
	height:18px;
	background:#CAD5DD;
	color: #333333;
	margin:0;
	width: 770px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px none #FFFFFF;
	border-bottom: 2px none #FFFFFF;
	border-left: 2px none #FFFFFF;
 }
