#ned {
display: none; !important
}

body div, body p, body th, body td, body li, body dd	{
	font-size:	x-small;
	voice-family:	"\"}\"";
	voice-family:	inherit;
	font-size:	small;
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	{
	font-size:	small;
}

html, body {
  height: 100%;
}

img {
  border:0;
}

body {
	margin:0;
	padding:0;
	border: 0;
    text-align:center;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00;
	min-width: 53em;
	}

#main p {
font-size: 90%; /*12px*/
}

#logo {
position: absolute; margin-left:-26.5em; left:50%; top:12px; 
width: 146px;
height: 16px;
background: url('../display/logo3.gif') no-repeat top left; /*was logo 2, and 165x20, top:9px */
}

#main h1 {
font-family: Arial, Helvetica, sans-serif;
color:  #a1a5a9;  /* #76797c;  */
font-size: 3em;
letter-spacing:  -0.03em;
margin-left: 0;
padding-bottom: 0;
margin-bottom: 0;
padding-top: 0.1em;
text-align: left;
}

#main h2, #main h3 {
font-size: 120%;
margin: 0;
padding: 0;
}


#wrapper1 {
width: 100%;
background:      url("bg.gif") bottom repeat-x;
margin: 0 auto;
clear: both;
}

#wrapper2 {
width: 100%;
padding: 0;
background:      url("sub1.gif") bottom repeat-x;
margin: 0 auto 15px auto;
clear: both;  
min-height: 1.3em;           /* This is total shit */
height: 1.3em;
}

body[class] #wrapper2 {      /* Rubbish hack! */
	height:auto;
	}



#header-innerwrap {
margin:0 auto 0 auto;
text-align:left;
text-align:center;
width:XXXpx;
}



#content {
	clear: both;
	background: white;
}
#navigation	{
margin-left: auto; 
margin-right: auto;
text-align: center;
width: 100%;
}

#main a:link { 	text-decoration : none; }

#main a:visited { 	text-decoration : none; }

#main a:hover { text-decoration: underline; }




#mainleft p {
margin-top: 0;
margin-bottom: 1em;
padding-bottom: 0px;
}
/*--------------------------------- LAYOUT -----------------------------------------------*/

div.spacer {
  clear: both;
/*  width: 1px;	
  height: 1px;	
  font-size: 0;	 & also used to be margin: 0 & padding: 0 */
}
* html .spacer { /* is this necessary? I added it */
font-size: 0;
}

#main {
width: 53em;
margin: 0 auto;
padding: 0 1em 0 1em;
clear: both;
text-align: left;

}

#mainleft {
width: 31em;
float: left;
text-align: left;
line-height: 1.2em;
}

#mainright {
width: 18em;
padding-left: 3.6em;
float: right;
}

.bottom {
margin: 0 auto;
width: 53em;
text-align: left;
color: #a1a5a9;
padding-bottom: 1em;
}

.bottom p {
font-size: 84%;
margin: 0;
padding: 0;
padding-top: .6em;

}


#footer {
margin: 0 auto;
width: 53em;
padding-top: 1em;
padding-bottom: 1em;
border-top: 1px solid #a1a5a9;
}
#footer p {
font-family: Arial, Helvetica, sans-serif;
font-size: 84%;
}
.footerbottom {
color: #76797c;
}

#footer a:link { 	text-decoration : none; }
#footer a:visited { 	text-decoration : none; }
#footer a:hover { text-decoration: underline; }



/*--------------------------------- BOXS -----------------------------------------------*/		

/* Show only to IE PC \*/
* html .boxhead h3 {height: 1%;} /* For IE 5 PC */

.sidebox {
clear: both;
	margin: 0 auto; /* center for now */
	width: 100%; /* ems so it will grow */
	background:     url("box_right.gif") no-repeat bottom right;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	text-align: left;
}

.boxhead {
	background:     url("box_right.gif") no-repeat top right;
	margin: 0;
	padding: 0px;
	border-bottom: solid 1px #a1a5a9;
	}
.boxhead2 {
	background:     url("box_left.gif") no-repeat top left;
		}
.boxhead h3 {
	margin: 0;
	padding: 7px 0 7px 10px;
	color: black; 
	font-weight: bold; 
	font-size: 76%; 
	line-height: 1em;
	}
		
.boxbody {
	background:     url("box_left.gif") bottom left no-repeat;
	margin: 0;
	padding: 0 0 8px 0;
	}
		
.boxbody p {
	margin: 0 0 0 0;
	padding: 5px 10px 0 10px;
	font-size: 76%; 
	}

 /*--------------------------------- TAB -----------------------------------------------*/

/*
        background:#DAE0D2 url("bg.gif") repeat-x bottom;
background: url(header_bck.jpg) bottom repeat-x;

  
 */

    #tab {
/* float: left; */
	font-family:  Arial, Helvetica, sans-serif;
      width: 53em;
      line-height:normal;
	  margin: 0 auto;
	  	padding: 0;

      }

    #tab ul {
      margin:0;
      padding: 10px 10px 0;
      list-style:none;
      }
    #tab li {
      display:inline;
      margin:0;
      padding:0;
	  font-size: 95%;
      }
	  
    #tab a {
      float:right;
      background:    url("tab_leftx32.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #765;
      text-decoration:none;
      white-space:nowrap; /* I added this */
      }
    #tab a span {
      float:right;
      display:block;
      background:    url("tab_rightx32.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      font-weight:bold;
      color:#765;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tab a span {float:none;}
    /* End IE5-Mac hack */
    #tab a:hover span {
      color:#333;
      }
    #tab #current a {
      background-position:0 -60px;
      border-width:0;
      }
    #tab #current a span {
      background-position:100% -60px;
      padding-bottom:5px;
      color:#333;
      }
    #tab a:hover {
      background-position:0% -60px;
      }
    #tab a:hover span {
      background-position:100% -60px;
      }

 /*--------------------------------- SUBNAV -----------------------------------------------*/

    #subnav {

  /*    float:left; */
  	font-family:  Arial, Helvetica, sans-serif;
      width:53em;
      line-height:normal;
	  margin: 0 auto;
	padding: 0;
      }

    #subnav ul {
      margin:0;
      padding: 0 1em 0 0;
      list-style:none;
      }
	  
    #subnav li {
      display:inline;
      margin:0;
      padding:0;
	  font-size: 85%;
      }


#xxcontent /* for ie¦opera */
{
padding: 0;
}

html>body #xxcontent /* for geckos */
{
padding: 0;
} 

    #subnav a {
      display:block;
	  float: right;
      background:     url("sub1.gif") bottom left repeat-x;
      margin:0;
      padding: .1em 1em .5em 1em;
      font-weight:bold;
      text-decoration:none;
      white-space:nowrap; /* I added this */
	  color: #7c7c7c;
      }

    #subnav #current a {
      background:     url("sub2.gif") bottom left repeat-x;
      border-width:0;
      }

    #subnav a:hover {
      background:     url("sub2.gif") bottom left repeat-x;
      }

blockquote {
	color: #606760;
	text-align: justify; 
	text-indent:-.5em; 
	}


form {
margin: 0;
padding: 0;
}

  