/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 84% Georgia, sans-serif;
	line-height: 1.8;
	color: #333333; 
	margin: 0; 
	padding: 0;
	overflow-x: hidden;
	}
p { 
	margin-top: 0; 
	text-align: left;
	}
	
h3 { 
	font: normal 1.2em "²Ó©úÅé", MingLiu, Georgia, sans-serif;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 2px; 
	color: #5a0d0c;
	}
	
input, textarea {
	background-color: #f2f2f2;
	border: 1px #bbb solid;
	color: #888;
	font: 95% Georgia;
}

img {
	margin-top: 5px;
	margin-bottom: 5px;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7e3d3e;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7e3d3e;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #7e3d3e;
	}
h1 {
	margin-bottom: 10px;
}
h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 a:link {
	font-weight: bold; 
	text-decoration: none; 
	color: #555753;
}
h2 a:visited{
	font-weight: bold; 
	text-decoration: none; 
	color: #555753;
}
h2 a:hover, h2 a:active{
	font-weight: bold; 
	text-decoration: none; 
	color: #941b1e;
}
acronym {
	border-bottom: none;
	}


/* specific divs */
#container { 
	margin-left: 220px; 
	padding: 0px 30px 0px 20px;
	position: relative;
	}

#containerWithTrailer { 
	margin-left: 300px; 
	padding: 0px 30px 0px 20px;
	position: relative;
}
		
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 	
	color: #941b1e;
	}

#quickSummary {
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	}
#quickSummary p {
	font: italic 10pt/22pt georgia; 
	text-align:center;
	}

#preamble {
	clear: right; 
	padding: 0px 10px 0 10px;
	}
#supportingText {	
	padding-left: 10px; 
	margin-bottom: 40px;
	}

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

#linkList {
	position: fixed;
	bottom: 0; 
	left: 0;
//	background-color: red;
	height: 50px;
	width: 100%;
//	z-index: 5;
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
//	background: transparent url(paper-bg.jpg) top left repeat-y; 
//	padding: 10px; 
//	margin-top: 150px; 
//	width: 130px; 

	}
#linkList h3.select { 
	background: transparent url(h3.gif) no-repeat top left; 
	margin: 10px 0 5px 0; 
	width: 97px; 
	height: 16px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(h4.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(h5.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(h6.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0;
	padding: 0;
	}
#linkList li {
	line-height: 2.5ex; 
	background: transparent url(cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
#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; 
	right: 0; 
	width: 148px; 
	height: 110px;
	}
		
#subscribeForm {
	position: absolute;
	top: 225px;
	left: 325px;
}

#subscribeForm input{
	background-color: transparent;
	border: 1px #bbb solid;
	color: #888;
	font: 95% Georgia;
}

.accesskey {
	text-decoration: underline;
	}

.picleft {
	float: left;
	margin-right: 20px;
}

.picright {
	float: right;
	margin-left: 20px;
}

.trailer {
	position: fixed;
	bottom: 0px;
	left: 0px;
}

sub {
	font-family: Book Antiqua, Serif;
	font-size: 9pt;
	color: #888;
}