	@font-face { font-family: Ingleby; src: url('font/Ingleby_regular.ttf'); }
	/*The typeface Ingleby is designed by David Engelby and is available at dafont.com . David Engelby has the creative, intellectual ownership of the original design of Ingleby.*/

		html, body {
			font-family: Ingleby_regular;
			margin:0;
			padding:0;
		}

		#pagewrap {
			width:980px;
			margin:0 auto;
			height:auto;
		}

		#header {
			height:180px;
			width:auto;
			padding:0px;
		}

		#imgLeft {
			margin:0px;
			float:left;
			width:195px;
			height:180px;
		}

		#imgMid {
			margin:0px;
			float:left;
			background-image:url("image/mountains.png");
			width:570px;
			height:180px;
		}



		#imgRight {
			background-image:url("image/header.jpg");
			width:195px;
			height:180px;
		}

		#nav {
			padding: 0px; 
			list-style-type: none;
			text-align: right; 
			margin:0px;
		}

		#nav li {
			display:inline-block;
			margin:8px;
			padding:7px;
		}

		#nav li a {
			text-decoration: none;
			font-size:1.5em;
			margin:8px;
			color:#143d17;
		}

		#nav li a:hover {
			color:#6ec247;
			text-decoration:underline;
		}


		#leftCont {
			float:left;
			width:195px;	
		}

		#leftContTop {
			width:195px;
			background: url("image/leftCol_bkg.png") ;	
		}


		#leftContBot {
			height:25px;
			width:195px;
		}

		#leftContBot p {
			text-align:center;
			margin:3px;
			font-size:18.3px;
		}
		
		

		#midCont {
			float:left;
			width:570px;
			background-color:#E8F7EB;
			text-align:left;
			font-size:18.3px;
		}

		#midCont p{
			margin-left:35px;
			margin-right:35px;
		}



		#rightCont {
			width:195px;
		}

		#rightContTop {
			width:195px;
			background: url("image/rightCol_bkg.png") ;
		}

		#rightContBot {
			height:25px;
			width:195px;
		}

		#rightContBot p {
			text-align:center;
			font-size:18.3px;
			margin:3px;
		}

		#foot {
			height:60px;
			width:970px;
			clear:both;		
		}

		#foot p {
			text-align:center;
			font-style:bold;
			font-size:1.5em;
		}

		.floatRight {
			float: right;
		}

		.lightGreen1{
			background-color:#82c98b;
		}

		.lightGreen2 {
			background-color:rgba(78,158,84,1);
		}

		.darkGreenBg {
			background-color:#143d17;
		}

		.darkGreenFont {
			color:#143d17;
		}

		.topBord {
			border-top:5px solid #172e18;
		}

		.botBord {
			border-bottom:5px solid #172e18;
		}

		.rightBord {
			border-right:5px solid #172e18;
		}

		.leftBord {
			border-left:5px solid #172e18;
		}

		.allBord {
			border:5px solid #172e18;
		}

		.fontSpace {
			margin-top:8px;
			margin-left:115px;
			text-align:left;
		}

		.gradeBg {
			background: url("image/footer_bkg.png");
		}

		.current {
		}