body {
	color: #999;
	font-family: Helvetica, Arial, san-serif;
}

div.silverbox {
	border: 2px solid #666;
	background: #ddd;
	color: #333;
	padding: 36px;
	margin: 36px 0;
}

div.silverbox a {
	color: #228;
}

div.blackbox, #sidebar  { 
	padding: 10px;
	margin: 5px;
	background: url("../images/translucent.png");
	border: 1px solid black;
}

#IElte6 div.blackbox {
	background-image: none;
	background: black;
}

div.blackbox h1, div.blackbox h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

a { text-decoration: none; color: #ddd; font-weight: bold; }
a:hover { color: #fff; text-decoration: underline; }

a.bigbutton { font-size: 16px; }

h1 { font-size: 16px; margin-top: 35px; text-transform: uppercase; }
h2 { font-size: 12px; margin-top: 35px; text-transform: uppercase; }
h3 { font-size: inherit; margin-top: 1em; text-transform: uppercase; }

#content {
	font-size: 15px;
	line-height: 25px;
}

a img {
	border: 0;
}

.floatleft {
	float: left;
	margin: 0 1em 1em 0;
}

#content .caption {
	font-size: 75%;
	font-style: italic;
	margin: 0;
	text-align: center;
}

#content p.smallnote {
	font-size: 90%;
	font-style: italic;
	line-height: 1.1em;
	text-align: center;
}




.cursive {
	font-family: Zapfino, Edwardian Script ITC, Script, Monotype Corsiva, cursive;
}

h2.cursive {
	font-size: 32px;
	line-height: 56px;
	text-transform: none;
	font-weight: normal;
}



table.credits { 
	width: 100%;
	text-transform: uppercase;
	line-height: 11pt;
}
table.credits td {
	border: 0;
	padding: 7px;
	width: 50%;
	vertical-align: text-bottom;
}
table.credits th {
	border: 0;
	padding: 2em 0 7px;
	width: 100%;
	text-align: center;
	font-size: 10pt;
	border-bottom: 1px solid;
}
table.credits td.job {
	text-align: right;
	padding-right: 1em;
	font-size: 9pt;
}
table.credits td.name {
	text-align: left;
	padding-left: 1em;
	font-size: 11pt;
}

