@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: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border: #FFF;
}
#container  {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
#<div id="logo"><img src="images/LRA_Slices_0_01.jpg" alt="LR&amp;A Logo" width="192" height="151" /></div>  #<div id="banner"><img src="images/LRA-bannerimg_02.jpg"/></div>
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	padding: 0 0px 5px 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. */
} 
#container #header #logo {
	height: 151px;
	float: left;
	text-align: center;
	padding-bottom: 5px;
	clear: right;
	padding-top: 5px;
}
#container #topNav{
height: 32px;
width: 400px;
float: left;
background-color: #000;
border-top: 2px solid #F89321;
border-bottom: 2px solid #F89321;

margin-top: 2px;

font-family: Arial, Helvetica, sans-serif;
}

#container #topnav2 {
width: 622px;
height:32px;
background-color: #000;
border-top: 2px solid #F89321;
border-bottom: 2px solid #F89321;
margin-top: 2px;
text-decoration: none;
float: left;
clear:right;

}
/*
#container #topNav{
	height: 32px;
	width: 400px;
	float: left;
	background-color: #000;
	border-top: 2px solid #F89321;
	border-bottom: 2px solid #F89321;
	margin-bottom: 7px;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#container #topnav2 {
	height: 32px;
	width: 622px;
	background-color: #000;
	border-top: 2px solid #F89321;
	border-bottom: 2px solid #F89321;
	margin-bottom: 7px;
	margin-top: 2px;
	text-decoration: none;
	float: left;
}*/
#ph {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	font-weight: bold;
	padding: 5px 10px 0 10px;
}
#searchBox {
	margin-top: 5px;
	height: 14px;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DB2C29;
	font-weight: bold;
}
#searchbtn {
	padding-right: 10px;
}
/*#sidebar1  {
	width: 180px;
	height: 370px;
	float: left;
	margin: 0;
	clear: right;
}*/
#sidebar1 {
width: 180px;
height: 370px;
float: left;
margin: 0;

}

#mainContent  {
	float: left;
	margin-left: 10px;
	height: 100%;
	width: 825px;
	background-color: #FFF;
} 
#container #mainContent #ssho {
	height: 371px;
	width: 822px;
	border-right: 2px solid #F69320;
	border-left: 2px solid #F69320;
	padding-right: 1px;
	padding-left: 1px;
	float: left;
}
#container #ostatement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	line-height: 16px;
}
#mcontent2 {
	float: left;
	padding-left: 7px;
}

#footer  {
	background-color: #f90;
	padding-bottom: 10px;
	padding-top: 10px;
	width: auto;
} 
#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: 0.6em;
	color: #000;
	padding-left: 20px;
}
#footer p a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	color: #333;
}
.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;
}
#ntchange {
	width: 822px;
	float:left;
	padding-left:10px;
	
}
#ntchange p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.2em;
	padding-right: 5px;
	padding-left: 10px;
	color: #333;
}
#ntchange h5 {
	padding-right: 5px;
	padding-left: 10px;
}
 #ntchange #staff1 {
	text-align: center;
}
#ntchange #staff1 p {
	padding-right: 2px;
	padding-left: 2px;
	color: #333;
}
#ntchange h3 {
	color: #F90;
}
#ntchange #larry {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#ntchange ul {
	font-size: 12px;
	color: #333;
}
#ntchange p {
	color: #333;
}
#ntchange h3 #matman {
	float: left;
}
#ntchange #grfxban {
	color: #333;
}
