/* CSS Document */

/*           THIS CSS IS ASSOCIATED WITH DISABLED RESOURCES CENTER, INC               */
/*                         USE THIS DOCUMENT FOR ALL STANDARD PAGES                               */

/*********************** BODY ********************/

/************************ body ************************/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-variant: normal;
font-style: normal;
color: #000;
background: #FFF;
}

/************************ headings and emphasis ************************/

H1 {
font-family: Tahoma;
font-size: 140%;
color: #069;
font-weight: bold;
font-style: normal;
font-variant: normal;
}

H2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 125%;
	color: #069;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

H3 {
font-family: Tahoma;
font-size: 110%;
color: #069;
font-weight: bold;
font-style: normal;
font-variant: normal;
}

/************************ 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;
	font-style: italic;
}

ul ul {
 list-style-type: square;
}

ul ul ul {
 list-style-type: circle;
}

ul ul ul ul {
list-style-type: none;
}

/************************ hyperlinks ************************/

a:link {
color: #069;
background-color: #FFFFFF;
}

a:visited {
color: #069;
background-color: #FFFFFF;
}

a:hover, a:focus {
background-color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FF0000;
}

/************************ LAYOUT DIVS ************************/

/************************ header ************************/

.headercontainer {
height: 73px;
margin-left: 0px;
margin-top: 0px;
background-color: #069;
}

#headercellleft {
background-color: #069;
height: 66px;
width: 340px
margin-top: 0px;
float: left;
}

#headercellright {
background-color: #069;
height: 35px;
width: 490px;
margin-right: 7px;
margin-top: 7px;
float: right;
}

#headercellright a:link {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
background-color: #069;
}

#headercellright a:visited {
color: #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
background-color: #069;
font-size: .9em;
}

#headercellright a:hover {
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1em;
color: #069;
}
/************************ navigation bar ************************/

#navcontainer
{
width: 100%;
float: left;
background-color: #000;
}

#navcontainer ul { padding: 0em; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0;
padding: 0 0 0 3%;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
letter-spacing: normal;
font-weight: bold;
}

#navcontainer ul li a
{
padding: 0.2em 12px;
background-color: #000;
color: #FFFFFF;
text-decoration: none;
float: left;
border-right: 1px solid #FFF;
}

#navcontainer ul li a:hover
{
background-color: #O69;
color: #CC9;
}

#navlist li a:hover, #navlist li a:active
{
color: #CC9;
text-decoration: none;
background: #069;
text-align: left;
text-transform: uppercase;
font-weight: bold;
}

/************************ main ************************/

.primary {
padding: 0px;
background-color: #FFF;
height: auto;
width: 100%;
margin-left: 0px;
margin-top: 0;
overflow: auto;
float: left;
}

/************************ left ************************/

.left {
float: left;
margin-top: 0;
width: 21%;
height: auto;
padding: 5px;
margin-bottom: .5em;
}

.navcontainer { width: 100%; }

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

.navcontainer a
{
display: block;
padding: 5px;
width: 100%;
background-color: #CC9;
border-bottom: 1px solid #069;
}

.navcontainer a:link, .navcontainer a:visited
{
color: #000;
text-decoration: none;
font-weight: bold;
}

.navcontainer a:hover
{
background-color: #069;
color: #fff;
}


#logo {
float: left;
margin-top: .5em;
border: 1px solid #036;
width: 20%;
clear: left;
height: auto;
font-weight: bold;
padding: 5px;
background-color: #069;
}

#counter {
font-size: .9em;
}

/************************ right ************************/

.content {
	height: auto;
	width: 75.5%;
	margin-top: 0;
	padding-top: 0.5em;
	overflow: auto;
	float: right;
	clear: right;
	font-size: large;
	background:#FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	font-weight: bolder;
}

/************************ footer ************************/

.footercontainer {
height: 35px;
width: 99.9%;
padding: 2px;
background-color: #069;
border: 1px solid #FFF;
float: left;
clear: left;
}

#footercellleft {
height: 31px;
float: left;
background-color: #FFFFFF;
}

#footercellright1 {
height: 17px;
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
text-decoration: none;
color: #FFFFFF;
background-color: #O69;
}

#footercellright2 {
height: 17px;
float: right;
font-family: Tahoma;
font-size: .9em;
text-decoration: none;
color: #FFFFFF;
clear: right;
}

#footercellright1 a:link {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
background-color: #069;
}

#footercellright1 a:visited {
color: #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
background-color: #069;
font-size: .9em;
}

#footercellright1 a:hover {
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1em;
color: #069;
}

/************************ TABLE SETTINGS ************************/
.datatable {
border-collapse: collapse;
}

.datatable td {
text-align: left;
}

.datatable th {
background-color: #640000;
font-weight: bold;
text-align: left;
padding: 4px;
color: #FFFFFF;
}

.datatable caption {
font: bold 0.9em Arial, Helvetica, sans-serif;
background-color: #640000;
color: #FFF;
padding-top: 3px;
padding-bottom: 2px;
border: 1px solid #000;
}

/****************************** IMAGES ***********************/

.devices {
display: inline;
}
.Tahoma {
	color: #069;
	font-size: large;
	font-weight: bold;
}
