#wrapper {
text-align: left;
padding: 0;
margin: 0 auto;
width: 640px;
}

body {
	background-color: #fffceb;
	color: #003;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	}
	
p, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
		}
	
p em {
font-style:italic;
}
ul {
	list-style-type: circle;
		}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #1F4366;
	padding-bottom: 10px;
	text-align: center;
	}
h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #c00;
	}

h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #c00;
	}

h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #820707;
	}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

	
/* links */

a {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #006;
	text-decoration: underline;
	}

a:hover {
	color: #369;
	}

a:active {
	color: #930;
	}

a:visited {
	color: #006;
	text-decoration: underline;
	}

#img a, a:active {
	text-decoration: none;
	}	
	
	
/* simulation styles */

#simulation {
	background-color: #fff;
	border: 1px solid #c00;
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
	}

#simulation td {
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	}

#simulation a {
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	}

#simulation-nobackground {
	border: 1px solid #c00;
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
	}

#simulation-nobackground td {
	font-family: arial, helvetica, sans-serif;
	}

#simulation-nobackground a {
	font-family: arial, helvetica, sans-serif;
	}

.fakelink {
	font-family: arial, helvetica, sans-serif;
	color: #006;
	text-decoration: underline;
	}
	
	
	
/* classes */


.copyright {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.2em;
	text-align: center;
	}

	.indexlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
		}

.contentlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	}
	
	.bluebold {
	color: #333399;
	font-weight: bold;
	}
	
.dkbluebold {
	color: #1F4366;
	font-weight: bold;
	}
	
	.maroonbold {
	color: #820707;
	font-weight: bold;
	}
	.greenbold {
	color: #009900;
	font-weight: bold;
	}
	.green {
	color: #009900;
		}
	
.copyright {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.2em;
	text-align: center;
	}

.smallest {
	font-size: 9px;
	}

.small {
	font-size: 12px;
	}

.medium {
	font-size: 14px;
	}
.mediumbold {
	font-size: 14px;
	font-weight: bold;
	}
.bold {
	font-weight: bold;
	}

.italic {
	font-style: italic;
	}

.header {
	background-color: #dfdfdf;
	}

.maroon {
	color: #820707;
	}
	
.red {
	color: #c00;
	}

.redbold {
	color: #c00;
	font-weight: bold;
	}

.blueborder {
	border: #369 1px solid;
	}

.float {
	float: right;
	border: 1px solid #336699;
	}

.footnote 	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
		}
	
.screencopy {
	font-weight: bold;
	color: #369;
	}
	
.citation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}
	
.activity {
	width: 500px;
	border: 1px solid #ccc;
	margin: auto;
	padding: 10px;
	background-color: #fff;
	}
	
}
.tip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.blue {
	color: #1F4366;
	font-weight: normal;
}
.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

.rightimage {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}
.blockquote {
	margin-left: 30%;
	text-align: left;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.indent {
	text-indent: 50px;
}

.leftindent {
	margin-left: 50px;
	text-align: left;
}
.nobullet {
list-style-type: none;
}

.nounderline {
	color: #000;
	text-decoration: none;
	}


.niceTable { width: 100%; box-shadow: 3px 5px 5px #424234; border: 1px; }
.niceTable th {
	background: #11402f;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
.niceTable td {
	background: #f5f6f2;
	color: #3a3f26;
	padding: 10px;
}
.niceTable tr {
	border-bottom: 1px solid #afb1a4;	
}
.niceTable tr .icon { padding: 10px 5px 0 5px; width: 16px; }

