/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0 0 0 0; 
 background:#ffffff;
 }	 

#outer {
	width: 1001px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#top-left{
 position:absolute;
 top:0px;
 left:0;
 width:180px;
 z-index:1;
 height:80px; 
}

#top-right{
 position:absolute;
 top:0px;
 right:0;
 width:250px;
 z-index:1;
 height:80px; 
 line-height:40px;
}

#top-superright{
 margin:0 250px 0 182px;
 position:relative;
 height:80px; 
 z-index:6;
}

#top-superright img{
	margin-left:20px;
	margin-top:5px;
}

#top-right img{
	margin-left:0px;
	margin-top:10px;
}

#top-center{ 
 margin:0 250px 0 182px;
 position:relative;
 height:80px; 
 z-index:6;
}

#top-center img{
	margin-left:54px;
	margin-top:10px;
}

#lh-col{
 position:absolute;
 top:90px;
 width:180px;
 left:0px;
 z-index:3;
 background:#f7f7f7;
 border: solid #b4b4b4;
 border-width:1px 1px 1px 1px;
}

#rh-col{
 position:absolute;
 top:5px;
 right:0;
 width:195px;
 z-index:2;
 background:#f7f7f7;
 border: solid #b4b4b4;
 border-width:1px 1px 1px 1px;
}

#c-block {
 width:100%;
 z-index:1;
 background:#ffffff;
 color: #333333;
 height:80%;
 }

#logos{
 height:80px; 
 width:100%; 
 background:#ffffff;
 margin:0;
  }

#hdr{
 height:20px; 
 background:#f7f7f7;
 color: #333333; 
 margin:0px 197px 0 182px;
 padding: 5px 0px 0px 0px;
 text-align: center;
  }

#c-col{ 
 margin:0 197px 0 182px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:6;
 }
#c-col p img{
 padding: 5px 5px 5px 5px;
 z-index:5;
}

#c-col table{
	margin: 0 5px 0 10px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

#ftr {
 width:100%;
 height:35px;
/* border: solid #000000; 
 border-width:1px 0;*/
 background:#ffffff;
 color: #333333;
 margin:0;
 }

h2{
 border-top: 1px outset #000;
 border-bottom: 1px outset #f7f7f7;
 margin: 10px 0 10px 0;
}

h2 div{
margin: 3px 0;
}

.clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden}.clear{display:inline-block} /* Holly Hack Targets IE Win only \*/* html .clear{height:1%}.clear{display:block}/* End Holly Hack */

