﻿body {
	background-color:white;
}

table {
	border-collapse:collapse;
	border:thin black solid;
}
td {
    color: Black;
    text-align:left;
    vertical-align:top;
    padding:.25em;
    border:thin black solid;
}
td.nowrap {
	white-space:nowrap;
}
th {
    font-weight:bold;
    color: Black;
    text-align: center;
    vertical-align:top;
    padding:.25em;
    border:thin black solid;
}

HR
{
    clear: both;
    color:black;
    width: 90%;
    text-align: center;
}

A
{
    text-decoration:underline;
    color: black;
    font-weight: bold;
}

#MasterPage {
}

#MasterTop {
	display:none;
}
#MasterHeader {
	display:none;
}
#MasterFooter {
	display:none;
}
#MasterFooterPrint {
	display:block;
}

#MasterBottom {
	display:none;
}

.PageLeftColumn {
	display:none;
}
.PageContents {
	width:100%;
}
.PageRightColumn {
	display:none;
}
.RightSidebar {
	float:right;
	width:30%;
	padding:.5em;
	background-color:#c7e3f1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid black;
	margin-left:.5em;
}

.LeftSidebar {
	float:left;
	width:30%;
	padding:.5em;
	background-color:#c7e3f1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid black;
}

.BreadCrumb{
	display:none;
}
.faqQuestion
{
    margin-top:1em;
    font-weight: bold;
}
.faqAnswer
{
    margin-left: 2em;
}
.addthis_button {
	display:none;
}
