
/* Layout Stylesheet */ 


body {
 font: arial;
 margin:20px;
 background:#EBF3F7;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:650px;
 margin:auto;
 }

#hdr {
 height:90px;
 color: #333333;
 background:#ffffff;
 background-image: url('nwls.gif');
 background-repeat: no-repeat; 
 background-position: center; 
 
 }




#bar {
 height:70px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 background-image: url('city.jpg');
 background-repeat: no-repeat; 
 background-position: left; 
 }

#box {
 background:#EBF3F7;
 width: 400px;
 color: #333333;
 border:solid #000000;	
 border-width:1px 1px 1px 1px;
 padding:5px; 
 margin-left: 25px;
 font-size: 12px;
 }

#refs {
 background:#EBF3F7;
 width: 400px;
 color: #333333;
 border:solid #000000;	
 border-width:1px 1px 1px 1px;
 padding:5px; 
 margin-left: 25px;
 font-size: 12px;
 }




#bodyblock {

 background:  #68A3BC;
 color: #333333;
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 background: #68A3BC;
 width:145px;
 font-family: Arial;
 line-height: 15px;
 }


#l-col a:link{
    font-size: 14px; 
	font-family: Arial;
    color: #ffffff; 
	background: #68A3BC;
	text-decoration: none; 
    display: block; 	
	width: 100%; 
		}


#l-col a:visited{
    font-size: 14px; 
	font-family: Arial;
    color: #fff; 
	background: #68A3BC;
	text-decoration: none; 
    display: block; 	
	width: 100%; 
	
		}

#l-col a:hover{
    font-size: 14px; 
	font-family: Arial;
    color:  #68A3BC;
	background: #ffffff;
	text-decoration: none; 
    display: block; 	
	width: 100%; 
		}


#l-col a:active{
    font-size: 14px; 
	font-family: Arial;
    color: #ffffff; 
	background: #99A3BC;
	text-decoration: none; 
    display: block; 	
	width: 100%; 
		}
#cont {

 width:495px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 font-family: arial;
 text-align:left;
 }

#ftr {
 height:auto;
 background:#9BC2D3;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }

</style> 