﻿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;
}

/* lists */
.listtable
{
    width: 100%;
    border: solid 1px #8C8C8C;
    
}

.listtable TH
{
    background-color: #F2F6F7;
    height: 26px;
    color: #525252;
    border-bottom: solid 1px #8C8C8C;
    border-right: solid 1px #DBDADA;
    padding: 5px;
    text-align: left;
}

.listtable TH .columnheading
{
    color: #525252;
    text-decoration: none;
}

.listtable TH .columnheading:HOVER
{
    text-decoration: underline;
}

.listtable A
{
    color: #C4112F;
}


.listtable TD
{
    height: 26px;
    color: #525252;
    border-bottom: solid 1px #DBDADA;
    border-right: solid 1px #DBDADA;
    padding: 5px;
}

.listpagingtools
{
    width: 100%;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    border-top: solid 1px #8C8C8C;
    border-bottom: solid 1px #8C8C8C;
}

.listprevious
{
    width: 33%;
    float: left;
    padding-top: 5px;
}

.listpage
{
    width: 33%;
    float: left;
    text-align: center;
}

.listnext
{
    xwidth: 33%;
    padding-top: 5px;
}

.listyears
{
    padding-bottom: 5px;
    line-height: 25px;
}

.listyears A
{
    color: #C4112F;
}
