		body {
			width: 900px;
			background-color: #FFFFCC;     /* Pale Yellow FFFFCC*/
			}
		
		h1 {
			font-family: "trebuchet ms";
			margin: 0 0 5px 0;
			padding: 0;
			color: #800080;
			font-size: 2.2em;
			line-height: 40px;
			text-align: center;
			}

		h2 {
			font-family: "trebuchet ms";
			margin: 0 0 5px 0;
			padding: 0;
			color: #800080;
			font-size: 1.5em;
			line-height: 30px;
			}

		li {
			color: black;
			font-weight: normal;
			}

		/* Keep link color blue #660066 */
		a:link {
			 color:blue;
		}
		a:visited {
			 color:blue;
		}
		a:active{
			 color:blue;
		}

		/*  Page Header - Large Print Title and Picture   ********************** */
		.headwrapper {
			position: relative;
		    top: 5px;
			left: 5px;
			height: 150px;
			}

		.headleft {
			position: absolute;
			top: 5px;
			left: 10px;
			width: 400px;
			height: 120px;
			color: #354bb5;
			background-color: #FFFFCC;
			text-align: center;
			font-family: Palatino, Georgia, Helvetica, sans-serif;
			font-weight: 400;
			font-size: 2.0em;
			line-height: 40px;
			padding-top: 0px;
			padding-bottom: 15px;
			padding-right: 15px;
			padding-left: 11px;
			}

		.headright {
			position: absolute;
			top: 5px;
			left: 430px;
			}

/*      Horizontal Navigation Bar ************************************** */
		.navwrapper {
			position: relative;
			top: 130px;
			left: 0px;
			}
		.navcontainer ul {
		    position: absolute;
			top: 0px;
			padding-left: 0;
			margin-left: 0;
			padding-top: 4px;
			padding-bottom: 4px;
			background-color: #036;
			color: White;
			width: 100%;
			font-family: arial, helvetica, sans-serif;
			}

		.navcontainer ul li { display: inline; }

		.navcontainer ul li a {
			padding: 0.2em 1em ;
			background-color: #036;
			color: White;
			text-decoration: none;
			border-right: 2px solid #fff;
			font-size: .9em;
			}

		.navcontainer ul li a:hover {
			background-color:#336699;      /* #369    */
			color: #ffffff;                 /* #fff    */
			}
		

/*      Floating Highlight area - On Right */
		.float1 {
			float: right;
			width: 200px;
			text-align: left;
			font-family: "Trebuchet MS";
			font-size: 0.8em;
			line-height: 1.4em;
			margin-left:40px;
			margin-right:-50px;
			margin-bottom:50px;
			border: 1px;
			border-color: red;
			border-style: solid;
			background-color: white;
			padding: .6em;
			}

/*      Floating Highlight area - On Left */
		.float2 {
			float: left;
			width: 200px;
			text-align: left;
			font-family: "Trebuchet MS";
			font-size: 0.8em;
			line-height: 1.4em;
			margin-left:0px;
			margin-right:30px;
			margin-bottom:50px;
			border: 1px;
			border-color: red;
			border-style: solid;
			background-color: white;
			padding: .6em;
			}

/*      Main Body Wrapper */
		.wrapper1 {
			position: relative;
			top: 180px;
			margin-left: 5px;
			margin-right: 50px;
			text-align: left;
			font-family: "Verdana";
			font-weight: 500;
			font-size: 1.0em;
			}

		.faqindent {
			margin-left:50px;margin-right:100px;
			width:400px;
			}

		.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:BlueViolet; 
			padding-top:20px; 
			padding-bottom:20px;
			padding-left:30px;
			text-align:left;
			background-color:white;
			font-size:.8em;
		    }
		.ResourceCol {
			width:20em;
            }
