div#homeheader {
       margin: 0px 20px 0 14px;
}

div#banner {
        width: 100%;
}
body  {  
/*	background-color: #7d5126; brown */
	background-color: #26517e; /* blue */
	margin: 15px; 
	font: normal 100% Arial, Helvetica, sans-serif;
}

a img { border: none; } /* turn off border for linked images */

ins {
   background-color: #94C86D;
}

del {
   background-color: #B76A68;
}

/* page title */
h1  { 
	font: bold 1.4em Arial, Helvetica, sans-serif; 
	color: #69f; 
	margin-bottom: .8em;
}
/* sub page title */
h2 { 
	font: bold 1em Arial, Helvetica, sans-serif; 
	color: #000; 
	margin: 0px;
  margin-bottom: .8em;
}
/* sub-sub page title */
h3 { 
	font: bold .95em Arial, Helvetica, sans-serif; 
	color: #900; 
	margin: 0px;
}

div#edit { text-align: right; margin-right:15px;margin-top:2px;} 

table#header {
  width: 775px;
}

td#seal  {
        height: 118px;
        width: 450px;
	margin: 0;
	padding-left: 15px;
        padding-bottom: 0px;
        background: #fff URL(/images/logo-reading-first.gif) no-repeat bottom left;
	font: normal .75em Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
td#seal h1 {
	display: none;
}
.skipnav { 
	display: none; 
}

td#seal a  {
	color: #00F;
	text-decoration: underline;
}
td#seal a:hover	{ 
	color: #c63; 
	text-decoration: none;
}

td#search {
        height: 118px;
	vertical-align: bottom;
        align: right;
        background-color: transparent;
        /* background-image: url(/images/pagecurl-blank.png); */
background-image: url(/images/pagecurl-blank.gif);
        background-repeat: no-repeat;
        background-position: top right;
}

td#search form {
        float:right;
        margin: 0px; padding: 0px; margin-bottom: 5px; 
        margin-right: 25px;
}
td#search input#nevadafield  { 
	width: 100px; 
	border: 1px solid #666; 
	background-color: #f5f5f5; 
	padding: 2px;  
}

/* contentBG provides the right side shadow */
div#contentBG  {  
	/* background: url(/images/bg-rightshadowLong.png) right repeat-y; */
 background: url(/images/bg-rightshadowLong.gif) right repeat-y;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
width:775px;
}

/* bar under colored tabs extending across the whole page */
div#bar  {   
	height: 5px; 
	background-image: url(/images/dotted-line.gif);
 	background-repeat: repeat-x;
	background-color: #eeeee3; /* custom color-1 */
	padding: 0px 25px 0px 15px;
	margin: 0 27px 0 15px;
  font-size: 1px;
}
table#contenttable {
  margin: 0px 15px;
	width: 745px;

}

/* LEFTNAV STYLES */

#leftnav{  
	background: #FFF url(/images/bg-nav-standard-darker.png) repeat-y; 
	width: 210px;
	vertical-align: top;
        margin:0px;
}

#leftnav h4 {

        padding: 5px 0px 5px 0px;  
	font: bold 1em #900 Arial, Helvetica, sans-serif; 
	margin: 0;
	line-height: 1em;
        vertical-align: bottom; 
        background: url(/images/bg-nav-standard.png) repeat-y; 

}
#leftnav h4 a{  
	color: #900;  
	text-decoration: none;
	padding: 0 0 0 40px;

}
#leftnav h4 a:hover{  
	color: #000000;  
	text-decoration: underline;
}
/* spacer at the top of the nav - bg color of nab 7 px height */
div#leftnavcap  {  
	background-image: url(/images/bg-nav-standard-cap.png); 
	margin:0; padding:0;
        height: 6px;
	font-size: 0px;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/images/nav-separator.gif) bottom repeat-x; 
  line-height: 1;
}
#leftnav ul li, #leftnav ul li.on{
     padding-left: 2px;
     background: url(/images/nav-separator.gif) top repeat-x;
     margin:0px;
     padding-top:2px;
     padding-bottom:2px;
     padding-left:15px;
     line-height: 1;
     vertical-align:center;

}
#leftnav ul li a {
	margin: 0;
        padding-top: 3px;
	color: #900;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
}

#leftnav ul li.on a{
	margin: 0;
        padding-top: 3px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
}

#leftnav ul li a:hover{  
	color: #000000;  
	text-decoration: underline;
}
#leftnav ul.smallnav {
	background-color: #eeeee3;
        background-image: url(/images/bg-smallnavwrap.png) left repeat-y;
	margin: 0;
        margin-top: 2px;
        margin-bottom: 2px;
	padding: 0;  
}
#leftnav ul.smallnav li{
	background: url(/images/nav-separator.gif) bottom repeat-x; 
	padding: 0;
	padding-left: 4px;
        padding-right: 6px;
        padding-bottom: 5px;
	margin: 0;
        vertical-align: center;
}
#leftnav ul.smallnav li a {
	/* background: url(/images/star-red-small.png) top left no-repeat; */
background: url(/images/star-red-small.gif) top left no-repeat;
	color: #900;
	margin: 0;
        padding-left: 15px;
        padding-right: 15px;
	font-size: .7em;
}
#leftnav ul.smallnav li.on a, #leftnav ul.smallnav li a:hover { /* ON STATE FOR LINKS */
	margin: 0;
	padding-left: 15px;
        padding-right: 15px;
	font-size: .7em;
	color: #000;
	text-decoration: none;
}

