body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #354323;
	margin: 0px;
	font-weight: bold;
}
#container {
	background-color: #D5EDB3;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	-khtml-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	/* shadow */
	-webkit-box-shadow: 2px 0px 20px 0px #000000;
	-moz-box-shadow: 2px 0px 20px 0px #000000;
	box-shadow: 2px 0px 20px 0px #000000;
	min-width: 600px;
	max-width: 1280px;
}
header {
	width: auto;
	background-color: #5C733B;
	height: 130px;
	clear: both;
	color: #FFFFFF;
	font-size: medium;
	border: 1px solid #5C733B;
	border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	-khtml-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	/* text shadow */
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	/* shadow */
	-webkit-box-shadow: 2px 0px 20px 0px #000000;
	-moz-box-shadow: 2px 0px 20px 0px #000000;
	box-shadow: 2px 0px 20px 0px #000000;
}
header h1 {
	font-size: 325%;
	color: #D5EDB3;
}

footer {
	clear: both;
	width: auto;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	background-color: #1E2613;
}

#logoLink {
	background-image: url(../images/logoribbon.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	display:block;
	float:left;
	text-indent:-9999px;
	margin-left: 30px;
	margin-right:40px;
	height:122px;
	width:150px;
}
nav {
	height: 30px;
	padding-top:5px;
	background-color: #5C733B; 
	background-position: top;
	clear:both;
}
nav li {
	list-style-type: none;
	float: left;
	padding-top: 3px;
	padding-right: 40px;
	padding-bottom: 3px;
	margin-top: 2px;
	margin-right: 30px;
	margin-bottom: 2px;
}
nav li a {
	color: #D5EDB3;
}
nav li a:hover {
	color: #FFF;
	text-decoration: underline;
}
nav ul {
	margin: 0px;
}
section {
	float: left;
	padding-left: 220px;
	padding-right: 20px;
background-image: url(../images/articleleftside.jpg);
	background-repeat: no-repeat;
	/*inset shadow */
-webkit-box-shadow: inset 0px 3px 5px 0px #000;
-moz-box-shadow: inset 0px 3px 5px 0px #000;
box-shadow: inset 0px 3px 5px 0px #000;
}
.teachLinks  {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #D5EDB3;
	background-color: #354323;
	float: right;
	width: 220px;
	clear: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	/*inset shadow */
	-webkit-box-shadow: inset 2px 2px 10px 2px #000000;
	-moz-box-shadow: inset 2px 2px 10px 2px #000000;
	box-shadow: inset 2px 2px 10px 2px #000000;
	margin-top: 90px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
	overflow: auto;
}
section ul li{
	list-style-type:none;
	color:#354323;
	line-height:24px;
}
section a:link{
	color: #000;
	text-decoration: underline;
}
section a:hover{
	color: #5C733B;
	text-decoration: underline;
}
section a:visited{
	color: #000;
	text-decoration: underline;
}
.teachLinks ul li {
	list-style-type: none;
	padding-bottom: 7px;
	list-style-image: url(../images/arrow.gif);
}
.teachLinks ul li a {
	color: #D5EDB3;
	text-decoration: none;
	list-style-type: none;
}
.teachLinks ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* .pstrong used for workes cited */
.pstrong {
	font-weight: bolder;
}
p {
	font-size: 14px;
	color: #354323;
}
hr {
	color: #354323;
	background-color: #354323;
}
h1 {
	font-size: 40px;
	font-family: 'Josefin Slab',Georgia, "Times New Roman", serif;
	color: #354323;
	line-height: 35px;
}
h2 {
	color: #354323;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	text-align:center;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-size: large;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #D5EDB3;
	text-decoration: none;
}
a:hover {
	color: #D5EDB3;
}
