	body {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		background-color:#EFEFEF;     /* Pale Yellow FFFFCC*/
		}
		
	h1 {
		font-family: "Trebuchet MS";
		margin: 0 0 5px 0;
		padding: 0;
		color: #2d2d2d;
		font-size: 2.2em;
		line-height: 40px;
		text-align: left;
		}

	 h2 {
		font-family: "Trebuchet MS";
		margin: 0 0 5px 0;
		padding: 0;
		color: #2d2d2d;
		font-size: 1.5em;
		line-height: 30px;
		text-align: left;
		}

	a {
		color:black;
		}

/*  Page Header - Large Print Title and Picture   ********************** */
	.headwrapper {
		position: absolute;
		top: 10px;
		height: 140px;
		width:900px;
		background-color:black;    /*#EFEFEF; */
		}

	.headleft {
		float:left;
		width: 40px;
		color: #354bb5;
		background-color:black;    /*#EFEFEF; */
		text-align: left;
		font-family: Palatino, Georgia, Helvetica, sans-serif;
		font-weight: 400;
		font-size: 2.0em;
		line-height: 40px;
		padding-top: 20px;
		padding-bottom: 15px;
		padding-right: 15px;
		padding-left: 16px;
		}

	.headright {
		float:right;
		text-align: left;
		padding-top:28px;
		padding-right:55px;
		font-size:3.4em;
		color:#EFEFEF;
		font-weight:bold;
		font-family: "Trebuchet MS";
		background-color:black;    /*#EFEFEF; */
		}

	.headline2 {
		float:right;
		margin-right:60px;
		font-size:1.2em;
		text-align:right;
		color:#EFEFEF;
		font-weight:bold;
		font-family: "Trebuchet MS";
		background-color:black;    /*#EFEFEF; */
		}

/*  Horizontal Navigation Bar ************************************** */
	#navwrapper {
		position: relative;
		top:130px;
		}

	#headspacer {
		position: absolute;
		top:00px;
		width:900px;
		background-color:#FFC20E;
		font-size:5px;
		}

	#nav {
		position:absolute;
		top: 5px;
		width:900px;
		float:left;
		margin:0 0 3em 0;
		padding:0;
		list-style: none;
		background-color:black;
		border-bottom:5px solid black;
		border-top:5px solid black;
		}
	#nav li {
		float: left;
		}

	#nav li a {
		display:block;
		padding:2px 15px;
		font-weight:normal;
		color: white;
		border-right: 3px solid white;
		text-decoration: none;
		font-family:"Trebuchet MS";
		}
	 #nav li a:hover {
		background-color:#2d2d2d;     
		color: #FFC20E;          /* gold */
		}


/*      Link wrapper - not for navbar */
	.linkblock {
		border:2px solid #FFC20E; 
		padding:3px; 
		text-align:center; 
		width:300px;
		font-size:1em;
		background-color: #2d2d2d;
		color:white;
	}

	.linkblock a:hover {
		background-color:#2d2d2d; 
		color: #FFC20E; 
		text-decoration: none;
		}

	.linkblock a {
		background-color: #2d2d2d;
		text-decoration: none;
		color:white;
		}

/*  Floating Highlight area - On Right */
	.float1 {
		float: right;
		width: 200px;
		text-align: center;
		font-family: "Trebuchet MS";
		font-size: 1.2em;
		line-height: 1.2em;
		margin-left:40px;
		margin-right:0px;
		margin-bottom:50px;
		border: 5px;
		border-color: #FFC20E;
		border-style: solid;
		background-color: white;
		padding: .6em;
		}

/*  Main Body Wrapper */
	.wrapper1 {
		position: absolute;
		top: 200px;
		width: 900px;
		margin-left: 5px;
		margin-right: 50px;
		text-align: left;
		font-family: "Verdana";
		font-weight: 500;
		font-size: 17px;
		}

	.faqindent {
		margin-left:50px;margin-right:100px;
		width:500px;
		}

/*  Resource Classes - ************************************************************ */
	.resources {
		margin-left:50px;margin-right:00px;
		font-size:.8em;
		}

	.resourcebox {
		margin-top:10px; 
		border:1px solid black; 
		padding:5px; 
		text-align:left; 
		background-color:white;
		}

	.ResourceCatBox {
		margin-top:10px; 
		margin-left:50px;
		margin-right:00px;
		border-style:ridge;
		border-width:6px; 
		border-color:#FFC20E; 
		padding-top:20px; 
		padding-bottom:20px;
		padding-left:30px;
		text-align:left;
		background-color:white;
		font-size:.6em;
		}
	.ResourceCol {
		width:20em;
		}

/*  PageFooter - ************************************************************ */
		#footwrapper {
			position: relative;
			height: 32px;
			width:900px;
			left:0px;
			background-color:black;    /*#EFEFEF; */
			}

		#footlogo {
			float:left;
			width: 20px;
			color: #354bb5;
			background-color:black;    /*#EFEFEF; */
			text-align: left;
			padding-top: 1px;
			padding-bottom: 0px;
			padding-right: 2px;
			padding-left: 8px;
			}

		#foottext {
			text-align: left;
			padding-top:2px;
			padding-right:30px;
			font-size:1.3em;
			color:#EFEFEF;
			font-weight:normal;
			font-family: "Trebuchet MS";
			background-color:black;    /*#EFEFEF; */
			}

		#footnav {
			text-align:center; 
			width:900px;
			font-size:.6em;
			color: black;
		}

		#footnav a:hover {
			background-color:#2d2d2d; 
			color: #FFC20E; 
			text-decoration: none;
			}

		#footnav a {
			text-decoration: none;
			color:black;
			}