/* THIRD LEVEL NAVIGATION */
#leftnav ul.smallnav li ul.thirdlevel{
  color: #666666;
  background: none;
  margin: 0 0 0 30px;
  padding: 0;
}
#leftnav ul.smallnav li ul.thirdlevel li{
  background: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#leftnav ul.smallnav li ul.thirdlevel a{
  color: #666666; 
  font-weight: bold;
  text-decoration: none;
  background: none;
  margin: 0;
  padding: 0;
}
#leftnav ul.smallnav li ul.thirdlevel li a:hover
, #leftnav ul.smallnav li ul.thirdlevel li.on a {
  color: #000;
  text-decoration: underline;
}
/* END THIRD LEVEL NAVIGATION */

/* 'SPECIALNAV' -- READINGS AND INSTRUCTIONS ----------------------------- */
#specialnav {
  background: url(/images/specialnav_bg.gif) repeat-y;
  padding: 10px 10px 0 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #060;
  font-weight: bold;
  font-size: .8em;
}
#specialnav p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
#specialnav a {
  color: #060;
}
#specialnav a:hover {
  text-decoration: none;
}
#specialnav ul {
  background: url(/images/neverwasanimage.png) no-repeat !important;
  padding-bottom: 10px;
  padding-left: 20px;
}
#specialnav li {
  background: url(/images/neverwasanimage.png) no-repeat !important;
  list-style-type: square;
  padding: 0 !important;
  margin: 0 0 5px 0 !important;
  line-height: 1.2 !important;
}
#specialnav ul a {
  color: #060 !important;
  font-size: 100% !important;
  text-decoration: underline !important;
}
#specialnav ul a:hover {
  text-decoration: none !important;
}

/* END LEFTNAV STYLES */

/* CONTENT STYLES */

div#breadcrumbs  {   
	background-color: #e2e6ed; 
	padding: 0px 0px 5px 5px; 
	margin-top: 5px;
	margin-right: 10px;
	vertical-align: middle; 
	font-weight: bold;
	font-size: .74em;
	font-style: Arial, Helvetica, sans-serif;
}
div#breadcrumbs a {  
	background-color: #e2e6ed; 
	background: url(/images/bullet.gif) center right no-repeat;
	color: #000;
	padding-right: 12px;
	margin-right: 2px;
}
div#breadcrumbs a.on  {  
	font-weight: normal;
	background: none;
	text-decoration: none;
}
div#breadcrumbs span {
	display: none;
}
td#content  { 
	background-color: #fff;
        padding: 0 15px 7px 15px;
	vertical-align: top;
	font: .86em Arial, Helvetica, sans-serif; 
	color: #000;
}
td#content p, td#content li, td#content td, td#content th {   

        padding-top: none;
}
td#content th { 
  font-weight: bold;
}
td#content p {   
	margin-top: 0px; 
	padding: 1px 20px 0px 0px;
        line-height: 1.3em;  
}
td#content p a:link		{ 
	color: #00F; 
	text-decoration: underline;
}
td#content p a:visited	{ 

	color: #639; 
	text-decoration: none;
}
td#content p a:hover	{ 
	color: #c63; 
	text-decoration: none;
}
td#content p a:active	{ 
	color: #000; 
	text-decoration: underline;
}

/* END CONTENT STYLES */

/* FOOTER STYLES */

div#footer  { 
	border-top: 1px solid #666666; 
	background-color: #efefef;
	margin: 7px 25px 0px 15px;
}
div#footerLinks  {
	background-color: #dedede;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #efefef;
	text-align: center;
	vertical-align: middle;
	height: 25px; 
	margin: 0;
}
div#footerLinks  a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: .81em;
	color: #333;
	font-style: normal;
	font-weight: bold;
	margin: 0 .75em;
}

div#footerLinks a:visited	{ color: #333; text-decoration: none;}
div#footerLinks a:hover	{ color: #c63; text-decoration: none;}

div#footerbottom  {
	border-bottom: 1px solid #efefef;
	vertical-align: top;
	background-color: #efefef; 
	border-top: 1px solid #666; 
	padding: 25px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .70em;
	color: #333;
	font-style: normal;
	font-weight: bold;
	height: 50px; 
	text-align: left; 
}
div#footright {
	width:33%;
	float:left;
	padding-bottom:10px;
}
div#footcenter {
	width:30%;
	float:left;
	padding-bottom:10px;
	padding-right: 30px;
}
div#footleft {
	width:28%;
	float:left;
	padding-bottom:10px;
}
/* WITH MOVE TO FIXED WIDTH, THESE DIVS BECOME IRRELEVANT */
div#shadow { 
    margin: 0px;
    width: 775px;
    height: 8px;
}

div#shadowright  {

    width:33%;
    float:left;
    background: url(/images/bg-pagebottom.png) right top no-repeat;
    height: 8px;
font-size: 1px;
}
div#shadowcenter  {
    float:left;
    background-image: url(/images/bg-pagebottom.png);
    background-position: -12px;
    background-repeat: no-repeat;
    width: 34%;
    height: 8px;
font-size: 1px;
}
div#shadowleft  {
    width:33%;
    float:left;
    background: url(/images/bg-pagebottom.png) top no-repeat;
    height: 8px;
font-size: 1px;
}

div#bottomshadow {
  width: 780px;
  background: url(/images/bg-pagebottom.gif) top no-repeat;
/* END FOOTER STYLES */

/* STANDARDS STYLES */

table.standardstable td {
  padding: 2px;
  }
table.standardstable td.label {
  font-weight: bold;
  color: red;
  margin-right: 5px;
  }