 body {
	margin:0px 0px 20px;
	padding:0px;
	text-align:center;
	background-color: #999999;
	}
#container { /* Holds the content parts of the page and centers them on the body */
	width:760px;
	margin:0px auto 1em;
	text-align:left;
	position: relative;
	background:  #999999 url(images/page_background.jpg) repeat-y center;
	}
#banner{
	margin:0px;
	padding:0px;
	position: relative;
	width: 760px;
	height: 150px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#Content {
	margin-left: 200px;
	text-align: left;
	padding: 0em 1em;
	font-size: small;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}

.leftnav{
	float: left;
	width: 176px;
	margin: 0.8em 1em 1.2em 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 1.8em;
	text-align: left;
	letter-spacing: 0.15em;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	}
	
.onpage{
	color: #F0E0D1;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 1em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #89A29C;
	background-image: url(images/onpage.gif);
	background-repeat: no-repeat;
		}

.onpageIndent1{
	color: #F0E0D1;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 2em;
	background-image: url(images/onpage.gif);
	background-repeat: no-repeat;
	}
	
.onpageIndent2{
	color: #F0E0D1;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 3em;
	background-image: url(images/onpage.gif);
	background-repeat: no-repeat;
	}		
		
a.navbar:link {
	color: #FFCC99;
	text-decoration: none;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #89A29C;
	padding-left: 1em;
		}
a.navbar:visited {
	color: #FFCC99;
	text-decoration: none;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #89A29C;
	padding-left: 1em;
	}
a.navbar:hover {
	color: #F0E0D1;
	display: block;
	padding-left: 1em;
	background-repeat: no-repeat;
	background-color: #7F7F7F;
	}

a.navbarIndent1:link { /*Sets display properties for the left-hand nav bar link to sub-pages of the page you are currently on */
	color: #FFCC99;
	text-decoration: none;
	display: block;
	padding-left: 2em;
	}
a.navbarIndent1:visited { /*Sets display properties for the left-hand nav bar link to sub-pages of the page you are currently on */
	color: #FFCC99;
	text-decoration: none;
	display: block;
	padding-left: 2em;
	}
a.navbarIndent1:hover {
	color: #F0E0D1;
	background-color: #7F7F7F;
	text-decoration: none;
	display: block;
	padding-left: 2em;
	}
	
a.navbarIndent2:link { /*Sets display properties for the left-hand nav bar link to sub-pages of the page you are currently on */
	color: #FFCC99;
	text-decoration: none;
	display: block;
	padding-left: 3em;
	}
a.navbarIndent2:visited { /*Sets display properties for the left-hand nav bar link to sub-pages of the page you are currently on */
	color: #FFCC99;
	text-decoration: none;
	display: block;
	padding-left: 3em;
	}
a.navbarIndent2:hover {
	color: #F0E0D1;
	background-color: #7F7F7F;
	display: block;
	padding-left: 3em;
	}
		
a:link{color: #663300; /*Sets display properties for inline links witin the body text */
	}
a:visited{color: #663300; /*Sets display properties for inline links witin the body text */
	}
a:hover{
	color: #000000;
	}
	
h1 { /*used for the page title at top of content */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #663300;
	text-align: left;
	line-height: normal;
	margin-bottom: -0.5em;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color: #000000;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em -0.5em;
	font-weight: normal;
	color: #000000;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em -1em;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em -1em 0em;
	font-weight: bold;
	color: #000000;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em -1em 0em;
	font-weight: bold;
	color: #000000;
	}

.indent { /*Used instead of "blockquote" to create indents */
	margin-left: 1.6em;
	}
	
.indent2 { /*Used instead of "blockquote" to create indents */
	margin-left: 2.6em;
	}
		
.book { /* Used to set font for references to book names */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
.note { /*Sets small font size for footnotes and other notes */
	font-size: 76%;
	line-height: 1em;
	margin-left: 1.6em;
	}
.box { /*Puts body text into a box */
	padding: 1em;
	height: auto;
	width: 520px;
	border: thin solid #999999;
	margin: 1em;
	}

.backLink { /*Sets display properties for links at bottom of page to other related pages */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	}
.imageLeft {
	float: left;
	margin-right: 10px;
	padding-top: 7px;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	padding-bottom: 7px;
	font-weight: normal;
	font-style: normal;
	}

.imageRight {
	float: right;
	margin-left: 10px;
	padding-top: 7px;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	padding-bottom: 7px;
	margin-bottom: 7px;
	font-weight: normal;
	font-style: normal;
	}
	
.imageCenter {
	float: none;
	margin-left: 10px;
	padding-top: 7px;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 7px;
	margin-bottom: 7px;
	font-weight: normal;
	font-style: normal;
	left: 100px;
	}	
	
.imageLeftNoCap { /*Used to float images to the left and wrap text around them */
	float: left;
	margin-right: 1.5em;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	}

.imageRightNoCap {
	float: right;
	margin-left: 1.5em;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	}
	
.copyright { /*Set display properties for the copyright section at the bottom of the page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.2em;
	text-align: center;
	padding-bottom: 2em;
	}

a.skip {position: absolute; z-index: -10000;}
	
@media print { /*Sets up the parameters for printing the page - removes most elements */
body {
	background: #FFFFFF;
}
p {
	font-family:Serif;
	font-size:12pt;
	line-height: 18px;
	color: #000000;
}
#banner {display:none;}
#topnav {display:none;}
a.skip {display:none;}
.pageTitle {
	border-bottom: thin solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFFFFF;
	text-align: left;	
	}
a:link {color:#000000; text-decoration: none;}
a:visited {color:#000000; text-decoration: none;}
.leftnav {display:none;}
.backLink {display:none;}
#container {
	background-color: #FFFFFF;
	background-image: none;
	margin: 0px;
}
#Content {
	font-family:Serif;
	font-size:12pt;
	line-height: 18px;
	width: 640px;
	color: black;
	background: #FFFFFF;
	margin: 0px;
	}
}
