body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #970c1f;
	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: #ffffff;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #970c1f; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
td {
	font: normal 12px Tahoma, Arial;
	color: #ffffff;
}

h1, h2, h3, h4, h5 {

    color: #460a04;
    margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}


a {

font: normal 12px Tahoma, Arial;
color: #414141;
}

a:hover {

font: normal 12px Tahoma, Arial;
color: #FFFFFF;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: none;
	color: #FFFFFF;
}

a.white-link-underline:hover {	
	text-decoration: none;
	color: #970c1f;
}

.white-text{
color: #ffffff;

}


.blye-text-underline {
color: #348cbc;
text-decoration: underline;
}

.blye-text-regular {
color: #348cbc;
}

.yellow-text-regular {
color: #db9a00;
}

.yellow-text-underline {
color: #db9a00;
text-decoration: underline;
}

.orange-text-regular {
color: #ca6011;
}

.orange-text-underline {
color: #ca6011;
text-decoration: underline;
}

.red-text-regular {
color: #970c1f;
}

.red-text-underline {
color: #920f0d;
text-decoration: underline;
}


.gray-text{
color: #4c4c4c;
}
div.left {
float: left;
margin-right: 15px;
margin-bottom: 15px;
margin-left: 15px;
}
div.right {
float: right;
margin-left: 15px;
margin-bottom: 15px;
}
p.bios{
margin-left: 15px;
margin-right: 15px;
margin-top: 0px;
}
.style1 {
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin: 0px;
}
body {
	background-color: #000000;
}
.style2 {color: #1b1b1b}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #F60000;
}
a:active {
	color: #FFFFFF;
}
.style3 {
	font-size: 12px;
	font-weight: bold;
}
a.su:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
a.su:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
a.su:hover {
	color: #F60000;
	font-weight: bold;
	font-size: 14px;
}
a.su:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.bol {
	font-weight: bold;
}
