/*
selectors for the print stylesheet
*/
a
{
    color: #333333;
    text-decoration: none;
}

html, body
{
    font-family: arial;
    font-size: 11pt;
}

/*
master for the print stylesheet
*/

div#printheading
{
    height: 70px;
    width: 250px;
    margin: 0px;
    margin-right: -80px;
    padding: 0px;
    clear: none;
    display: block;
    float: right;
    z-index: 10000;
}

div#container
{
}

h1
{
    font-size: 16pt;
}

span.printonly
{
}
/*
side images
*/

div#sideimages
{
    display: none;
}

/*
heading section
*/

div#heading
{
    display: none;
}

div#searchbox
{
    display: none;
}

img#logo
{
    display: none;
}

/*
top navigation bar
*/

ul#navbar
{
    display: none;
}

/*
heading image
*/

div#headingflash
{
    display: none;
}

img#headingimage
{
    display: none;
}

/*
services navigation bar
*/

ul#service_navbar
{
    display: none;
}

/*
services submenu navigation bar
*/

ul.services_submenu
{
    display: none;
}

ul.services_submenu li a
{
    display: none;
}

/*
second navbar
*/

div#second_navbar
{
    display: none;
}

/*
current userdetails
*/
div#currentuserdetails
{
    display: none;
}

/*
main content window
*/

div#content
{
    clear: both;
}

div#content div#parent a
{
    display: block;
    clear: both;
}

/*
3rd level subcategory list within a page
*/

ul#subcategorylist
{
    display: none;
}

/*
footer
*/

div#footer
{
    margin-top: 20pt;
}

div#footer span#copyright
{
    color: #666666;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
}

div#footer ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#footer ul#links
{
    display: none;
    margin: 0px;
    padding: 0px;
}

/*
keystaff
*/
div#keystaff_contactform
{
    display: none;
}
