body
	{
	margin: 0;
	padding: 0;
	background: #554 url(BG2.png);
	font: small/1.5em georgia, times, serif;
	color: #333331;
	text-align: center;
	}
	
a
	{
	color: rgb(222,187,89);
	text-decoration: none;
	border-bottom: 1px solid #dca;
	}
	
a:visited
	{
	color: #101F28;
	border: none;
	}
	
a:hover
	{
	color: #182731;
	border-bottom: 1px solid #333331;
	}
	
acronym
	{
	cursor: help;
	font-style: normal;
	border: none;
	}

h1
	{

	}
	
h2
	{
	font-size: 2em;
	font-weight: normal;
	color: #922;
	margin: 0 0 0.7em 0;
	padding: 0;
	}
	
h3
	{
	font-size: 18.5pt;
	}
	
h3 span
	{

	}
	
p
	{
	text-indent: 1.5em;
	font-size: 88%;
	margin: 0 0 0.6em 0;
	}

/* The following hack is to correct paragraph text size in IE/WIN */

/* \*/ * html body p { font-size: 80%; } /* */


/* ________________ containers ________________ */


#container
	{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 750px;
	background: #fff url(ricepaper2.png) repeat;
	border-bottom: 15px solid #182731;
	}
	
#intro
	{
	width: 750px;
	background: #fff url(ricepaper2.png) repeat;
	}
	
#supportingText
	{
	width: 430px;
	margin-left: 30px;
	}
	
#preamble
	{
	margin-left: 30px;
	margin-top:30px;
	width: 430px;
	}
	
#pageHeader
	{
	width: 750px;
	height: 250px;
	background: #000 url(header.png) no-repeat;
	}

#quickSummary
	{
	position: absolute;
	left: 510px;
	width: 210px;
	border-bottom: 1px solid black;
	}
	
#footer
	{
	margin: 3em 0 0 0;
	margin-left: -30px;
	font: bold 9px/3em tahoma, verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(footer.png) no-repeat;
	height:25px;
	width: 750px;
	padding-top: 225px;
	padding-left: 10px;
	}
	
#linkList
	{
	position: absolute;
	top: 320px;
	left: 510px;
	width: 210px;
	margin-right: 30px;
	}
	
/* ________________ lists & typo ________________ */
	
#pageHeader h1,
#pageHeader h2
	{
	display: none;
	}

#quickSummary p.p2
	{
	text-indent: 0;
	font: 10px/16px tahoma, verdana, sans-serif;
	color: #efece3;
	padding: 5px 17px;
	margin: 25px 0 0 0;
	background: #182731 url(list-bg.jpg);
	border-top: 1px solid black;
	}
	
#quickSummary p.p2 a
	{
	color: #efece3;
	border: none;
	font-weight: bold;
	}
	
#quickSummary p.p2 a:hover
	{
	color: #ec9;
	}

#quickSummary p.p1
	{
	display: none;
	}
	
#footer a
	{
	background: rgb(222,187,89);
	padding: 2px 5px;
	color: #101F28;
	border: none;
	margin: 0;
	}
	
#footer a:hover
	{
	background: #101F28;
	color: rgb(222,187,89);
	border: none;
	}
	
#linkList h3
	{
	width: 210px;
	height: 25px;
	margin: 1em 0 0 0;
	padding: 0;
	}
	
#linkList p,
#linkList li
	{
	font: x-small/1.6em tahoma, verdana, sans-serif;
	color: #efece3;
	text-indent: 0;
	}
	
#linkList ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid black;
	background: #182731 url(list-bg.jpg);
	}
	
#linkList li
	{
	color: rgb(222,187,89);
	border-bottom: 1px solid black;
	line-height: 1.5em;
	padding: 0.5em 17px;
	}
	
#linkList li:hover
	{
	background: #101F28;
	}
	
#linkList li a
	{
	display: block;
	border: none;
	color: #f4f0e6;
	font-weight: bold;
	margin-left: -12px;
	padding-left: 12px;
	background: url(arrow.gif) no-repeat 0 60%;
	}
	
#linkList li a:hover
	{
	color: rgb(222,187,89);
	background-position: -300px 60%;
	}
	
#linkList li a.c
	{
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	color: rgb(222,187,89);
	font-weight: normal;
	}
	
#linkList li a.c:hover
	{
	color: rgb(171,144,68);
	}
	
#linkList #larchives li,
#linkList #lresources li,
#linkList #lfavorites li
	{
	padding: 0.5em 0;
	}

#linkList #larchives li a,
#linkList #lresources li a,
#linkList #lfavorites li a
	{
	background: transparent url(bullet.gif) no-repeat 5px 60%;
	display: inline;
	padding-left: 17px;
	margin: 0;
	}
	
#linkList #larchives li a:hover,
#linkList #lresources li a:hover,
#linkList #lfavorites li a:hover
	{
	background-position: -295px 60%;
	}
	

#preamble h3 { margin-top: 0; }
#requirements h3 { height: 23px; margin-bottom: 0.7em; }