/* css Zen Garden submission 004 - 'arch4.20' by Dave Shea - http://www.mezzoblue.com/ */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All associated graphics copyright 2003, Dave Shea */
/* Added: May 7th, 2003 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */


/* The photo was taken inside the Vancouver Public Library. It has been mentioned the colours have a vaguely
    MetaFilter-like feel. I suppose they do... Unintentional. */


/* basic elements */
body {
	font: 13px  verdana, sans-serif;
	color: Black;
	background: #CCCCCC;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
p {
	font: 13px  verdana, sans-serif;
	text-align: justify;
	margin-top: 0px;
}
h3 {
	font: bold 14px verdana, sans-serif;
	margin-bottom: 0px;

}
	
h2 {
	font: bold 13px  verdana, sans-serif;
	margin-bottom: 0px;
	border-top: 1px dotted white;

	}
	
h1 {
	font: bold 14px verdana, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 2px solid #CC0033;
}
acronym {
	border-bottom: dotted 1px #fff;
	}
	
a.noho:link, a.noho:visited, a.noho:hover, a.noho:active {
	text-decoration: none;
	background : transparent;
}

a:link {
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}
a:hover {
	color: white;
	text-decoration: none;
	background-color : Gray;

}


a:active {
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}




/* specific divs */
#preamble {
	padding: 0px 25px 0px 25px;
	}

#pageHeader {
	width: 100%;
	height: 217px;
	background: #fff url(cr1.jpg) top left no-repeat;
	margin-top: 47px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
}
#pageHeader h1 {
	/*background: transparent url(h1.gif) no-repeat top left;*/
	width: 296px;
	height: 46px;
	position: absolute;
	top: 185px;
	right: 10px;
	}
#pageHeader h1 span {
	display: none;
	}
#pageHeader h2 {
	/*background: transparent url(h2.gif) no-repeat top left;*/
	width: 229px;
	height: 16px;
	position: absolute;
	top: 230px;
	right: 12px;
	}
#pageHeader h2 span {
	display: none;
	}

#quickSummary .p1 {
	font: 12px tahoma, verdana, sans-serif;
	line-height: 18px;
	color: Gray;
	background-color: #fff;
	/*padding: 2px;*/
	position: absolute;
	top: 65px;
	right: 15px;
	width: 175px;
}
#quickSummary .p2 {
	font: 12px tahoma, verdana, sans-serif;
	color: Gray;
	position: absolute;
	top: 32px;
	right: 5px;
}
#quickSummary .p2 a:link, #quickSummary .p2 a:visited {
	color: Gray;
	text-decoration: underline;
}
#quickSummary .p2 a:active, #quickSummary .p2 a:hover {
	color: Gray;
	background-color: white;
}



