/* Layout Stylesheet */ 



body {

 margin:10px 10px 10px 10px;

 background:#FFFFFF;

 color: #333333;

 text-align:center;

 padding:0;

 }

 

 td img { 

vertical-align: bottom; 

} 



#outer {

	text-align:left;

	width:984px;
	height:300px;

	margin:auto;

	background-color: #FFFFFF;

	border: none #000000;

 }



#hdr {

	height:75px;

	background:#FFFFFF;

	color: #333333;

 }



#bar {

 height:25px;

 background:#c0c0c0;

 color: #333333;

 border:solid #000000;	

 border-width:1px 0 1px 0;

 }



#bodyblock {

	position:static;

	background: #FFFFFF;

	color: #333333;

	width:984px;

	padding:0;

	height: 300px;

 }



#l-col {

	float:left;

	background:#FFFFFF;

	color: #333333;

	width:158px;

	height: 280px;

	margin-top: 10px;

 }



#cont {

	width:793px;

	background:#ffffff;

	color: #000000;

	border:0 none #000000;

	text-align:left;

	float: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: x-small;

	height: 300px;

 }

#ftrimg {

	

	background:ffffff;

	color: #000000;

	width: 158px;

	text-align: left;

	float: left;

	padding-top: 3px;
	padding-bottom:3px;

	position: static;

 }

#ftr {

	height:20px;

	background:#a4a4a4;

	color: #000000;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 9px;

	font-style: normal;

	font-weight: bold;

	width: 984px;

	text-align: center;

	float: right;

	padding-top: 3px;

	position: static;

 }

