body {
	background: #CC0C11;
	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: #FFF;
	background-color: #CC0C11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
div.link-list {
        width:10.2em;
        position:absolute;
        top:0;
        font-size:80%;
        padding-left:1%;
        padding-right:1%;
        margin-left:0;
        margin-right:0;
}
.oneColElsCtr #container {
	width: 900px;
	height: 100%;
	background: #CC0C11;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: medium;
	text-align: center;
}
h3 {
	font-size: small;
}
bodytext {
	font-size: small;
}
.black {
	color: #000;
	font-weight: bold;
}
.quote {
	font-size: small;
	font-style: italic;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.style1 {
	font-family: Arial, Helvetica, sans-serif
}
.Footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
}
