/* CSS Document */
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%;/* this centers  the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000;
	font-family:Tahoma, Geneva, sans-serif;
		}

img {
	max-width: 100%;
}
input[type=radio] {
    border: 0px;
    width: 1.5em;
    height: 1.5em;	
}

#container { 
	height: auto;
	background-color: #142265;
	max-width:100%;
	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/banner.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;
	border-bottom:  solid 1px #142265;
	
} 

.imgHead {margin-left: 1em;}

#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: 11em;
	
}
#header h1 {
	margin: 0;
	padding: 10px 0; 
}

#sidebar {
	float: left;
	width: 11em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-top:.05em;
	margin-left: 1em;
	height:auto;
	vertical-align:middle;
	/* top and bottom padding create visual space within this div  */ 
}

#sidebarNav{
	padding-right: 0px;
	text-align:center;
	padding-left: 0px;
	}

#sidebarNav ul {
	margin: 4px;
	padding: 0px;
	}
#sidebarNav li {
	font-size:90%;
	background-image:url(images/button.png);
	background-repeat:no-repeat;
	list-style: none;
	padding: 2px;
	width:160px;
	height:35px;
	vertical-align:middle;
	margin-left: 5px;
	margin-bottom:12px;
}

html body li {
height: auto;
}
#sidebarNav a:link {
	color:#FFF;
	text-decoration: none;
	display:inline-block;
	display: block;
	text-align:center;
	margin-top:6px;
	}
#sidebarNav a:visited {
	color:#FFF;
	text-decoration: none;
	}
#sidebarNav a:hover {
	letter-spacing:2px;
	}
.chapters {
	color: #FFF;
	font-weight:bold;
	font-size:120%;
	text-align:center;
	margin-top: 0;
	}

#subMenu{ 
width: 11em;
height:auto;
}
#subMenu img{ margin:0;
border:none;
}
#subMenu ul {
	margin: 4px;
	padding: 0px;
	margin-bottom:12px;
	}

#subMenu li{
	font-size:80%;
	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;
	}
.chapters {
	color: white;
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	margin-top:1em;

}

h1 {
	font-size: 2em;
	color: #193984;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	
}
h2 {
	font-size: 1.5em;
	color: #000;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
h3 {
	font-size: 1.5em;
	color: #000;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}

h3 {
	font-size: 1em;
	color: #000;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}

p {
	font-size: 1em;
	color: #000;
	margin: 10px;
}
.li	{
	color: #000;
		}
		
		
.liNone	{
	list-style:None;
	color: #000;
	margin: 1em;
	
		}		
.nu	{
	color: #000;
	
		}
.pli {
	color: #000;
	margin: 0.5em;
	
}

#mainContent { 
	margin: 0 4em 0 14em;
	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:1210px;
} 
#mainContent a:link { 
	color: #000;
}

#mainContent a:visited { 
	text-decoration:underline;
	color: #000;
}
#mainContent a:hover {
		color: #193984;
}

#mainContent img.right {
		border-color:#333;
		border-style:solid;
		border-width:1px;
		float:right;
		margin: 10px;	
		   	}

#mainContent img.left {
		border-color:#333;
		border-style:solid;
		border-width:1px;
		margin: 10px;
		float:left;		
		   	}

#mainContent img.none {
		border-color:#333;
		border-style:solid;
		border-width:1px;
		margin: 10px;
		 	}
#footer { 
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #fffda5;
	height:5px;
	text-decoration:none;
	} 

#button ul{	margin: 4px;
	padding: 0px;
	float:right;
	clear:right;
}
#button li{
	background-image:url(images/button.png);
	background-repeat:no-repeat;
	list-style: none;
	padding: 2px;
	width:165px;
	height:40px;
	vertical-align:middle;
	}
#button li a:link{
	color: #fff;
	text-decoration: none;
	display:inline-block;
	display: block;
	text-align:center;
	margin-top: 8px;
	font-size: 90%;
}
#button li a:visited{
	text-decoration: none;
	color: #FFF;
}
#button li a:hover {
	letter-spacing:2px;
		}	
		
/* 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;
}

#quiz 
{ 
	background-color: #CCC;
	border: 2px #CCC inset;
	text-align:left;
	color:#333;
	width:40%;
	margin: 0.5em;
	padding:4px;
}


input[type=radio] {
    border: 0px;
    width: 1.2em;
    height: 1.2em;
		}

.flex-container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: auto;
    }

caption {
	font-size: 120%;
	font-weight: bold;
}
table {
	max-width: 100%;
	display:block;
}

th, td {
   border: 1px solid black;
	
	}
td {width: 20%;
text-align: center;}
th {background-color:#63a1d1;
}
th {color: #FFF;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}