/* CSS Document */

/*           THIS CSS IS ASSOCIATED WITH DISABLED RESOURCES CENTER, INC               */
/*                         USE THIS DOCUMENT FOR PRINTING PAGES                             */

/*******************************************************************/
body {
font-family: "Times New Roman", Times, serif;
font-size: 12pt;
color: #000;
background: #FFF;
margin: 0;
padding: 0;
float: none !important;
}

/************************ headings and emphasis ************************/

H1 {
font-family: "Times New Roman", Times, serif;
background: #FFF;
font-size: 140%;
font-weight: bold;
color: #000000;
}

H2 {
font-family: "Times New Roman", Times, serif;
background: #FFF;
font-size: 125%;
font-weight: bold;
color: #000000;
}

H3 {
font-family: "Times New Roman", Times, serif;
background: #FFF;
font-size: 110%;
font-weight: bold;
color: #000000;
}

/************************ lists ************************/

ol {
list-style-type: decimal;
}

ol ol {
list-style-type: lower-alpha;
}

ol ol ol {
list-style-type: lower-roman;
}

ul {
 list-style-type: disc;
}

ul ul {
 list-style-type: square;
}

ul ul ul {
 list-style-type: circle;
}

ul ul ul ul {
list-style-type: none;
}

/************************ hyperlinks ************************/

a:link, a:visited {
color: #000;
background-color: #FFF;
text-decoration: underline;
}


/************************ LAYOUT DIVS ************************/

/************************ header ************************/

.headercontainer {
display: none;
float: none !important;
}

#headercellleft {
display: none;
float: none !important;
}

#headercellright {
display: none;
float: none !important;
}

/************************ navigation bar ************************/

#navcontainer {
display: none;
float: none !important;
}

#navlist {
float: none !important;
}

/************************ main ************************/

.primary {
background-color: #FFF;
width: auto;
float: none !important;
}


/************************ left ************************/

.left {
display: none;
float: none !important;
}

.nav {
display: none;
float: none !important;
}

/************************ right ************************/

.content, .right {
width: auto;
margin: 0;
padding: 0;
background-color: transparent;
float: none !important;
}

/************************ footer ************************/

.footercontainer {
display: none;
float: none !important;
}

/************************ TABLE SETTINGS ************************/
.datatable {
border-collapse: collapse;
float: none !important;
}

.datatable td {
text-align: left;
float: none !important;
}

.datatable th {
background-color: #FFF;
font-weight: bold;
text-align: left;
padding: 4px;
color: #000;
float: none !important;
}

.datatable caption {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
background-color: #FFF;
color: #000;
padding-top: 3px;
padding-bottom: 2px;
border: 1px solid #000;
float: none !important;
}