body, noframe {
	background-color: #ffffff;
	color: #000000;
	font-family: Times, "Times New Roman", serif;
	font-size: 12pt;
}

/* Formatting for the information section */
.centered {
	text-align: center;
}

.italics {
	font-style: italic;
}

.prtLines{
	display: inline;
}

dl, dd {
	text-indent: 1em;
}

div.bookQuotes {
	margin: 0em 2.5em 0em 2.5em;
}

div.bookQuotes p {
	font-size: 16px;
	line-height: 1;
	margin: 0.5em 0em 0.25em 0em;
	text-align: justify;
	text-indent: 0;
}

div.footer {
	font-size: 75%;
	border-top: solid 2px gray;
	margin: 1em 0em 0em 0em;
	padding-top: 4em;
	text-align: right;
}

div.printCopy {
	display: none;
	text-align: right;
}

div.welcmTitle {
	height: 102px;
}

h1 {
	font-size: 170%;
	font-variant: small-caps;
	margin: 0.25em 0em 0.75em 1em;
}

h2 {
	font-size: 145%;
	margin: 0.75em 0em 0em 1em;
}

h3, h4, h5 {
	margin: 1em 0em 0em 1em;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
	padding: 0;
}

img.navArch, img#profile {
	display: none;
}

img.logo {
	float: left;
	margin: 0px 10px 0px 0px;
}

p
{
	line-height: 1.5;
	margin: 0.5em 0.5em 0.25em 1em;
	text-indent: 2em;
}

p.noIndent
{
	text-indent: 0em;
}

p.missnState
{
	background-color: transparent;
	color: #660000;
	font-size: 125%;
	font-style: italic;
	line-height: 1;
	margin: 0.5em 0.5em 0.25em 1em;
	text-align: center;
}

span.bookTitle {
	font-style: italic;
}

span.quoteEmph {
	text-decoration: underline;
}

ul.under {
	border-top: 0px;
	margin-top: 0px;
}

ul li.second {
	list-style-type: none;
}

/* Formatting for the links.
Note: the hover changes background colour. */
a  {
	background-color: transparent;
	border: 0px;
	color: black;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
a:visited  {
	background-color: transparent;
	color: black;
}
a:hover, a:focus {
	background-color: inherit;
	border: 0;
	color: black;
	margin: 0px;
	padding: 0px;
}

/* Definition Formatting */
p.defn {
	line-height: 1.25;
	margin: 0.75em 0.5em 0.25em 1em;
	text-indent: 0;
}

a.defn, a.defn:visited, a.defn:hover {
	background-color: #ffffff;
	border-width: 0;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* This formats anchor links by wrapping around enclosed text */
a.anchr, a.anchr:visited, a.anchr:hover {
	background-color: transparent;
	border-width: 0;
	color: inherit;
	margin: 0;
	padding: 0;
}

/* the Courses styles */
.bolded {
	font-weight: bold;
}

.courseInd {
	margin-left: 4em;
	text-indent: 0;
}

.footnote {
	margin-top: 2em;
	text-indent: 0;
}

div.course p {
	line-height: 1.5;
	margin: 0.75em 0.5em 0.25em 2.5em;
	text-indent: 0;
}

p.dated {
	margin: 0.25em 0.5em 0.25em 2.5em;
	text-indent: 0;
}

p.session {
	margin: 1em 0em 0.25em 2.5em;
	font-style: italic;
	text-indent: 0;
}

div.course ul {
	margin-left: 3em;
}

div.course dl.address {
	margin-left: 3em;
	text-indent: -0.5em;
}

/* styles for the table of contents*/
#toc {
  float: right;
  font-size: 80%;
  border: 0px;
  margin: 0px 0px 20px 20px;
  padding: 5px;
}
#toc .level2 { margin-left: 1em; }
#toc .level3 { margin-left: 2em; }
#toc .level4 { margin-left: 3em; }
#toc .level5 { margin-left: 4em; }
#toc .level6 { margin-left: 5em; }

