@charset "utf-8";
body  {
	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: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.twoColFixLtHdr #header {
	background: #9A1E29;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #container {
	width: 1024px;
	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. */
	background-color: #9A1E29;
} 
.twoColFixLtHdr #container #header #logo {
	margin-left: 500px;
	margin-top: -25px;
	z-index: 200;
	margin-bottom: -10px;
}
/*#BannerDiv {
	margin-right: -20px;
	margin-left: -20px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C25049;
	border-bottom-color: #C25049;
	background-color: #4e070e;

}*/

a:link {
	color: #CCC;
	text-decoration: none;

}
a:hover {
	color: #D0725C;
	text-decoration: none;
}

a:active {
	color: #D0725c;
	text-decoration: none;
	font-style: italic;
}

a:visited {
	color: #E4E4E4;
	text-decoration: none;
}



/*.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given
	width: 150px;  the background color will be displayed for the length of the content in the column, but no further
	padding: 15px 10px 15px 20px;
}*/


.twoColFixLtHdr #container #sidebar1 ul li {
	list-style-position: outside;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(../graphics/blt_orangecircle.png);
	margin-left: -20px;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #sidebar1 a:link {
	color: #FFF;
	text-decoration: none;
	list-style-type: disc;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #FFF;
	text-decoration: underline;
	list-style-type: disc;
}
.twoColFixLtHdr #container #sidebar1 a:active {
	color: #CCC;
	text-decoration: underline;
	list-style-type: disc;
}
.twoColFixLtHdr #container #sidebar1 a:visited {
	color: #FFF;
	text-decoration: none;
	list-style-type: disc;
}




.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #9A1E29;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C25D49;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.twoColFixLtHdr #container #footer a:link {
	color: #FFF;
	text-decoration: none;
}

.twoColFixLtHdr #container #footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.twoColFixLtHdr #container #footer a:active {
	color: #CCC;
	text-decoration: underline;
}
.twoColFixLtHdr #container #footer a:visited {
	color: #CCC;
	text-decoration: none;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#flashcontent {
	height: 650px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
html {
		height: 100%;

}
h2 {
	color: #ED7158;
}
h3 {
	font-size: 105%;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFE6BC;
}

