/* CSS Document */
html { margin : 0; 
padding : 0; 
}

body  {
	background-color: #CCC;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	width:90%;/* this centers  the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
   }

.header{background-image: url("images/bgbanner.png");
    background-repeat: no-repeat;
    height: 158px;
    margin-top: 0;
    
}
 
.main a:link{
    color: blue;
}
.main a:visited{
    color: #000;
}
.Ltgrey {background-color: #e4e4e4;
text-align: center;border-radius: 12px;
padding: 0.5em;
}
.slideshow{margin-top: 6px;
margin-bottom: 30px;
}

table {
	max-width: 80%;
	      }
td {
    padding: 10px 10px 60px 10px;
    text-align: left;
    font-size:80%;
    }
tbody {text-align: center;}
caption h2{
    font-size:110%;
    color: #153f69;
}
video {
    width: 40%    !important;
  height: auto   !important;
}
.pcen {text-align:center}
.pli {margin-left: 0.5em;
}
img {
	max-width: 100%;
             }


#skipLinks {
	font-size: 80%;
}
#skipLinks ul {
	margin: 0px;
	padding: 0px;
}
#skipLinks li {
	background-image: none;
	list-style:none;
	margin: 0px;
	position: absolute;
}
#skipLinks a {
	color: #FFF;
	position: absolute;
	margin-left: -9000px;
}
#skipLinks a:focus, #skipLinks a:active {
	display: block;
	width: 12em;
	
}

#header h1 {
	margin: 1em;;
	padding: 1em; 
}
nav.chapter ul{
    margin-bottom: 0.5em;
	padding: 0px;
    list-style: none;
 }
nav.chapter li {
  padding: 0;
margin: 0;

}
nav.chapter a:link {
   font-size:120%;
    text-align: center !important;
	color:#fff;
    padding: 0.5em 0.7em;
	list-style: none;
    text-decoration: none;
    font-weight: bold; 
         	}
.chapter a:visited{
	color: #fff;
		}
.chapter a:hover, a:focus, a:active {
	color: #fff;
	}
.chapters ul {
	padding: 0px;
    display: block;
    list-style: none;
    
	}
.chapters li {
  padding: 0.5em;
margin-bottom: 0.5em;  
}
.chapters a:link {
   font-size:100%;
	color:#F7F7F7;
     font-weight: bold;
    padding: 0.5em;
	list-style: none;
    text-decoration: none;
	 margin-bottom: 2em;       
    	}
.chapters a:visited{
	color: #b9b7b7;
    		}
.chapters a:hover, a:focus, a:active {
	color: #F7F7F7;
	}
.help img{ margin:0;
border:none;
}

.help ul {
	margin: 4px;
	padding: 0px;
	margin-bottom:12px;
	font-family:Verdana, Geneva, sans-serif;
    display: block;
	}

.help li{
	font-size:80%;
	list-style: none;
	padding: 2px;
	vertical-align:middle;
	margin: 5px;
    text-align:center;
}

.help a:link {
	color: #fff;
    font-weight: bold;
	text-decoration: none;
	text-align:center;
	}
.help a:visited {
	color: #fff;
		
}
.help a:hover {
	color: #fff;
	}

input[type=radio] {
    border: 0px;
    width: 1.5em;
    height: 1.5em;	
}

input[type=button] {
    border: 1px;
    border-bottom-style: groove;
    height: 2em;
    background-color:#25695f;
    border-radius: 10px;
    margin: 0.5em;
    color: #fff;
    width: 10em;
}

#button ul{ list-style-type: none;
      }
h1 {
	font-size: 150%;
	margin:0.5em 0.5em 1em 0.5em;
	margin-top: 1em;
	margin-left: 0.5em;
}
h2 {
	font-size: 120%;
	color: #000;
	margin-top: 1em;
	margin-left: 0.5em;
	margin-bottom: 0.3em;
	padding-bottom: 0.1em;
	}
h3 {
	font-size: 110%;
	color: #000;
	margin-top: 1em;
	margin-left: 0.5em;
	margin-bottom: 0.3em;
	padding-bottom: 0.1em;
}
h3 {
	font-size: 105%;
	color: #000;
	margin-top: 1em;
	margin-left: 0.5em;
	margin-bottom: 0.3em;
	padding-bottom: 0.1em;
}

h4 {
	font-size: 100%;
	color: #000;
	margin-top: 1em;
	margin-left: 0.5em;
	margin-bottom: 0.3em;
	padding-bottom: 0.1em;
}

p {
	font-size: 100%;
	color: #000;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	margin-top:0.5em;
	}

li	{
	color: #000;
    font-size: 100%;
		}
		
.liNone	{
	list-style:None;
	color: #000;
	margin: 1em;
	
		}	
p.nu	{
	margin-bottom: 2em;
			}	

.main { background-color: #fff;
    text-align: left;
	
} 
.main img.rightNone {
    float:right;
    margin:4px;
    clear: right;
		}

.main img.right {float:right;
border-color:#000;
		border-style:solid;
		border-width:1px;
		margin:4px;
    clear: right;
		}
.main img.none {
border-color:#000;
		border-style:solid;
		border-width:1px;
		margin:4px;
    clear: right;
		}
.footer { 
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#25695f;
	height:1em;
	text-decoration:none;
	} 
ul li.pass {list-style: disc;}


.button{font-weight: bold;}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
		
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.offleft {
	margin-left: -9000px;
	position: absolute;
	color:#000;}

table {
	max-width: 40%;
    border: 0;
    }
table td {
  border: 1px solid;
    padding: 0.5em;
}

table th {
  border: 1px solid;
    padding: 0.5em;
}

table caption{
    font-weight: bold;
    font-size: 110%;
    padding: 0.5em;
}
#quiz 
{ 
	background-color: #ebebeb;
	 border-radius: 12px;
    margin: 0.5em;    
	text-align:left;
    color:#000;
    padding:1em;
	}
#quiz p
{ margin-bottom: .5em;
}
.stats {
    width: 80%;
    align-content: center;
    color:#000;
    border-radius: 12px;
    background-color: white;
    border: 2px solid #96887f;
    padding: 10px;
    height: auto;
 }
img.roundit{clear:right;}


.roundit{width: auto;
    color:#000;
    border-radius: 12px;
    margin: 0.5em;    
    float: right;}

.rounditN{width: auto;
    color:#000;
    border-radius: 12px;
    margin: 0.5em;    
    }

.Ltgrey {background-color: #e4e4e4;
text-align: center;
border-radius: 14em;
padding: 0.5em
}
