P.body {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px
		}
		
P.heading {
		font-family: Arial, Helvetica, sans-serif;
		color: #336633;
		font-size: 16px;
		font-weight: bolder;
		}
		
.menu {
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		font-size: 14px;
		background-color: #3C5BAA;
		width: 135px;
		height: 100%;
		padding-top: 10px;
		}
		
.menu2 {
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		font-size: 14px;
		background-color: #3C5BAA;
		width: 135px;
		height: 100%;
		padding-top: 10px;
		}
		
.download {
		border: 1px;
		border-style: solid;
		border-color: #000000;
		width: 135px;
		text-align: center;
		float: right;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		}

.container {
		width: 750px;
		height: 100%;
		border-left: 2px;
		border-right: 2px;
		border-top: 2px;
		border-bottom: 0px;
		border-style: solid; 
		border-color: #658E42;
		background-color: #ffffff;
		}

.menu a {
		text-decoration: none;
		color: #ffffff;
		padding-left: 7px;
		font-weight: bold;
		}
		
.menu a:hover {
		text-decoration: underline;
		color: #ffffff;
		padding-left: 7px;
		font-weight: bold;
		}
		
.menu2 a {
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
		}
		
.menu2 a:hover {
		text-decoration: underline;
		color: #ffffff;
		font-weight: bold;
		}
		
		
UL { list-style-image: url(http://www.curriculum.org/NTIP/images/bullet.gif) }

LI {
	line-spacing: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
	margin-top: 10px;
	padding-bottom: 5px;
	}
	
A {
	text-decoration: none;
	color: #3C5BAA;
	}
	
A:hover {
	text-decoration: underline;
	color: #336633;
}
