@charset "utf-8";
body {
		font: 100% Arial, Helvetica, sans-serif;
		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: #000000;
		background: #6F74BB;
}
.oneColFixCtrHdr #container {
	width: 896px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFB610;
	text-align: left;
	padding: 0px;
	background: #6F74BB;
}
.oneColFixCtrHdr #header {
		background-color: #FFFFFF;
		padding: 0;
		margin: 0;
}
.oneColFixCtrHdr #header h1 {
		margin: 0;
		position: absolute;
		top: -100px;
}
.oneColFixCtrHdr #header h2 {
		position: absolute;
		top: -100px;
}
.oneColFixCtrHdr #header img {
		margin-right: auto;
		margin-left: 48px;
}
.oneColFixCtrHdr #mainContent {
		padding: 1px 24px 1px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		background: #6F74BB url(../images/LACCBackgroundSlice.gif) repeat-x;
		margin: 0 0 0 0;
}
.oneColFixCtrHdr #footer {
		padding: 0 10px;
		margin-top: 0px;
}
.oneColFixCtrHdr #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 */
		font-size: 80%;
		color: #FFFFFF;
		text-align: center;
		font-weight: bold;
		font-family: "Times New Roman", Times, serif;
		margin-top: 0px;
}
#nav {
		overflow: hidden;
		width: 896px;
		background-image: url(../images/LACCBanner.gif);
}
#mainContent img {
		margin-top: 0px;
		margin-right: 0px;
		padding-right: 1px;
		background-color: #000000;
		color: #000000;
		border: 1px solid #000000;
		padding: 1px;
}
#mainContent  #nextEvent  #EventAnnc   {
	width: 430px;
}
#mainContent #nextEvent #EventDesc {
		margin-top: 40px;
}
#mainContent   .picture,
#mainContent   .shadow {
		position: relative;
		bottom: 4px;
		right: 4px;
}
#mainContent .shadow {
		background-color: #333333;
}
#mainContent #nextEvent {
		margin-bottom: 30px;
		padding-top: 1px;
}
#mainContent #nextEvent h3 {
		text-align: center;
		font-family: "Times New Roman", Times, serif;
		margin-bottom: 10px;
}
#mainContent #nextEvent p {
	margin-left: 420px;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	text-align: left;
}
#mainContent #nextEvent .addr {
		margin-left: 570px;
}
#mainContent   img.title   {
	padding-right: 10px;
	background: transparent;
	border: none;
}
.fltlft {
		float: left;
}
.fltrt {
	float: right;
}
.clrflt {
	clear: both;
	line-height: 1px;
	display: inline;
	font-size: 1px;
}
#sidebarLeft {
		float: left;
		width: 254px;
		margin-left: 0px;
}
#sidebarRight {
		float: right;
		width: 254px;
		margin-right: -5px;
}
#center {
		margin-left: 295px;
		width: 254px;
}
