    * { margin: 0px; padding: 0px; }

    #ipb
    {
      text-align: center;
      padding: 0px;
      margin: 0px;
    }

    #container
    {
      width: 921px;
      text-align: left;
      background: url(images/welcome_09.png) top repeat-y;
    }

    #header
    {
      background: url(images/webpage_01.png) no-repeat;
      width: 921px;
      height: 214px;
    }

    #header      h1 { display: none;}
    #header      h2 { display: none;}
    #menu        h3 { display: none;}
    #breadcrumbs h3 { display: none;}
    #footer      h3  { display: none;}

    #menuholder
    {
      border-top: 1px solid white;
      height: 130px;
    }

    #menu
    {
      margin     : 105px 75px 0px 290px;
      padding    : 0px;
      font-family: arial, helvetica;
      font-size  : 8pt;
      border-left: 1px solid #ccc;
    }

    #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
        
	}
    #menu ul li 
    {
	float: left; 
        position: relative; 
        width: 105px; 
        border-top:    1px solid #FF9933;
        border-right:  1px solid #FF9933;
        border-bottom: 1px solid #FF9933;
    }

    #menu ul li.first 
    {
	float: left; 
        position: relative; 
        width: 106px; 
        border:    1px solid #FF9933;
    }

    #menu ul li ul li
    {
	position: relative; width: 106px;
        border-top:    0px solid #FF9933;
        border-left:   1px solid #FF9933;
        border-right:  1px solid #FF9933;
        border-bottom: 1px solid #FF9933;
    }
	
    #menu ul li ul li.last
    {
	position: relative;
        width: 107px;
        height: 12px;
        border: 0px;
        background: url(images/boxflap.gif) no-repeat;
    }

    #menu li ul 
    {
	position: absolute;
	left: -1px; /* Set 1px less than menu width */
	top: 25px;
	display: none;
    }

/*\*/
html*#menu li ul {
position: absolute;
left: -1px; /* Set 1px less than menu width */
top: 23px;/*seen only by safari*/
_top:25;/*seen only by IE6 for PC*/
}/**/


    #menu ul li a 
    {
	display: block; text-align: center;
	text-decoration: none;
	color: #795b4f;
	background: #fff; /* IE6 Bug */
	padding: 5px;
    }

    /* Fix IE. Hide from IE Mac \*/
     * html ul li { float: left; height: 1%; }
     * html ul li a { height: 1%; }
    /* End */

    #menu ul li a:hover 
    {
      color: white;
      background: #ff9933;
      font-weight: bold;
    }

    #menu li ul li a
    {
      float: none;
      display: block;
      iheight: 16px;
      min-height: 16px;
    }

    #menu li:hover ul, #menu li.over ul { display: block; } /* The magic */

    #breadcrumbs          
    { 
      color: #ff9933; 
      padding: 0px; 
      font-family: arial, helvetica; 
      font-size: 9pt;
      margin-top: 35px;
      margin-left: 120px; 
    }

    #breadcrumbs  a
    {
      color: #9d8865;
      text-decoration: none;
    }

    #breadcrumbs  ul
    {
      margin:  0px;
      border: none;
    } 

    #breadcrumbs  ul li
    { 
      margin-left: 0px;
      padding-left: 2px;
      border: none;
      list-style: none;
      display: inline;
      padding-right: 4px;
      border-right: 1px solid #ff9933;
    }

    #breadcrumbs  ul li.last
    {
      margin-left: 0;
      padding-left: 2px;
      border: none;
      list-style: none;
      display: inline;
      border-left: 0px;
      color: gray;
      font-weight: bold;
    }


    #content 
    {
      margin: 0px 320px 0px 120px;
      font-family: georgia;
      line-height: 1.6;
      font-size: 10pt;
      color: #795b4f;
    }

    table
    {
      font-family: georgia;
      line-height: 1.6;
      font-size: 10pt;
      color: #795b4f;
    }

    #content h3
    { 
      font-size: 14pt;
      color: #ff9933;
      font-weight: bold;
      line-spacing: 0px;
    }

    #content h4
    { 
      font-size: 10pt;
      color: #ff9933;
      font-weight: bold;
    }
    


    #content a
    {
      color: #FF9933;
    }

    #content p { padding-bottom: 1em; }
    #content h3 { padding-bottom: 0.5em; }
    #content h3 { padding-bottom: 0.5em; }

    #footer
    {
      width: 921px;
      height: 87px;
      background: url(images/welcome_08.png) top left no-repeat;
    }

    #footer p
    {
      color: #9d8865;
      font-family: arial, helvetica;
      font-size: 8pt;
      margin: 10px 120px; 0px; 120px;
    }

    #footer p a { color: #9d8865; }

    #holder p { margin-bottom: 0px; }

