body,html
{
	background-color: #f7f7f7;
	height: 100%;
	margin: 0;
	padding: 0;
	scrollbar-3d-light-color: #4C6EC6;
	scrollbar-arrow-color: #FFCC01;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #062983;
	scrollbar-face-color: #4C4C4C;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #616161;
	overflow:none;
}

#logo table td
{
	background-image: url('/gfx/n_headerBgRepeat.jpg');
	height: 124px;
}

#infobar table td
{
	background-image: url('/gfx/n_infoBarBg.jpg');
	height: 57px;
}

table.columns td.left
{
	background-image: url('/gfx/n_leftColumnBgRepeat.jpg');
	background-repeat: repeat-y;
	width: 157px;
}
table.columns td.right
{
	background-image: url('/gfx/n_rightColumnBgRepeat.gif');
	width: 144px;
}
.main .middle
{
	_height: 80%;
	background-image: url('/gfx/n_mainBg.jpg');
	background-repeat: repeat-x;
}


#leftpane
{
	background-image: url('/gfx/n_leftColumnTop.jpg');
	height: 614px;
	left: 0;
	position: absolute;
	top: 0;
	width: 157px;
}


#banners
{
	background-image: url('/gfx/n_rightColumnTop.jpg');
	background-repeat: no-repeat;
	height: 414px;
	padding-top: 90px;
	text-align: center;
	width: 144px;
}


#menu_background
{
    background-color:#65625C;
    opacity:0.8
}

