html { margin : 0; 
padding : 0; 
}
html body li {
	height: auto;
}
body  {
	background-color: #CCC;
	margin: 0; /* 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%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
.pcen {text-align:center}

img {
	max-width: 100%;

}

#container { 
	height: auto;
	background-color: #ff6708;
	width: 80%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	padding-bottom: 1em;/* this overrides the text-align: center on the body element. */
} 
#header {
	background-image:url(images/bgbanner.png);		
	background-repeat:no-repeat;
	padding: 0;	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:150px;
	position: relative;
	
} 

#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;
	
}
#header h1 {
	margin: 0;
	padding: 10px 0; 
}

#sidebar { 
	float: left;
	width: 12em;
	padding: 0;
	height:auto;

}
#sidebarNav{
	margin: 6px;
	padding-top: 20px;
	padding-right: 0px;
	text-align:center;
	padding-bottom: 10px;
	padding-left: 0;
	border:groove #FFF 
}

#sidebarNav ul {
	margin: 4px;
	padding: 0px;
	}
#sidebarNav li {
	font-size: 90%;
	width:170px;
	height:45px;
	background-image:url(images/button.png);
	background-repeat:no-repeat;
	list-style: none;
	vertical-align:middle;
	}

#sidebarNav a:link {
	color:#FFF;
	text-decoration: none;
	display:inline-block;
	display: block;
	text-align:center;	
	padding-top:10px;
	margin-top: 8px;
}

#sidebarNav a:visited {
	color:#FFF;
	text-decoration: none;
}
#sidebarNav a:hover {
letter-spacing:1px;
}
#subMenu{ 
width: 10.5em;
height:auto;
}
#subMenu img{ margin:0;
border:none;
}
#subMenu ul {
	margin: 4px;
	padding: 0px;
	margin-bottom:12px;
		}

#subMenu li{
	font-size:90%;
	list-style: none;
	padding: 2px;
	vertical-align:middle;
	margin: 5px;
}

#subMenu a:link {
	color: #FFF;
	text-decoration: none;
	display:inline-block;
	display: block;
	text-align:center;
	}
#subMenu a:visited {
	color: #FFF;
		
}
#subMenu a:hover {
	letter-spacing:1px;
	}

input[type=radio] {
    border: 0px;
    width: 1.5em;
    height: 1.5em;	
}

.chapters {
	color: white;
	text-align:center;
	font-weight:bold;
	font-size:110%;
	margin-top:1em;
}

h1 {
	font-size: 150%;
	color: #2c4f4a;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 0.5em;
}
h2 {
	font-size: 120%;
	color: #000;
	margin-top: 1em;
	margin-left: 0.5em;
	padding-top: 1em;	
	}
h3 {
	font-size: 110%;
	color: #000;
	margin-left: 0.5em;
	padding-top: 1em;
	}

p {
	color: #000;
	margin: 0.5em;
		}
.pic {
	margin-left: 0.7em;
	}

			
.liNone	{
	list-style:None;
	color: #000;
	margin: 1em;
	
		}		
.nu	{
	color: #60a146;
	
		}
.pli {
	color: #000;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	margin-top:0.5em;
}

#mainContent { 
	margin: 0 2em 0 12em;
	background-color: #FFF;
	padding:6px;/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	min-height:1600px;
} 
#mainContent a:link { 
	color: #000;
}

#mainContent a:visited { 
	text-decoration:underline;
	color: #000;
}
#mainContent a:hover {
		color: #02631e;
		letter-spacing:2px;
}

#mainContent img.right {
		border-color:#333;
		border-style:solid;
		border-width:1px;
		margin:4px;
		float:right;
	   	}

#mainContent img.left {
		border-color:#333;
		border-style:solid;
		border-width:1px;
		margin:4px;
		float:left;
		 	}

#mainContent img.none {
		border-color:#333;
		border-style:solid;
		border-width:1px;
		margin:4px;
		
		   	}

img.noneG {
		border-color:#333;
		border-style:solid;
		border-width:1px;
	margin-bottom: .5em; 
		   	}
