/* The Tau Banner Description */
div#nicheader
{ 
    border: 1px solid black;
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 0px;
    left: auto;
    right: auto;
    background-repeat: repeat-x;
    background-image: url(images/NicBanner3.jpg);
    background-color: #002F59;
    padding: 0px;
}

div#nicheader h1
{
    float: right;
    font-size: 150%;
		height: 140px;
		padding-left: 0px;
    padding-right: 15px;
    line-height: 140px;
	 background-color: white;
}

div#nicheader h2
{
    float: right;
    width: 109px;
	 height: 140px;
		background-color: white;
    background-repeat: no-repeat;
		background-position: 50% 50%;
    background-image: url(images/niclogo.png);
    font-size: 0pt;
    text-indent: -10000px;
}


div#nicheader h3
{
    float: right;
    width: 110px;
    height: 45px;
    background-repeat: no-repeat;
    font-size: 0pt;
    text-indent: -10000px; /* for omniweb */
    margin: 2px;
    margin-right: 30px;
    margin-top: 10px;
}

/* end banner description */

/* code for the floating menu in the banner*/

div.niclinklist
{
    font-family: sans-serif;
    float: left;

    margin-left: 0px; 
    margin-top: 0px;

    padding: 0px;    /* let all children push against the border */
    font-size: 10pt; /* we can adjust this size */

}

div.niclinklist ul
{
    padding: 2px; /* keep everything nice and tight */
                  /* this makes a double border effect, which may
                     not be desireable. set to zero to get rid of it */
    margin: 10px;
    list-style: none; /* get rid of decorations */

    border: 1px solid black; /* a border */
    background-color: #777;

}
div.niclinklist li
{
        padding: 0px;
        margin: 0px;
}

div.niclinklist a
{
    display: block; /* fill the whole block */
    color: white;  
    text-decoration: none; /* get rid of underlines, etc */
}

div.niclinklist a:hover
{
    background-color: #3A5498; /* invert when we hover */
    color: white;
}


/* footer description */
	
div#nicfooter
{
    border: solid black 1px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 0px;
    background-repeat: repeat-x;
    background-image: url(images/NicBanner3.jpg);
    background-position: bottom left;
    background-color: #002F59;
    color: white;
}

div#nicfooter p
{
    position: relative;
    margin: 10px;
    margin-top: 30px;
}
div#nicfooter ul
{
    font-size: 10pt; /* we can adjust this size */
    font-family: sans-serif;
    list-style: none;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

div#nicfooter li
{
    border-top: 1px solid black; /* a border */
    border-bottom: 1px solid black; /* a border */
    background-color: #777; 
    float: left;
    margin: 0px;
    padding: 0px;
}

div#nicfooter li a
{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;   
    text-decoration: none;
    color: white;
}

div#nicfooter a:hover
{
    color: white;
    background-color: #3A5498;
}

div#niccontent
{
    background-color: #FFF;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 50px;
    font-family: sans-serif;
    clear: both;
    border-left: 2px solid black;
    border-right: 2px solid black;
    padding: 10px 30px 10px 10px;
}

/* end footer */
