/* Layout Stylesheet */ 

body {
	margin:20px;
	background:#ffffff;
	color: #666666;
	text-align:center;
	padding:0;
	border: none;

 }

#outer {
	text-align:left;
	border:1px solid #666666;
	width:760px;
	margin:auto;
	height: auto;
 }

#hdr {
	height:80px;
	width:760px;
	background:#333333 url(../images/nav_toplogosection.jpg) no-repeat left top;
	color: #333333;
	margin:0;
	padding:0;
	border: 1px solid #666666;
 }

#bar {
 	height:20px;
 	width:760px;
 	background:#666666;
 	color: #333333;
 	margin:0;
 	padding:0;
 }

#bodyblock {
	position:relative;
	background: #ffffff;
	color: #333333;
	width:760px;
	padding:0;
	height: auto;

 }

#cont {
	width:500px;
	background:#ffffff;
	color: #333333;
	text-align:left;
	margin: 0px;
	padding: 0px;
	border: none;

 }

#ftr {
	height:30px;
	width:500px;
	background:#ffffff;
	color: #666666;
	margin:0;
	vertical-align: bottom;
	position: relative;
	bottom: 5px;

 }
