body {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 1200px;
	margin-top: 20px;
/*Background Gradient*/
	background-color: #242E16; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#242E16', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#242E16), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #242E16,  #000000); /* for firefox 3.6+ */
}
#Containerwrap {
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/transpixel.png);
	background: rgba(255, 255, 255, 0.1) none;
	width: 962px;
		/*Rounded corners, change border color as needed, rounding all corners works in more browsers*/
	border: 1px solid #000;
	border-radius:20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#container {
	width: 962px;
	background-color: #D5EDB3;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	/*Rounded corners, change border color as needed, rounding all corners works in more browsers*/
	border: 1px solid #000;
	border-radius:20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#TopBanner {
	width: 930px;
	background-color: #D5EDB3;
	background-image: url(../images/teachingheader.jpg);
	text-align: left;
	height: 150px;
	clear: both;
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 30px;
		/*Rounded corners, change border color as needed, rounding all corners works in more browsers*/
	border: 1px solid #D5EDB3;
	border-radius:20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#LeftNav {
	float: left;
	width: 922px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
		/*Background Gradient*/
	background-color: #5C743D; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C743D', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5C743D), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #5C743D,  #000000); /* for firefox 3.6+ */
}
#LeftNav li {
	float: left;
	padding-right: 10px;
	list-style-type: none;
	font-size: small;
}
#LeftNav li a:hover {
	padding-right: 15px;
	list-style-image: url(../images/arrow.gif);
	color: #FFF;
}


#CenterContent {
	width: 500px;
	margin-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	width: 920px;
}
#CenterContent a  {
	color: #354323;
}
#footer {
	clear: both;
	width: 960px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	/*Background Gradient*/
	background-color: #5C743D; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C743D', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#5C743D), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #5C743D,  #000000); /* for firefox 3.6+ */
	/*Rounded corners, change border color as needed, rounding all corners works in more browsers*/
	border: 1px solid #000000;
	border-radius:20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.pstrong {
	font-weight: bolder;
}


h1 {
	font-size: 4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #354323;
	padding-top: 20px;
}
h2 {
	color: #354323;
	text-decoration: none;
}

h3 {
	font-size: smaller;
	line-height: 9px;
	color: #990000;
}

a:link {
	color: #D5EDB3;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
