html, body
{
	margin: 0;
	padding: 0;
	color: #300;
	background-color: #fff;
}

.skiplink { display: none; }

img
{
	border-style: none;
	border-color: #c03
}

div.quote,
blockquote.quote
{
	border: thin #960 dotted;
	padding: .5ex;
	background-color: #ffe;
	color: #300;
}

div.quote
{
	margin-left: 2.5ex;
}

blockquote.quote
{
	font-size: 80%;
}

span.dropcap
{
	font-size: 200%;
	line-height: 50%;
	color: #960;
	vertical-align: text-top;
}

div.email-quote
{
	margin-left: 5px;
	padding-left: 20px;
	border-left: thick gray solid;
}

a:link
{
	color: #c00;
	text-decoration: underline;
}

a:visited
{
	color: #933;
	text-decoration: underline;
}

a:hover, a:active,
a img:hover, a img:active
{
	color: #f00;
	background-color: #ff8;
	text-decoration: underline;
}

#nav
{
	padding: 0px .5ex 1px 1px;
	border-width: 0 1px 1px 1px;
	border-style: none solid solid solid;
	margin: 0 1px 0px 1px;
	background-color: #fdb;
	text-align: center;
}

#nav img
{
	display: none;
}

#nav h2
{
	display: none;
}

#nav h3
{
	display: inline;
	font-size: small;
	font-variant: normal;
	font-weight: normal;
	margin-top: 0px;
	padding: 0px;
}

#nav h4
{
	display: none;
}

#nav p
{
	font-size: small;
	margin: 0px;
	padding: 0px;
}

#nav #box
{
	display: none;
}

#content
{
	padding: 1px 1px 1px 1px;
	background-color: #ffc;
	margin: 0 1px 0 1px;
	border-color: #300;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}

.content
{
	color: #300;
	background-color: #ffc;
}

.Normal
{
	color: #300;
	background-color: #ffc;
}

#header
{
	color: #300;
	background-color: #fc9;
	margin: .25ex 1px 0 1px;
	padding: 1px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

#headerbox
{
	margin: 0;
}


#header h1
{
	text-align: center;
	font-size: large;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0 0 .25ex 0;
}

#header p
{
	text-align: center;
	margin: 0 0 0 0;
}

#footer
{
	background-color: #fff;
	color: #300;
	font-size: small;
	text-align: left;
	padding: 1ex 1ex 1px 1ex;
	clear: both;
}

#full
{
	text-align: left;
	padding: 1ex 1ex 1px 1ex;
	background-color: #ffc;
	margin: 0 2ex 0 2ex;
	border-color: #300;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	clear: both;
}

.spacer { clear: both; }

dd, dt
{
	font-size: 0.95em;
}

h1
{
	text-align: center;
	font-size: large;
	font-variant: small-caps;
	font-weight: bold;
}

h2
{
	text-align: center;
	font-size: large;
	font-weight: bold;
}

h3
{
	text-align: center;
	font-weight: bold;
}

h4
{
	text-align: center;
}

h5
{
	text-align: center;
}

td a:link			{background: transparent; color: #c03}
td a:link img		{background: transparent; color: #c03}
td a:active			{background: transparent; color: #f66}
td a:active img		{background: transparent; color: #f66}
td a:visited		{background: transparent; color: #900}
td a:visited img	{background: transparent; color: #900}

table.figure
{
	background-color: #fca;
	padding: 1pt;
	border-color: #FFE6CC;
	border-width: 3px;
	border-style: outset;
}

table.figure caption
{
	background: transparent;
	color: #600;
	padding: 3pt;
}

th.figurecol,
td.figure,
table.figure tr td
{
	background-color: #ffe6cc;
	color: #600;
	border: 1px inset #ffe6cc;
	padding: 3pt;
}

th.figure,
table.figure tr th
{
	background-color: #c96;
	color: #600;
	border: 1px inset #c96;
}

#note
{
	background-color: #ffa;
	color: #600;
	padding: 3px;
	border: 1px solid;
	text-align: center;
	font-size: smaller;
}

div.note
{
	border: 3px ridge;
	font-size: smaller;
	margin: 1em 5% 1em 5%;
	padding: 2px;
}

.note p
{
	margin: 1ex 0 1ex 0;
}

.note h3
{
	text-align: center;
	font-size: larger;
	font-weight: bold;
	margin: 0 0 0 0;
}

.note
{
	background-color: #ffa;
	color: #600;
}

.note ul
{
	padding: 0 0 0 3ex; 
	margin: 0;
}

.note ul li ul
{
	padding: 0 0 0 4ex; 
	margin: 0;
}

table.note
{
	padding: 1pt;
	border-color: #cc9;
	border-width: 3px;
	border-style: outset;
}

table.note caption
{
	background: transparent;
	padding: 3pt;
}

td.note
{
	padding: 0 3pt 0 3pt;
	border-width: 0;
}

th.note
{
	border: 1px inset #cc9;
	padding: 3pt;
	background-color: #FFC;
}

td.white, th.white
{
	background-color: #fff;
	color: #300;
}

div.copyright
{
	text-align: center;
	font-size: smaller;
}

@media  print
{
	a:link,
	a:visited
	{
		text-decoration: none;
	}

	#nav
	{
		display: none;
	}
	
	#content	
	{
		margin: 0;
		border-color: #300;
		border-width: 1px 1px 0 1px;
		border-style: solid;
	}
	
	#header
	{
		margin: 0 0 0 0;
	}

	#headerbox
	{
		margin: 0 0 1ex 0;
	}

	#header h1
	{
		margin: 0 0 1ex 0ex;
	}
	
	#footer
	{
		border: 1px solid #300;
	}
}
