@charset "utf-8";
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../Assets/Images/Fireworks/Template/Content-Background.jpg);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #SmallText {
	font-size: 70%;
}

.twoColFixLtHdr #box1 {
	background-color: #B0ACA8;
	margin: 10px;
	padding: 10px;
	float: right;
	width: 200px;
	border: medium solid #000000;
	position: relative;
}

.twoColFixLtHdr #header {
	background-color: #6b6555;
	background-repeat: repeat;
	height: 136px;
	width: 780px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: auto;
	padding: 0px;
	font-weight: bold;
	margin: 0px;
	font-size: 80%;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 190px;
	padding: 20px;
} 
.twoColFixLtHdr #footer {
	background-color: #332D26;
	height: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: small;
	color: #999999;
	background-image: url(../Assets/Images/Fireworks/Template/Footer-Background.jpg);
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.twoColFixLtHdr #Menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #535353;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #B70000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8C0000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: x-large;
	color: #B70000;
}
h2 {
	font-size: large;
	color: #820000;
}
