@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

a:link { }
a:visited { }
a:hover { }
a:active { } 

img
{  border-style: none;
}

h1
{ color: #993300; 
font-size: 100%;
font-weight: bold;
}

h6
{
	color: #993300;
	font-size: 75%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

li {
	margin-bottom: 2%;
	text-align: left;
}

.blockquote p {

padding-left: 1em;
font-style: italic;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}

.footnote {

font-size: 75%;
}

.footnote li {

padding-left: .5em;
text-indent: -1em;
margin-bottom: 1%;
text-align: left;
}

.blockquote p {

text-indent: 1em;
font-style: italic;
}

.style7 {

font-family: Georgia, "Times New Roman", Times, serif;
color: #666666;
font-size: 75%;
}

.style7 a {

font-family: Georgia, "Times New Roman", Times, serif;
color: #666666;
font-size: 100%;
text-decoration:none
}
