﻿body 
{
    font: 12px verdana,Arial,sans-serif;
    line-height: 14px;
}

h1
{
    font-size: 16px;
    line-height: 18px;
}

h2
{
    font-size: 14px;
    line-height: 16px;
}

h3
{
    font-size: 12px;
    line-height: 14px;
}

img
{
    xdisplay: none;
}

.banner
{
    display: none;
}

.sitetools
{
    display: none;
}

.top_navigation
{
    display: none;
}

.subnav
{
    display: none;
}

.pagetools
{
    display: none;
}

.relatedlinks
{
    display: none;
}

.cmstoolbar
{
    display: none;
}

.breadcrumb
{
    xdisplay: none;
}

#footer
{
    display: none;
}

#cmstoolbar
{
    display: none;
}


.breadcrumb {
	overflow: auto;
	position: relative;
	left: -38px;
}
.breadcrumb ul {
	list-style: none;
}
.breadcrumb li {
	float: left;
}
.breadcrumb a {
	text-decoration: none;
	color: #000000;
}
.breadcrumb .seperator
{
    padding-left: 7px;
    padding-right: 7px;
}

