/***********************************************/
/* Layout stuff */

BODY { margin: 0;
	padding: 0;
	background:#FFFFFF url(../images/header.png) repeat-x;
	font-family:Arial, sans-serif;
	color: #646464;
	font-size:14px; }
#header { padding:.5em;
	text-align:left; 
	padding: 35px 0 0 210px; }
#header a { border-bottom: none; }
#left { float:left;
	width:200px;
	padding:.6em; }
#right { float:right;
	width:200px;
	padding:.6em; 
	border-left:1px dotted #f7aa1a; }
#center { margin-right:215px;
	margin-left:215px;
	padding:.5em; }
#footer { clear:both;
	background:#000000 url(../images/footer.png) repeat-x;
	padding: 15px 0 20px 220px; 
	text-align: left;
	color: #646464; }
#footer a { color: #646464; }
/* #left, #right, #center { padding-bottom: 32767px;
	margin-bottom: -32767px; } HACK? Can you remember why this is here? */
#wrapper { width: 950px;
	text-align: left;
	overflow: hidden; }


/************************************************/
/* Basic stuff */ 

h1 { font: 2em Georgia, "Times New Roman", serif; 
	color: #d39116; }
h2 { font: 1.5em Georgia, "Times New Roman", serif; 
	color: #292929;	}
h3 { font: bold 1em Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #d39116;	}
h4 { font: bold .9em Georgia, "Times New Roman", serif;
	color: #292929;	}
h5 { font: bold .8em Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #d39116; }
h1 a, h3 a, h5 a { text-decoration: none;
	border-bottom: 0;
	color: #d39116;	}
h2 a, h4 a { text-decoration: none;
	border-bottom: 0;
	color: #292929;	}
.fineprint { font-size: 85%;
	color: #d39116; }


/************************************************/
/* Center */ 
#center a:link { color: #646464;
	text-decoration: none;
	border-bottom: 1px #d39116 dotted;  }
#center a:visited { color: #d39116;
	text-decoration: none;
	border-bottom: 1px #d39116 dotted;  }
#center a:hover { color: #d39116;
	text-decoration: none;
	border-bottom: 0px;  }
#center blockquote.bigquote { margin: 0;
	padding: 20px;
	float: right;
	text-align: center;
	width: 250px;
	font-size: 150%;
	line-height: 1em; }
#center blockquote.bigquote .quote { margin: 0 10px 0 0;
	padding: 0;
	color: #828181; }
#center blockquote.bigquote .author { margin: 0 10px 0 0;
	padding: 20px 0 0 0;
	color: #d39116;
	font-size: 65%;
	line-height: 1em; }
#center a.reference:link { font-size: 75%;
	color: #d39116;
	border-bottom: 0; }
#center a.reference:visited { font-size: 75%;
	color: #646464;
	border-bottom: 0;  }
#center a.reference:hover { font-size: 75%;
	color: #d39116;
	border-bottom: 0;  }
#center h3.document_author { text-transform: none; }


/************************************************/
/* Left */ 

#left h5 {	padding: 0 10px 0 25px;
	margin: 0;
	font: 1em Georgia, "Times New Roman", serif; 
	color: #d39116;	}
#left ul {	list-style: none;
	padding-left: 25px;
	margin-bottom: 25px;	}
#left li {	background: url(../images/drop.png) no-repeat 0 0;
	padding-left: 17px;
	padding-bottom: 5px;
	color: #828181; }
#left a:link, #left a:visited { color: #828181;
	text-decoration: none;
	border-bottom: none; }
#left a:hover { text-decoration: underline; }


/************************************************/
/* Footer */ 




/************************************************/
/* Right */ 

#right h2, #right h3, #right h4, #right h5 {
	font: 1.25em Georgia, "Times New Roman", serif; 
	color: #d39116;
	border-top: 1px dotted #d39116;
	}
#right p {
	color: #828181;
	}
#right ul {
	padding-left: 20px;
	}
#right li {
	color: #828181;
	padding-bottom: 5px;
	list-style-type: circle;
	}
#right a:link, #right a:visited { color: #828181;
	text-decoration: none;
	border-bottom: 1px #d39116 dotted;  }
#right a:hover { text-decoration: underline; }
#right blockquote.smallquote { margin: 0;
	padding: 0;
	font-size: 95%;
	line-height: 1em; }
#right blockquote.smallquote .quote { margin: 0 10px 0 0;
	padding: 0;
	color: #828181; }
#right blockquote.smallquote .author { margin: 0 10px 0 0;
	padding: 10px 10px 40px 20px;
	color: #d39116;
	font-size: 85%; }
#right a.reference:link { font-size: 75%;
	color: #d39116;
	border-bottom: 0; }
#right a.reference:visited { font-size: 75%;
	color: #646464;
	border-bottom: 0;  }
#right a.reference:hover { font-size: 75%;
	color: #d39116;
	border-bottom: 0;  }


/************************************************/
/* Box */

.box { width: 255px;
	float: right;
	margin: 6px;
	background: url(../images/box-bottom.png) no-repeat bottom left; }
.box h3 { font: 1.5em Georgia, "Times New Roman", serif;
	text-transform: none;
	margin: 0;
	color: #FFFFFF;
	padding: 12px 8px 0px 20px;
	background: url(../images/box-top.png) no-repeat top left; }
.box p { color: #646464;
	font-size: 110%;
	font-weight: bold;
	padding: 2px 8px 10px 20px; }

/***********************************************/
/* Tables */

table {
	border: 2px solid #d39116;
	margin-bottom: 30px;
	background: #ffffff;
	font-size: 75%;
	}
table caption {
	font: 1.5em Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	border: 2px solid #d39116;
	border-bottom: none;
	background: #facf5e;
	}
table th {
	color: #d39116;
	background: #fdeaba;
	margin: 0;
	padding: 5px;
	border: 1px solid #FFFFFF;
	}
table td {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #fdeaba;
	border-right: 1px dotted #fdeaba;
	border-left: 1px dotted #fdeaba;
	}
.source { text-align: right;
	padding: 0;
	margin: 0;
	color: #d39116;
	background: #fdeaba; }
	
	
/************************************************/
/* References */     

.references h5 {
	color: #d39116;
	margin: 0;
	padding-bottom: 0;
	}
.references ul {
	color: #646464;
	margin: 0;
	padding: 0 0 .75em 15px;
	list-style: none;
	}
.references ul li {
	color: #646464;
	text-indent: -.75em;
	font-size: 85%;
	margin: .3em .5em .5em 0;
	padding: 0;
	}
.references ol {
	color: #646464;
	margin: 0;
	padding: 0 0 .75em 15px;
	}
.references ol li {
	color: #646464;
	text-indent: -.75em;
	font-size: 85%;
	margin: .3em .5em .5em 0;
	padding: 0;
	}