body {
	font-family: arial, helvetica, serif;
	font-size: 80%;
	background: #E2E2E2;
				}

#content {
	width: 70em;
	background-color: white;
	text-align: center;
	float: center;
	margin-left: auto;
	margin-right: auto;
			}
			
html>body #content {
	width: 70em;
} 

a {
	text-decoration: none;
}

a:link {
	color: #990000;
}

a:visited {
	color: #666666;
}

a:active {
	color: #666666;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: bold;
			}

#nav li li a:hover {
		background-color: black;
		}

li.nav {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: #990000;
			}


li.nav ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0 .5em 0 0;
	}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: #990000;
	}

li:hover ul, li.over ul {
	display: block;
	font-color: #736F6E
}

ul.body {
	list-style: disc;
	text-align: left;
	}



li.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	background-color: none;
	text-align: left;
		}

p {
	clear: left;
	background: center;
	padding: .5em .5em .5em .5em;

		}

p.body {
	font-size: 10pt;
	text-align: left;
	background: center;
	padding: 0 .5em 0 .5em;
			}
	
p.creditsright {
	font-size: 8pt;
	font-style: normal;
	text-align: right;
	}

p.photoright {
	font-size: 8pt;
	font-style: italic;
	text-align: right;
	}
	
p.creditsleft {
	font-size: 8pt;
	font-style: normal;
	text-align: left;
	}

p.photoleft {
	font-size: 8pt;
	font-style: italic;
	text-align: left;
	}
	
p.initial {
	font-size: 10pt;
	font-weight: bold;
	font-color: #990000;
	text-align: left;
	}
	
p.pageheader {
	font-size: 12 pt;
	font-weight: bold;
	text-align: left;
	padding: 0 .5em 0 .5em;

	}

p.excerpt {
	font-size: 10 pt;
	font-style: italic;
	text-align: left;
	padding: 0 .5em 0 .5em;
	}
	
p.header1 {
	font-size: 10 pt;
	font-weight: bold;
	text-align: left;
	padding: 0 .5em 0 .5em;
	}
	
p.breadcrumb {
	font-size: 8 pt;
	text-align: left;
	}
	
p.leftnavheader {
 font-size: 10 pt;
 font-weight: bold;
 text-align: left;
 }
 
p.leftnav {
 font-size: 9 pt;
 text-align: left;
 padding: .1em .5em .1em .5em;
 }
