body {
   background-image: url("images/MotionBackground.jpg");
}

h1, h2, h3 {
	text-align: center;
	background-color: transparent;
}

p.header {
   border-style: solid;
   border-color: #000000;
   border-width: 0px 0px 1px 0px;
   padding: 0em 0em 1em 0em;
   font-size: 90%;
   font-style: italic;
}

p.footer {
   border-style: solid;
   border-color: #000000;
   border-width: 0px 0px 1px 0px;
}

.FootnoteHeader { 
   text-decoration: underline;
}

blockquote {
   font-style: italic;
}

.border {
   border-style: solid;
   border-color: #000000;
   border-width: 1px;
}

div.NavFooterLeft {
	float: left;
	width: 50%; 
	text-align: left;
}

div.NavFooterRight {
	text-align: right;
}

