@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #335d2d;
	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;
}
.twoColFixLt #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/container_bg.jpg);
}
#banner {
	background-image: url(images/banner_bg.jpg);
	padding: 0px;
	height: 121px;
	width: 580px;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(images/sidebar_bg.jpg);
}
.twoColFixLt #mainContent {
	margin: 0 0 0 200px;
} 
#banner h1 {
	display: none;
}
#banner h2 {
	display: none;
}

#siderbarTop {
	background-image: url(images/sidebar-top_bg.jpg);
	height: 190px;
	width: 200px;
	padding: 0;
	position: absolute;
	top: 0px;
}
#navBar {
	background-image: url(images/navBar_bg.jpg);
	height: 20px;
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navLinks {
	padding: 0px;
	margin-top: 0px;
}
#footer {
	color: #FFFFFF;
	background-color: #104952;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#address {
	text-align: right;
}
#NEWA {
	color: #FFFFFF;
	float: left;
	position: relative;
	bottom: -20px;
}
#navLinks li {
	display: inline;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	text-indent: -40px;
}
#footer a {
	color: #F79200;
}
#navLinks a {
	color: #FFFFFF;
	text-decoration: none;
}
#navLinks a:hover {
	color: #F79200;
	text-decoration: none;
}


#content {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	min-height: 400px;
}

#sidebarContent {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
	top: 190px;
}


.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;
}
.featureHead {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #104952;
	font-weight: bold;
	font-size: 1.35em;
	width: 100%;
	background-color: #FFFF99;
	text-align: center;
}
.img.noBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.featureBiz {
	background-color: #FFFFFF;
	padding: 4px;
	border: thin solid #000000;
}
.featureBiz p {
	font-size: 1em;
}
#address {
	padding-left: 100px;
}
#joinAddress {
	padding-left: 150px;
}
.jlba {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	font-weight: normal;
}
.inline li {
	display: inline;
	list-style-type: none;
}
.jlbaBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}
.fltrtBox {
	float: right;
	margin-left: 8px;
	background-color: #FFFF99;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border: medium solid #104952;
}
img {
	border: 2px solid #000000;
}
.fltrt_noBorder {
	float: right;
	margin-left: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.leftCell {
	text-align: right;
	float: left;
	width: 25%;
}
.leftCell span {
	padding-right: 5px;
}

.rightCell {
	float: right;
	width: 75%;
}
.alignRt {
	text-align: right;
}
.officer {
	margin-bottom: 30px;
}

