/* css Zen Garden StrippedDownCSI style v1.0 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-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 {
	color: #000;
	/*	background: #fff url(blossoms.jpg) no-repeat bottom right; */
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}
p { 
	text-align: left;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #00a;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #00a;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #00a;
	}


/* specific divs */
#container { 
/*	background: url(zen-bg.jpg) no-repeat top left; */
	padding: 0px 0px 0px 0px;  
	margin: 0px; 
	}

#intro { 
	min-width: 470px;
	}
#pageHeader { 
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
/*	background: transparent url(h1.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 219px; 
	height: 87px; 
	float: left;
*/
	}
#pageHeader h1 span {
/*	display:none */
	}
#pageHeader h2 { 
/*	background: transparent url(h2.gif) no-repeat top left; 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;*/
	}
#pageHeader h2 span {
/*	display:none; */
	}

#quickSummary {
/*	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left; 
*/
	}
#quickSummary p {

	}

#preamble {
/*	clear: right; 
	padding: 0px 10px 0px 10px;
*/
	}
#supportingText {
	}

#footer { 
	text-align: center; 
	}
#footer a:link, #footer a:visited, #footer a:active { 
	margin-right: 20px; 
	}

#linkList {
/*	position: absolute; 
	top: 0px; 
	left: 0px;
*/
	}
#linkList2 { 
/*	padding: 10px; 
	margin-top: 150px; */
	width: 130px; 
	}
#linkList h3.select { 

	}
#linkList h3.select span {
	}
#linkList h3.favorites { 

	}
#linkList h3.favorites span {

	}
#linkList h3.archives { 

	}
#linkList h3.archives span {

	}
#linkList h3.resources { 

	}
#linkList h3.resources span {

	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	display: block;
	/*	line-height: 2.5ex; 
	list-style-type: none;
	padding-top: 5px;*/    /* same as (use instead): padding: 5px 0 0 0; */

	}
#linkList li a:link { 
/*	color: #988F5E; */
	}
#linkList li a:visited {
/*	color: #B3AE94; */
	}
	


#extraDiv1 { 
/*	background: transparent url(cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 40px; 
	left: 0px; 
	width: 148px; 
	height: 110px; 
*/
	}