/* 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%;
}

#container { 
	height: auto;
	background-color: #193984; 
	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/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;
	width: 11em;
	
}
#header h1 {
	margin: 0;
	padding: 10px 0; 
}

#sidebar { 
	float: left;
	width: 14em;
	background-color: #193984;
	padding: 0;
	height:auto;

}
#sidebarNav{
	padding: 20px;
	text-align:center;
		}

#sidebarNav ul {
	margin: 4px;
	padding: 0px;
	}
#sidebarNav li {
	color:#e1e1e1;
	font-size: 1em;
	width: 175px;
	height:34px;
	background-image:url(images/button.png);
	background-repeat:no-repeat;
	list-style: none;
	vertical-align:middle;
	margin: 10px 0 10px 0;

	}

#sidebarNav li a:link {
	color:#FFF;
	text-decoration: none;
	display:inline-block;
	display: block;
	text-align:center;
	height: 3em;
	padding-top: 7px;
	
}

#sidebarNav li a:visited {
	color:#FFF;
	text-decoration: none;
}
#sidebarNav li a:hover {
	font-style:italic;
}
#subMenu{ 
	width: 14em;
	height:auto;
}

#subMenu img{ margin:0;
border:none;
}
#subMenu ul {
	margin: 4px;
	padding: 0px;
	margin-bottom:12px;
	}

#subMenu li{
	font-size:1em;
	list-style: none;
	padding: 2px;
	vertical-align:middle;
	margin: 5px;
}

#subMenu li a:link {
	color: #fff;
	text-decoration: none;
	display:inline-block;
	display: block;
	text-align:center;
	}
#subMenu li a:visited {
	color: #fff;
		
}
#subMenu li a:hover {
	font-style:italic;

	}

.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;
	
}
h2 {
	font-size: 1.5em;
	color: #000;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	}
h3 {
	font-size: 1.5em;
	color: #000;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	}


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;
		
		   	}
#footer { 
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #5cbac5;
	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:175px;
	height:34px;
	vertical-align:middle;
	}
#button li a:link{
	color: #fff;
	text-decoration: none;
	display:inline-block;
	display: block;
	text-align:center;
	margin-top: 5px;
	font-size: 1em;
}
#button li a:visited{
	text-decoration: none;
	color: #FFF;
}
#button li a:hover {
	font-style:italic;	
	}	
		
/* 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:350px;
	margin: 0.5em;
	padding:4px;
}


input[type=radio] {
    border: 0px;
    width: 1.2em;
    height: 1.2em;
		}



.signs	{margin-left:12px;
border-color:#333;
		border-style:solid;
		border-width:1px;
}

#zoom {
	height: 450px;
	width: 560px;
	
}
