@media screen, print 
{
	BODY 
	{
  background-image: url(../images/wl_lbg.jpg); 
  background-repeat: repeat-y;
  background-position: top left;
  margin: 0px;
  padding: 0px;
  font-size: 75%;
  font-family: Verdana, 'Times New Roman', Helvetica, Utopia, Times, 'MS Serif', Serif;
  background-color: #fff;
  COLOR: #000000;		
	}

	A
	{
		font-family: Verdana, Arial, Sans-Serif; text-decoration: none
	}

	a:active 
	{
		text-decoration: none
	}

	a:visited
	{
		text-decoration: none
	}

	a:hover
	{
		text-decoration: underline
	}

	a[name]
	{
		font-family: inherit;
		text-decoration: inherit;
	}


	#wl_header
	{
		margin: 0px;
		background: white;
		color: white;
		text-align: right;
		width: 100%;
		height: 30px;
	}
	#wl_header IMG 
	{
		float: left;
		margin: 0px;
		padding: 0px;
		height: 30px;
	}





	#wl_menu
	{
		position: absolute;
		left:0px;
		top:0px;
		width:130px;
		background: transparent;
		color: black;
		padding: 1px;
		FONT-FAMILY: Tahoma, Utopia, Times, Helvetica, Sans-Serif;
	}

	#wl_menu div div
	{ 
		margin-left: 1em;
	}

	#wl_menu A
	{
		display: block;
		BACKGROUND-COLOR: inherit;
		COLOR: #266795;
		PADDING: 3px;
		FONT-WEIGHT: bolder;
	}

	#wl_menu .selected 
	{
		FONT-WEIGHT: bolder;
  	}

	#wl_menu A:hover
	{
		BACKGROUND-COLOR: #efefef;
		border: 2px solid silver;
		PADDING: 1px;
		COLOR: Black;
		TEXT-DECORATION: none
	}

	#wl_logo
	{
		position: absolute;
		top:280px;
		left:0px;
		width:130px;
		background: transparent;
		padding: 1px;
	}


	#wl_partners
	{
		position: absolute;
		top:420px;
		left:15px;
		width:130px;
		background: transparent;
		padding: 1px;
	}

	#wl_partners A:link IMG
	{
		border: none
	}

	#wl_partners A:visited IMG
	{
		border: none
	}


	#wl_logo IMG 
	{
		float: left;
		margin: 0px;
		padding: 0px;
		margin-left: 20px;
	}

	#wl_footer 
	{
		font-size: 8pt;
		font-family: Tahoma, Utopia, Times, Helvetica, Sans-Serif;
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
		margin-top:520px;
		padding: 1em;
		clear: both;
	}

	#wl_footer div 
	{
		padding: 2px;
	}

}


