		BODY{
			background: #4F4C3D;
			margin: 0px;
			padding: 0px;
			text-align: center;
		}
		
		a { cursor: pointer; }
		
		.dd_box {
			height: 415px;
			overflow: hidden;
		}
		
		#dd_quicklinks {
			background: url('/images/home/sidebar_back.gif') repeat-y;
			border-bottom: 1px solid black;
		}
		
		#dd_scores {
			background: url('/images/home/sidebar_back.gif') repeat-y;
			border-bottom: 1px solid black;
		}
		
		#dd_calendar {
			background: url('/images/home/sidebar_back.gif') repeat-y;
			border-bottom: 1px solid black;
		}

		.quicklink_link:link,.quicklink_link:active,.quicklink_link:visited{
			line-height: 16px;
			font-size: 10px;
			font-family: Verdana;
			color: #000000;
			font-weight: bold;
			text-decoration: none;
		}
		
		.quicklink_link:hover .quicklink_item2{
			background-image: url('/images/home/sidebar_quicklink_on_back.gif');
			background-repeat: repeat-y;
			color: #00683F;
		}
		
		.quicklink_item {
			background: url('/images/home/quicklink_divider.gif') no-repeat bottom left;
			padding-bottom: 1px;
		}
		
		.quicklink_item2 {
			padding: 5px 16px;
		}
		
		.translateButton {
			width: 26px;
			height: 16px;
			position: absolute;
			cursor: pointer;
		}
		
		#translateChina {
			top: 14px;
			left: 179px;
		}
		
		#translateFrance {
			top: 14px;
			left: 206px;
		}
		
		#translateGermany {
			top: 14px;
			left: 233px;
		}
		
		#translateItaly {
			top: 33px;
			left: 179px;
		}
		
		#translateJapan {
			top: 33px;
			left: 206px;
		}
		
		#translateSpain {
			top: 33px;
			left: 233px;
		}
		
		#siteTranslator {
			background: url('/images/home/button_back_translate.jpg') no-repeat top left;
			width: 278px;
			height: 84px;
			position: relative;
		}
		.portalscroll{
			overflow: auto; 
			z-index:1;	
		}