@charset "UTF-8";
.twoColFixLtHdr #container {
	width: 883px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #B15C0A;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	background-image: url(image-source/sourcebanner.jpg);
	background-repeat: no-repeat;
	height: 330px;
} 
.twoColFixLtHdr #headersource {
	height: 188px;
	background-image: url(image-source/source-event3.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #header2 {
	padding: 0;  /* 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. */
	background-image: url(image-source/sourcebanner.jpg);
	background-repeat: no-repeat;
	height: 330px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 263px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
} 
.twoColFixLtHdr #sourceeventContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 290px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 20px;
}
.textsource {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: lighter;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 113px;
	padding-right: 85px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.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;
	padding-right: 6px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.fltlft2 {
	float: left;
}
.fltlft-menu {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
	height: 21px;
	padding-left: 0px;
	width: 195px;
	margin-top: 10px;
	line-height: 22px;
	letter-spacing: 1px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-left: 50px;
	width: 213px;
	margin-top: 15px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #C7833A;
}
a:active {
	text-decoration: none;
}
.style1 {color: #000000}
.menu-event {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bolder;
	text-transform: uppercase;
	margin-left: 50px;
	width: 213px;
	padding-bottom: 30px;
}

