        /* ----------------------------------------------------- */
        /**  GENERAL ELEMENTS                                   **/
        /* ----------------------------------------------------- */

        body 
        {
          /* effects the color of the whole page and fixes the page to the upper left corner */

            background-color: #fff; 
            margin: 0px;    /* fixes the page to the upper left corner*/
            padding: 0 0 0 0;   /* fixes the page to the upper left corner*/
            font-family: 'Times New Roman', Times, Serif; 
            color: #000;
            
        }



        .Search 
        {
		display: none;
        }


	.message 
	{
		font-size: 14px; 
		background: #ccc;  
		color: #336; 
		font-family: Arial, Verdana, Helvetica, Sans-Serif; 
		display: none;
	}
	
	.ima
	{
		display: none;
	}

	.branding
	{
        	display: none;
	}



        .Breadcrumbs 
        {
		display: none;
        }
	


       /* ----------------------------------------------------- */
        /**  HORIZONTAL NAV -- TOP NAV                          **/
        /* ----------------------------------------------------- */
        .HorizontalMainMenu
        {
          display: none;
        }
 

        /* ----------------------------------------------------- */
        /**  VERTICAL NAV  -- LEFT NAV                          **/
        /* ----------------------------------------------------- */
        .VerticalMainMenu
        {
          display: none;
        }
        
        .ice_logo {
        	display: none;
        }

        /* ----------------------------------------------------- */
        /* ----------------------------------------------------- */
        .Footer
        {
          display: none;
        }


        /* ----------------------------------------------------- */
        /**  LAYOUT -- LAST UPDATED                             **/
        /* ----------------------------------------------------- */
        .LastUpdated 
        {
          position: relative;
          height: 34px;         
          width: auto; 
          text-align:center;
          font-size: 10px;
          font-family: Arial, Helvetica, Sans-Serif; 
          color: #000; 
        }
