/* --HTML and BODY Information-- */

html {
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: "Avenir", "Stone Sans", "Trebuchet MS", "Verdana", "Helvetica", "Arial", sans serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
	font-weight: normal;
	background-color: #fff;
}

p
{
	font-family: "Avenir", "Stone Sans", "Trebuchet MS", "Verdana", "Helvetica", "Arial", sans serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 1.6em;
}

p.quote
{
	font-style: italic;
	padding: 0px 18px 0px 18px;
}

p.nav
{
	font-style: normal;
	text-align: center;
	color: #999;
	vertical-align: bottom;
	white-space: nowrap;
	padding-top: 20px;
}

#titlebar
{
	width: 100%;
	display: block;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	color: #666;
	text-align: left;
	vertical-align: baseline;
	line-height: 2em;
	white-space: nowrap;
	border-color: #dbceba;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	font-style: normal;
	background-color: #FFFFF3;
	height: 35px;
	background-image: url(images/aaronbihari.gif);
	background-repeat: no-repeat;
	background-position: 18px 0px;
	background-attachment: scrolling;
	text-indent: 400px;
}

#coverbar
{
	width: 100%;
	display: block;
	margin: 15% 0px 0px 0px;
	padding: 12px;
	background-color: #FFFFF3;
	color: #dbceba;
	text-align: center;
	border-width: 3px 0px 3px 0px;
	border-style: solid;
	border-color: #dbceba;
}

p.illustrationnav
{
	font-style: italic;
	text-align: center;
	color: #999;
	line-height: 1.4em;
}

p.exdented
{
	text-indent: -36px;
	margin: 0px 0px 6px 36px;
}

span.emphasis
{
	font-style: italic;
	font-weight: bold;
}

span.title
{
	font-family: "Garamond", "Berkeley", "Sabon", "Palatino", "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

a
{
 	margin: 0px;
 	color: #C93;
 	text-decoration: none;
	border-bottom: #fff;
	border-width: 0;
	border-style: none;
}

a.inline
{
	margin: 0px;
	color: #C93;
	text-decoration: none;
	border-bottom: #666;
	border-width: 0;
	border-style: none;
}

a.cover
{
	margin: 0px;
	color: #C93;
	text-decoration: none;
	border-bottom: #dbceba;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

a.cover:link, a.cover:visited
{
 	color: #900;
}

h1
{
	text-align: center;
	line-height: 1.8em;
	color: #666;
	font-size: 18px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: lighter;
}

h2
{
	text-align: left;
	color: #666;
	text-indent: 1em;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: lighter;
}

h3
{
	text-align: left;
	color: #999;
	text-indent: 2em;
	font-size: 16px;
	font-style: italic;
}

h4
{
	font-family: "Garamond", "Berkeley", "Sabon", "Palatino", "Times New Roman", serif;
	text-align: center;
	color: #666;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: .1em;
}

a:link, a:visited
{
	color: #C93;
	font-weight: bold;
}

a:hover
{
	color: #900;
	border-bottom: transparent;
	border-width: 0;
	border-style: none;
	font-weight: bold;
}

dl
{
	text-align: right;
	line-height: 1.6em;
	margin: 0px;
}

table
{
	border-width: 0px;
	display: block;
	vertical-align: top;
	padding: 0px;
	width: 100%;
	float: left;
	margin: 0px;
}

table.illmenu
{
	display: block;
	float: left;
	border-width: 0px;
	vertical-align: top;
	padding: 0px;
	margin-left: 36px;
	margin-top: 12px;
	margin-right: 18px;
	width: 832px;
}

a.illmenu:hover
{
	border-color: transparent;
	background-color: #fffdec;
	border-width: 0;
	border-style: none;
}

td.illimage
{
	border-width: opx;
	vertical-align: top;
	line-height: 1.4em;
	text-align: center;
	padding: 2px;
}

table.mainimage
{
	width: 800px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: inherit;
	display: block;
	border-color: #999;
	border-width: 0px;
	border-style: dotted;
	float: left;
	vertical-align: top;
}

div#textbox
{
	width: 95%;
	padding: 18px;
	margin: 0px;
	text-align: left;
	background-color: inherit;
	border-width: 0px;
	border-style: dotted;
	border-color: #c66;
	display: block;
	vertical-align: top;
}

