/* css Zen Garden default style v1.01 *//* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  *//* This file based on 'Tranquille' by Dave Shea *//* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. *//* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. *//* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. *//* basic elements */body { 	font: 8pt/12pt helvetica, sans-serif; 	color: #222222;	margin: 0px;	}	p { 	font: 8pt/12pt helvetica, sans-serif; 	margin-top: 0px; 	text-align: left;	width: 95%;	}	h3 { 	font: 12pt helvetica, sans-serif; 	font-weight: bold;	margin-bottom: 0px; 	color: #222222;	}	a:link { 	font-weight: bold;	text-decoration: none; 	color: #0066FF;	}	a:visited { 	font-weight: bold; 	text-decoration: none; 	color: #0099CC;	}	a:hover, a:active { 	text-decoration: underline; 	color: #0066FF;	}/* specific divs */#container { 	padding: 10px 10px 10px 10px;  	margin: 10px;	width: auto;	}#intro {	position: relative;	left: 0;	width: 75%;	}	#pageHeader { 	margin-bottom: 10px;	}/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */#pageHeader h1 { 	margin-top: 0px;  	color: #222222;	font: 24pt helvetica, sans-serif;	font-weight: bold;	}	#pageHeader h1 span {	color: #222222;	}	#pageHeader h2 { 	margin-top: 0px; 	margin-bottom: 10px; 	font: 18pt/22pt helvetica, sans-serif; 	}	#pageHeader h2 span {	color: #222222;	}#quickSummary {	width: auto;	background-color: #E5E5E5;	}	#quickSummary p {	font: 15pt/22pt helvetica, sans-serif; 	text-align: left;	padding: 10px 10px 10px 10px;	font-weight: bold;	}#preamble {	clear: right; 	padding: 0px 0px 0px 0px;	}	#supportingText {	padding-left: 0px; 	margin-bottom: 10px;	left: 0;	width: 75%;	}#footer { 	text-align: center; 	}#footer a:link, #footer a:visited { 	margin-right: 0px; 	}#linkList { 	position: absolute;	top: 0px; 	right: 0px;	left: 75%;	width: 25%;	}	#linkList2 { 	font: 8pt/12pt helvetica, sans-serif; 	padding: 10px; 	margin-top: 0px; 	}	#linkList h3.select { 	margin: 10px 0px 5px 0px;  	height: 14px; 	}	#linkList h3.select span {	}	#linkList h3.favorites { 	margin: 20px 0px 5px 0px; 	height: 14px; 	}	#linkList h3.favorites span {	}	#linkList h3.archives { 	margin: 20px 0px 5px 0px; 	height: 14px; 	}	#linkList h3.archives span {	}	#linkList h3.resources { 	margin: 20px 0px 5px 0px;  	height: 14px; 	}	#linkList h3.resources span {	}#linkList ul {	margin: 0px;	padding: 0px;	}	#linkList li {	list-style-type: none;	padding-top: 10px;	padding-left: 10px;	padding-bottom: 10px;  	margin-bottom: 0px;	line-height: 10px;	background-color: #E5E5E5	}	#linkList li a:link { 	color: #0066FF;	}	#linkList li a:visited {	color: #0099CC;	}#extraDiv1 { 	position: absolute; 	top: 40px; 	right: 0px; 	width: 148px; 	height: 110px; 	}