html 
{
    overflow-y: scroll;
}

/* Interface */
#InterfaceContainer { margin: 0 auto; width: 756px; overflow:hidden; text-align: left; border: solid 1px #B7B7B7; border-top: none; padding: 0 1px 1px 1px; background-color: White; }

/* Header */
#HeaderContainer { width: 756px; display: block; height: 82px;  background: url(../images/top_nav_rpt.gif) repeat-x;}
#HeaderLogo { float: left; display: inline; }
#HeaderRight { } 
#AESTClock	{ padding-top: 4px; color: #a9b1b1;}

/* Navigation */
#NavigationContainer { height: 82px; overflow:hidden; width: 465px; float:left; }
#NavigationDropDown { height: 41px; text-align: right; padding: 7px 5px 0px 0px;  }
#Navigation { background: url(../images/top_nav_right.gif) no-repeat bottom right; height: 29px; padding: 0px 0px 5px 0px;}
#Navigation img { float: left; }
#NavigationText	{ width:219px; float:left; margin:10px 0px 0px 155px; }

/* Footer */
#FooterContainer { float: left; height: 26px;  line-height: 22px; background: url(../images/bottom_nav_rpt.gif) repeat-x bottom; text-align: center; color: #9EA7B0; padding-top: 20px; } 
#FooterNavigation { text-align: left; float: left; padding-left: 20px; }
#FooterPatent { text-align: right; float: right; padding-right: 20px;  }

/* Menu */
.MenuItem			{ margin-top: 7px; cursor: pointer; line-height: 22px; float: left; text-align: center;  }
.MenuItem img		{ float: left; }
.MenuItem a			{ float: left; background: url(../images/menu_rpt.gif) repeat-x; padding: 0px 7px 0px 7px; color: #143352;  text-decoration: none !important; font-size: 12px; height: 22px;  }
.MenuItem a:hover	{ text-decoration: none; font-weight: bold; background: url(../images/menu_rpt_o.gif) repeat-x;  height: 22px;}

ul.TopNav1Root 		{ list-style-type: none; padding: 0px; margin: 0px; float: left; }
li.TopNav1Item 		{ padding: 0px; margin: 0px; float: left; }
li.TopNav1Separator { padding: 0px; margin: 0px; float: left; }

ul.BottomNav1Root		{ list-style-type:none; padding:0; margin:0; float:left; }
li.BottomNav1Item		{ float:left; padding:0px; }
li.BottomNav1Separator	{ float:left; padding:0 10px; }

ul.BottomNav1Root a,
ul.BottomNav1Root a:visited,
ul.BottomNav1Root a:active	{ color:#9EA7B0; }


/* Content Holder */
#ContentContainer	{ width: 756px; float: left; }

/* Middle Search Container */
#MiddleSearchContainer	{ width: 509px; padding: 15px 15px 0px 15px; float: left; overflow: hidden; }

/* Left Container */
#LeftContainer		{ width: 167px; float: left; overflow: hidden; }

/* Middle Container */
#MiddleContainer { width: 342px; padding: 15px 15px 0px 15px; overflow: hidden; float: left; }

/* Right Container */
#RightContainer { width: 217px; float: right; overflow: hidden; }
.PagingAlphaContainer	{ height: 20px; line-height: 20px; padding: 0px 10px 0px 10px; border: solid 1px #CFD7DE;  margin-bottom: 5px; text-align: center; }

/* hide rightside empty tabs */
.hideempty { display:none;}

