﻿/* DEFAULTS
----------------------------------------------------------*/
        .noprint
        {
            display: none;
        }
body   
{
    background: white;
    color:black;
}

a:link, a:visited
{
    color: black;
}

a:hover
{
    color: black;
    text-decoration: none;
}

a:active
{
    color: black;
}






/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width:auto;
    margin: auto;
    border:none;
}

.main
{
	clear: both;
}
.header
{
    background: white;
}

.header h1
{
    color: black;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    display: none;
}

div.menu
{
    display: none;
}


.loginDisplay
{
    display: none;
}