body {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #993300;
}

.sitewide-nav {
	/* see http://www.w3.org/TR/REC-CSS2/tables.html#width-layout */
	table-layout: fixed;	/* keep the cells evenly spaced */
	width: 780px; /* this is the width of the whole table */
}
.sitewide-nav td {
	font-size: x-small;
	background-color: #E7DBDB;
	text-align: center;
}
.sitewide-nav td a {
	display:block;
	padding: 4px;	/* padding must be on a, not <table>, or the hover color change will have a non-changing border */
	text-decoration:none;
}
.sitewide-nav td a:hover {
  color: #E7DBDB;
  background-color: #993300;
}


#section-nav {
	/* Aesthetics only here. Layout stuff is in another CSS */
	background-color: #E7DBDB;
	padding:0px;
	border:1px solid #993300;
	font-size:small;
}
#section-nav a.home {
	display:block;
	text-align:center;
	font-weight:bold;
	border-top:1px dashed #993300;
	margin-top:1em;
	padding: 1ex;
}
#section-nav h1 {
	display: block;
	background-color:#500000;
	padding: 10px;
	color:#FFFFFF;
	font-size:1.5em;
	margin-top:0px;
}
#section-nav h2 {
	font-size:small;
	padding:3px;
}

#section-nav h1 a, #section-nav h2 a {	text-decoration: none;	}
#section-nav h1 a { color: #FFFFFF;	}	/* color: inherit; would be better if only IE understood it */
#section-nav h2 a { color: #000000;	}


#section-nav a:hover {
	font-weight: bold;
}
#section-nav ul {
	list-style:none;
	padding-left:10px;
	margin-left:0px;
	font-size: 0.8em;
	line-height: 150%;
}
#section-nav ul li ul {
	background-color:#F3F3F3;
	border-left: 1px solid #500000;
	font-size:100%;
	margin-right:1.5em;
	margin-left:1ex;
}
#section-nav p {
	margin: 1ex;
}

#content {
	font-family:Geneva, Arial, Helvetica, sans-serif;	/* Notice Verdana's not listed */
}
#content h1 {
	font-size: 2em;
}
#content h2 {
	font-size:1.5em;
	color:#500000;
}
#content h3 {
	font-size: 1em; /* same size as normal text */
	font-weight:bold;
}

#footer {
	background-color: #E7DBDB;
	text-align: center;
	padding: 0 15%;
	font-size:smaller;
}

.boxRefWeb {
	border:1px solid #510000;
	background-color : #F3F3F3;
}
.boxRefNonWeb {
	border:1px solid #500000;
	background-color : #FFFFCC;
}
.boxInset {
	border:2px solid #500000;
	background-color: #E7DBDB;
	font-style:italic;
	font-size: smaller;
}