#footer { 
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#c2cddf;
	height:5px;
	text-decoration:none;
}

#button ul {
	list-style-type: none;
	float:right;
	margin: 4px;	
				}	

#button li{
	font-size:90%;
	background-image:url(images/button.png);
	background-repeat:no-repeat;
	list-style: none;
	padding-top: 12px;
	width:175px;
	height:40px;
	vertical-align:middle;
	text-align:center;
	}
#button li a:link {
	text-decoration: none;
	color: #FFF;
}
#button li a:hover {
	text-decoration:none;
	letter-spacing:2px;
	}
	
#button li	a:visited {
text-decoration: none;
	color: #FFF;
}

/* 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: 100%;
	display:block;
}

table, th, td {
   border: 1px solid black;
	
	}
td {width: 20%;}
th {background-color:#4e889c;
}
th {color: #FFF;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}


.def {width:80%;
	height: auto;
	overflow: hidden;
	
	}
.defA {width: 38%;
	float: left;
		}
.defB{width: 60%;
     float: right;	

}

dt.I {font-weight: bold;
	font-size: 100%;
	color: #000;
	margin-left: 0;
	margin-top: 1em;
	text-transform: capitalize;	}
dd.I {margin: 0;

}

dt {font-weight: bold;
	font-size: 100%;
	color: #000;
	margin-left: 0.5em;
	margin-top: 1em;
	text-transform: capitalize;	}
dd {margin: 0.5em;

}

.flex-container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: auto;
    }

.flex-item {
    width: 50%;
    height: auto;
    margin: 10px;
}
.flex-containerA {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: auto;
    
}

.flex-itemA {
    width: 50%;
    height: auto;
    margin: 10px;
}

.flex-containerB {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: auto;
}

.flex-itemB {
    width: 50%;
    height: auto;
    margin: 10px;
}
.flex-containerC {
    display: inline-block;
    display: block;
    width: 25%;
    height: auto;
	float: left;
}

.flex-itemC {
    width: 5em;
    height: 8em;
    margin: 10px;
	display: inline-block;
	display: block;
	
	
}

.flex-containerD {
    display: inline-block;
    display: block;
    width: 18%;
    height: auto;
	float: left;
}

.flex-itemD {
    width: 5em;
    height:8em;
    margin: 10px;
	display: inline-block;
	display: block;
}

.flex-containerE {
    display: inline-block;
    display: block;
    width: 25%;
    height: auto;
	float: left;
}

.flex-itemE {
    width: 5em;
    height: 8em;
    margin: 10px;
	display: inline-block;
	display: block;
}

.flex-containerF {
    display: inline-block;
    display: block;
    width: 25%;
    height: auto;
	float: right;
}

.flex-itemF {
    width: 5em;
    height: 8em;
    margin: 10px;
	display: inline-block;
	display: block;
}

.flex-containerG {
     width: 100%;
    height: auto;
	background-color: lightgray;
	border: 1px solid black;
}

.flex-itemG {
    width: 100%;
    height: auto;
    margin: 10px;
}
#guard {
	border: 1px solid black;
	background-color: lightgray;
	height: auto;
	width: 100%;
	
}

#guard a:link{
	text-decoration:none;
	
}
#quiz 
{ 
	background-color: #CCC;
	border-style:inset;
	text-align:left;
	color:#333;
	background-repeat:repeat;
	width:45%;
	margin: 1em;
	padding:4px;
}
#quiz p
{ margin:.5em;
}
#scenario{
	background-color: #CCC; 
	border-style:inset; color:#CCC;
	text-align:left;
	width:60%;
	margin: 0.5em;
	padding:4px;
}
input[type=radio] {
    border: 0px;
    width: 1.5em;
    height: 1.5em;	
}

.signs	{margin-left:12px;
}
.slider p {margin: 10px 10px 40px 55px; }
.slider img {margin-left: 50px; border: solid #333333 1px;}
#zoom {
	height: 450px;
	width: 560px;
	
}

#moreSpace p {margin-bottom:2em;

}