#home-top	{
	width: 806px;
	margin-bottom: 15px;
}

#spotlight	{

	position:  absolute;
	width: 403px;
/*
  position: absolute;
  left: 5px;
*/
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: normal;
display:inline;
}
/* BROWSER DETECTION FOR IE (ALL OTHER BROWSERS WILL USE THIS
http://www.webcredible.co.uk/user-friendly-resources/css/hacks-browser-detection.shtml
*/
html>body #spotlight {position:  relative;}

#right-column	{
	width: 403px;
	margin-left: 410px;
	padding: 0px;
display:inline;
}

.div_module	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	width: 403px;
	padding: 0px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(/IMAGES/DIV_MODULE/results-bground.png);
	background-repeat: repeat-x;
	background-position: left top;
	/*clear: left;
        position:relative; visibility:visible; left:0px; top:10px;*/
        position:relative;
        top:20;
}

.div_module table {position:relative;top:-20;}

ul.bgimg li{position:relative;top:-22;left:-35;
    padding-left: 2em;
    background-image: url("/IMAGES/ICONS/icon_.gif");/*INLINE STYLE SHOULD TRUMP*/
    background-repeat: no-repeat;
    background-position: center left;
    list-style-position: outside;
}
ul.bgimg li {list-style-type: none;}
ol.bgimg {position:relative;left:2em;list-style-type: decimal}
ol.bgimg li{ 
    padding-left: 1.5em;
    background-image: url("/IMAGES/ICONS/icon_.gif");/*INLINE STYLE SHOULD TRUMP*/
    background-repeat: no-repeat;
    background-position: center left;
    }


.box-top	{
	width: 403px;
	margin: 0px;
	padding: 0px;
	height: 27px;
	background-attachment: scroll;
	background-image: url(/IMAGES/DIV_MODULE/div-top.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.box-middle	{
	width: 403px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(/IMAGES/DIV_MODULE/results-bground.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	float: left;
}

.bottom		{
	height: 9px;
	width: 399px;
	background-attachment: scroll;
	/*background-image: url(/IMAGES/DIV_MODULE/results-bground.png);*/
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;

	/*THIS HAS BEEN MOVED TO INLINE STYLE (IE ONLY): position:relative;
	top:-3;*/
}


