	/* Set default browser settings to known sane values */
	
	body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	    padding: 0;
	    margin: 0;
	    font-family: Arial, sans-serif;
	    font-size: 62.5%;			/* sets 1em to 10px instead of 16px */
	}
	
	h1, h2, h3, h4, h5, h6, p, pre, code, ul, ol, li {
	    font-size: 1em;
	}
	
	a {
	    text-decoration: none;
	}
	
	a img {
	    border: none;
	}
	
	/* Wrapper for entire page setting fixed page width */
	
	#wrapper {
		width: 700px;
		margin: 5px;
	}
	
	/* Wrapper for document header */
	
	#header {
		height: 120px;
		color: #ccccff;
		background-color: black;
	}
	
	#header img.left {
		float: left;
		margin: 5px 0 5px 5px;
	}
	
	#header img.right {
		float: right;
		margin: 5px 5px 5px 0;
	}
	
	#header table {
		height: 120px;
	}
	
	#header h1 {
		font-size: 2em;
		font-weight: bold;
		text-align: center;
	}
	
	/* Wrapper enclosing sidebar and main body */
	
	#bg_wrapper {
		float: left;
		width: 696px;
		background: url(images/sidebar_bg.gif) repeat-y top left;
		border: solid black 2px;
	}
	
	/* Wrapper for sidebar */
	
	#sidebar {
		float: left;
		width: 130px;
		color: #ccccff;
		background-color: black;
	}
	
	#sidebar img.photo {
		margin-top:250px;
		margin-left:15px;
	}
	
	#sidebar img.logo {
		margin-left: 15px;
		margin-top: 15px;
	}
	
	#sidebar h1, h2 {
		font-size: 1.2em;
		font-weight: normal;
		text-align: center;
		line-height: 125%;
	}
	
	#sidebar h2 {
		font-size: 1em;
	}
	
	#sidebar a {
		color: #ccccff;
		background-color: black;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Wrapper for main body */
	
	#body {
		margin-left: 130px;
		margin-right: 30px;
		color: black;
		background-color: white;
		font-size: 1.2em;
	}
	
	#body h1 {
		padding-top: 12px;
		margin: 0 0 0 30px;
		font-size: 1.6em;
		font-weight: bold;
		text-align: center;
		color: #000066;
		background-color: white;
	}
	
	/* define paragraph styles for body */
	
	#body p {
		margin: 12px 0 0 30px;
		line-height: 150%;
		/* text-align: justify; */
	}
	
	#body p.bold {
		font-weight: bold;
	}
	
	#body p.indented {
		margin-left: 90px;
		line-height: 125%;
	}
	
	/* define link styles for body */
	
	#body a {
		color: #000066;
		background-color: white;
	}
	
	#body a:link {
		font-weight: bold;
	}
	
	#body a:visited {
		font-weight: normal;
	}
	
	#body a:hover {
		text-decoration: underline;
	}
	
	
	#body a.download {
		color: #000066;
		background-color: white;
		font-weight: normal;
	}
	
	#body a.download:hover {
		text-decoration: underline;
	}
	
	/* define list styles for body */
	
	
	#body ul.links {
		list-style-type: square;
		margin-top: 12px;
		margin-left: 75px;
		line-height: 150%;
	}
	
	#body ol {
		margin-top: 12px;
		margin-left: 60px;
		line-height: 150%;
	}
	
	#body ul.iconlist {
		list-style: none;
		margin-left: 60px;
		line-height: 125%;
	}
	
	#body li.pdf {
		background-image: url(images/adoc.jpg);
		background-repeat: no-repeat;
		background-position: 0 50%;
		padding: 3px 0 3px 35px;
		margin: 1em 0;
	}
	
	#body li.doc {
		background-image: url(images/wdoc.jpg);
		background-repeat: no-repeat;
		background-position: 0 50%;
		padding: 3px 0 3px 35px;
		margin: 1em 0;
	}
	
	#body li.none {
		padding: 3px 0 3px 35px;
		margin: 1em 0;
	}
	
	#body hr {
		width: 80%;
		margin-top: 15px;
	}
	
	#body img {
		float: right;
		margin: 12px 0 12px 15px;
	}
	
	#body table {
		margin-left: 95px;
		margin-top: 9px;
		padding: 0px;
		width: 50%;
		border-style: solid;
		border-width: 1px;
		border-collapse: separate;
	}
	
	#body td {
		border-width: 1.5px;
		border-style: solid;
		padding: 2px 5px;
	}
	
	#body th {
		border-width: 1.5px;
		border-style: solid;
		padding: 2px 5px;
	}
	
	#body table.lunches {
		margin-left: 45px;
		margin-top: 9px;
		padding: 0px;
		width: 85%;
		border-style: solid;
		border-width: 1px;
		border-collapse: separate;
	}

	
	/* Wrapper for the footer */
	
	#footer {
		clear: both;
		height: 12px;
		color: #ccccff;
		background-color: black;
	}
	
	#footer h1 {
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: .9em;
		font-weight: normal;
		text-align: center;
		/* color: #ccccff; */
	}
	
	/* Wrapper for sidebar navigation buttons */
	
	div#links {
		position: absolute;
		top: 140px;
		left: 15px;
		width: 110px;
		height: 600px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 1.2em;
		z-index: 100;
	}
	
	div#links a {
		display: block;
		text-align: center;
		padding: 5px 5px;
		margin: 0 0 1px;
		border-width: 0; 
		text-decoration: none;
		color: #ccccff; background: #444;
	}
	
	div#links a:hover {
		color: #000066; background: #AAA;
	}
	
	div#links a span {
		display: none;
	}
	
	div#links a:hover span {
		display: block;
		position: absolute; top: 130px;
		left: 0px; width: 100px;
		padding: 5px;
		margin: 0px;
		z-index: 100;
		color: #ccccff;
		background: black;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
	}