
html {
                margin: 0;
                padding 0;
}
body {
                margin: 0;
                padding 0;
	font-size: 10pt;
	font-family: arial, sans-serif;
}

a:link, a:active, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}

img {border: none;}

dt, li {margin-top: 10px;}

#topBar, #searchContainer, #find, #menu, #sideBar, #subMenu, #footer,
#breadcrumbAndPageTools ul, li img, .actionLink, .backToTop {display: none;}

#header {
	float: left; 
	margin-bottom: 15px;
}

#logo dt {margin-bottom: 5px;}

#logo dd {
	float: left;
	margin-left: 0;
	margin-right: 17px;
}

#logo dd.last {margin-right: 0;}

#pageBody {clear: both;}

#breadcrumbAndPageTools ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#breadcrumbAndPageTools li {display: inline;}

#breadcrumbAndPageTools a {
	text-decoration: none;
	color: #000000;
}

#welcomeBox {width: 100%;}

#welcomeTxt {
	float: right;
	width: 400px;
}

#welcomeTxt h1 {margin-top: 0;}

#welcomeImg {
	float: left;
	width: 247px;
	margin-right: 10px;
}

.clear {clear: both;}

.mainContentImg {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.faqList dt {font-weight: bold;}

#mainContent table {
	margin-bottom: 20px;
	border: 1px solid #000000;
                border-left:none;
                border-right:none; /* PH change to remove left/right borders */
	width: 100%;
	border-collapse: collapse;
}

#mainContent table caption {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

#mainContent table th {
	text-align: left; 
	padding: 5px;
	vertical-align: top;
}

#mainContent table td {
	border-top: 1px solid #000000; 
	padding: 5px;
	vertical-align: top;
}

#charterTable th {border-top: 1px solid #000000;}

.lookLikeList img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#mainContent ul {margin-bottom: 20px;}

.paginationPrev, .paginationNext {display: none;}

.paginationPageNo p {display: inline;}

.paginationPageNo ol {
	display: inline; 
	list-style-type: none;
}

.paginationPageNo li {display: inline;}

.paginationPageNo li a {display: none;}

.frmWrapper {
	float: left;
	width: 100%;
}

.frmWrapper fieldset {
	clear: left;
	border: none;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
}

.frmWrapper legend {
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}

.frmWrapper .frmRow {
	margin-bottom: 10px;
	clear: left;
	float: left;
	width: 100%;
}

.frmWrapper label {
	float: left;
	width: 110px;
	margin-right: 5px;
	display: block;
}

.frmWrapper .frmCheckBoxRow input {float: left;}

.frmWrapper .frmCheckBoxRow label {
	width: auto; 
	float: none; 
	padding-left: 20px;
}

.hidden {display: none;}

.accessibility {
	position: absolute;
	left: -9999px;
}

/* the following additions are for QDB */
.NewPage
{
    page-break-before: auto;
}

.NewPageAfter
{
    page-break-after: always;
}

.NewPageAlways
{
    page-break-after: always;
}

#mainContent .lookLikeActionHyperlinkButton
{
    display: none;
}

.QualRef
{font-family: Arial Black;}


#mainContent .lookLikeTable h2 {
	font-size: 1.1em;
	color: blue; /* this replaces background color due to browser default is not to print backgrounds */
	padding: 5px;
}

h4 {font-size: 1.1em;}


thead 
{  
     display:table-header-group;  
     font-size: 8.2pt;
}  

thead tr th{
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black;
}


tbody 
{
    display:table-row-group;
    font-size: 8.2pt;
    
}

.PrintLeftBorder
{
  border-collapse:collapse;
  border-left: 1px solid black;
  border-right: none;
  border-top: none;
}

.PrintNoBorder
{
 border: none;
}

.PrintNoLeftRightBorder
{
 border-left: none;
 border-right: none;
}