/* CSS Document */
#blurb
{
	font-weight: bold;
	font-style: italic;
	font-size: medium;
	padding: 0px 0px 0px 0px;
}
body
{
	background-color: #ffffee;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.citation
{
	font-size: smaller;
	font-weight: bold;
}
.code
{
	font-family:"Courier New", Courier, mono;
	margin: 20px 20px 20px 20px;
	border: 1px inset #000000;
	background-color: #eeeeee;
	overflow: auto;
	clear: both;
	padding: 10px;
}
.copyright
{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;
	padding: 5px 10px 5px 10px;
}
h1
{
	font-family: Verdana,Arial,sans-serif;
	font-size: large;
	margin: 0;
	font-weight: bold;
	line-height: 1.0;
	
}
.highlight
{
	color: #a00000;
	font-weight: bold;
}
.intro
{
	border-top: 2px none #cccccc;
	padding: 0px 10px 0px 10px;
	display: block;
	visibility: visible;
}
.item
{
	cursor: pointer;
}

.sub
{
	list-style-position: inside;
	list-style-type: none;
	margin: 0px 0px 0px 40px;
	padding: 0px 10px 0px 10px;
	border: 1px outset #000000;
	position: absolute;
	background-color: #ffffee;
	display: none;
	visibility: hidden;
	width: 10em;
}
/*
.item:hover ul.sub
{
	position: absolute;
	display: block;
	visibility: visible;
}
*/
.leadin
{
	padding: 10px 10px 10px 10px; 
	position: relative;
	display: block;
	visibility: visible;
	border-bottom: 1px inset #000000;
	border-top: 1px inset #cccccc;
	z-index: 0;
}
.masthead
{
	padding: 0px 10px 10px 0px;
	display: block;
	visibility: visible;
	border: 0px solid #00ff00;
}
.menu
{
	list-style-position: inside;
	list-style-type: none;
	background-color: #ffffee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	line-height: 1.75;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	z-index: 2;
}
.menuContainer
{
	background-color: #ffffee;
	color: #000000;
	border: 1px outset #000000;
	width: 16em;
	position: relative;
	float: left;
	margin: 0px 10px 0px 0px;
	z-index: 2;
}
.page
{
	margin: 20px;
	background-image: url(images/paper.jpg);
	border: 1px outset #000000;
	padding: 20px;
	position: relative;
}
.shadow
{
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #000000;
	border: 1px inset #000000;
	width: 16em;
	opacity: .5; 
	filter: alpha(opacity=50);
	z-index: -1;
}
.shadowmenu
{
	list-style-position: inside;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	line-height: 1.75;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	z-index: 2;
}
.sectionhead
{
	font-weight: bold;
	font-variant: small-caps;
}
.heading1
{
	font-weight: bold;
	font-style: italic;
}
.subhead
{
	font-weight: bold;
	font-style: inherit;
}


