     /* Nexus Navigation Bar */

html, body{
 margin:0;
 padding:0;
}
 
#pagewidth{
 width:100%;
  min-width: 500px;
}



     /* Image Bar */

#leftcol{
 height:77px;
 width:320px; 
 float:left; 
 position:relative; 
 margin-left:-320px; 
 margin-right:1px; 
 }


     /* Search Bar */
 
#rightcol{
 width: 100%;
 text-align:right;
 float: left;
 position: relative;
 margin: 10px -2px 0px -10px;               /* top left bottom right */
 font-family: optima, arial, helvetica;
 font-weight: bold;
 font-size: 11px;
 color: #FFCC00;
 padding-bottom:0;
 }


     /* Link Bar */

#NB{ 
 width:100%; 
 background-color:#FFCC00;                  /*   background color yellow   */
 text-align: center;
 font-family: optima, arial, helvetica;
 font-weight: normal;
 font-size: 10px;
}

div.NB a {
    font-family: optima, arial, helvetica;
    text-decoration: none;
    color: #000000;                         /*   link color black   */
} 

div.NB a:hover {
    color: #FFFFCC;                         /*   link hover color white   */
}


     /* Naviagtion Bar Properties */


#outer{ 
border:solid white 0px; 
  /*/*/
border-left-width: 320px ;                  /* left column width. NN4 hack to hide borders */ 
border-left-color: #000775;                 /* left column colour */ 
border-left-style: solid; 
background-color: #000775;                  /* right column colour */ 
width: auto; 
}

#inner{margin:0; width:100%;}
 
#outer>#inner { border-bottom: 1px solid #000775;}  /*stops mozilla behaving badly */
 
.clr{clear:both;}
 
.content{padding:5px;}                      /*padding for content */ 
 
#header .content{padding-bottom:0;}         /*padding bottom 0 to remove space in IE5 Mac*/ 
 


 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}
