* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: #FFF;
	background-image: url(/Images/background.gif);
	margin: 20px;
}

#nav
{
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	font-size: .75em;
	line-height: normal;
}

#nav P.home
{
	font-size: 1.5em;
	color: #800080;
	text-align: center;
}
#nav P.home A {
	text-decoration: none;
}


#nav UL {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#nav UL LI {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#nav UL LI A {
	text-decoration: none;
	margin-bottom: 0px !important;
	padding: 3px 5px 3px 10px;
	display: block;
	font-weight: bold;
	width: 185px;
	border-top: 1px solid #800080;
}

#nav UL LI.expanded, #nav UL LI A.active {
	background-color: #dde;
}

/*
#nav A:visited, #nav A:link, #nav A:link:hover, #nav A:visited:hover {
	color: #d00;
}

*/

#nav UL LI A:visited:hover, #nav UL LI A:link:hover {
	background-color: #ccd;
}
#nav UL LI A.active {
text-decoration: underline;
}


#nav UL LI LI A, #nav UL LI LI SPAN {
	padding: 2px 5px 2px 15px;
	font-weight: normal;
	width: 180px;
	border: none;
}

#nav UL LI LI LI A {
	padding: 2px 5px 2px 25px;
	font-weight: normal;
	width: 170px;
}

#nav UL LI LI LI LI A {
	padding: 2px 5px 2px 35px;
	font-weight: normal;
	width: 160px;
}

#content {
	padding: 20px 10px 20px 0px;
	margin: 0px 0px 0px 200px;
}

#footer {
	margin: 0px 20px 0px 220px;
	clear: both;
	padding: 1em 0px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	font-size: .75em;
	line-height: 1.2em;
}

H1 {
	font-size: 1.5em;
	color: #800080;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 0px;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0px;
	color: #646;
}

IMG {
	border: 0;
}

UL, OL { margin: 0px 0px 1em 2em; }

UL.expanded LI, OL.expanded LI  {
	margin: 0px 0px .5em 0px;
}

DIV.right {
	float: right;
}

TABLE {
	margin: 0px 0px 1em 0px;
	border-collapse: collapse;
}

TABLE.sectionschart {
	width: 550px;
	margin: 0px auto 1em auto;
}

TABLE.chart TD, TABLE.chart TH, TABLE.sectionschart TD
{
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	vertical-align: middle;
}

TABLE.makers TD
{
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	vertical-align: top;
	width: 50%;
}


TABLE.searchbox TD, TABLE.searchbox TH {
	border-color: #999;
	border-width: 1px;
	border-style: solid;
}

TH
{
	background-color: #CCC;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
TH.right {
	text-align: right;
}

TD.buttons {
	text-align: center;
}

TABLE.examples H2 {
	margin-top: 0px;
}

TABLE.examples TD {
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 10px 5px;
}

TABLE.examples TD { vertical-align: top; }
TD.thumbnail { text-align: center; }

TABLE.schedule {
border-spacing: 1px;
}

TABLE.schedule TD, TABLE.schedule TH { vertical-align: top;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 3px 5px;
}

TABLE.schedule TH.right {
	white-space: nowrap;
	text-align: right;
}

P { margin-bottom: 1em; }

P.subheader {
	font-size: 1.1em;
	font-style: italic;
}

P.citation
{
	text-indent: -3em;
	padding-left: 3em;
}

P.note {
	font-style: italic;
}
P.centernote {
	font-style: italic;
	text-align: center;
}

P.metadata {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

P.links, P.pages {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center; 
}

P.arrows {
	text-align: center;
	margin-bottom: 0px;
}

P.home {
	margin-top: 1em;
	font-size: .8em;
}

P.legal {
	clear: both;
	margin: 1em 0px;
	font-size: .8em;
	border-color: gray;
	border-width: 1px 0px;
	border-style: solid;
	padding: .5em 2em;
	text-align: center;
}

P.center {
	text-align: center; 
}

BLOCKQUOTE {
	font-size: 1em;
	font-style: italic;
}



DIV.photocenter {
	text-align: center; 
}

DIV.photoright300, IMG.right, DIV.right
{
	clear: right;
	float: right;
	padding: 0px 0px 10px 10px;
}

DIV.photoleft300, IMG.left, DIV.left
{
	clear: left;
	float: left;
	padding: 0px 10px 10px 0px;
}

DIV.photoright300, DIV.photoleft300 { width: 300px; }

DIV.photoright300 P {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: .75em;
	text-align: right;
	color: #666 !important;
	line-height: normal;
}

DIV.photoleft300 P {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: .75em;
	text-align: left;
	color: #666 !important;
	line-height: normal;
}

.clearboth { clear: both; }

SPAN.dim {
	color: #666 !important;
}



DIV.callout
{
	float: right;
	width: 33%;
	padding: 10px;
	margin: 0px 0px .5em 10px;
	clear: right;
	border-color: #800080;
	border-width: 2px;
	border-style: solid;
	text-align: center;
}

DIV.callout H2 { font-size: 1.1em; 	color: #800080;
}
DIV.callout UL { line-height: 1.1em; }
DIV.callout LI, DIV.callout DD { margin: 0px 0px .25em 1.5em; }
