@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fde0e0;
	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;
}
.LBA_BodyClass #container {
	width: 840px;  /* putting this as 80% will create a container 80% of the browser width. here, we have it at a fixed width */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
}
.LBA_BodyClass #header {
	background-image: url(images/LBA_Header.png); 
	height: 130px;
	padding: 0px 0px 0px 0px;  /* 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. */
	width: 840px;  /* putting this as 80% will create a container 80% of the browser width. here, we have it at a fixed width */
	margin: 0 auto; /* 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. */
}
.LBA_BodyClass #headerh1 {
	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 */
}
.LBA_BodyClass #header_2 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #ccoooo;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.LBA_BodyClass #header_3 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #ccoooo;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.subhead_1_center {
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #ccoooo;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.content_address {
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.LBA_BodyClass #mainContent_LEFT {
	width: 580px;
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	background: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}	
.LBA_BodyClass #mainContent_RIGHT {
	width: 200px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	background: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	vertical-align: top;
}
.LBA_BodyClass #footer {
	width: 840px;
	padding-top: 1px;
	margin: 0;
	clear: both;
	background:#660000;
	left: 50%;
	text-align: center;
	font-size:10px;
	color:#CC0000;
} 
.LBA_BodyClass #footer a:link {
	color: #FF99CC;
	text-decoration: none
}
.LBA_BodyClass #footer a:active {
	color: #FF99CC;
	text-decoration: none
}
.LBA_BodyClass #footer a:visited {
	color: #FF99CC;
	text-decoration: none
}
.LBA_BodyClass #footer a:hover {
	color: #FFF;
	text-decoration: none
}
