H1 {
font-size:14px;
           color:281a12;
           
}
H2 {
font-size:12px;
           color:281a12;
           
}
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	text-align:left;
	width:1014px;
	font-size:13px;
	background-color:#b49267;
	color:#281a12;
}

#container {
	margin:20px;
	width:100%
}

#header {
	height:50px;
	line-height:50px;
	font-size:12px;
	background-image:url(home/topbckgrnd_03.jpg);
	background-repeat: no-repeat;
	text-align: right;
	overflow:hidden;
	margin-right: 75px;
}

#flash {
	height:82px;
	position:relative;
	clear:both;
}

#rowone {
	height:auto;
	position:relative;
	clear:both;
}

#colleft {
	float:left;
	width:215px;
}

#colmiddle {
	float:left;
	width:639px;
}

#colright {
	float:left;
	width:160px;
}

#colleftb {
	float:left;
	width:147px;
}

#colrightb {
	float:left;
	width:867px;
}

#abrowone {
	height:auto;
	position:relative;
	background-image:url(aboutus/abbackgrnd.jpg);
	background-repeat:repeat-y;
	overflow:auto;
	clear:both;
}

#abcolleft {
	float:left;
	width:236px;
}

#abcolmiddle {
	float:left;
	width:555px;
	background-color:#FFFFFF;
	margin-bottom: 24px;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 24px;
}

#abcolright {
	float:left;
	width:175px;
}

#cola {
	float:left;
	width:250px;
}

#colb {
	float:left;
	width:290px;
	margin-left: 15px;
}


#footer {
	height:auto;
	position:relative;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	overflow:auto;
	clear:both;
}

a:link {
	color:#281a12;
	text-decoration: none;
}

a:visited{
	color:#281a12;
	text-decoration: none;
}

a:hover {
	color:#e64d12;
	text-decoration: none;
}.style1 {font-size: 11px}
.style2 {
	font-size: 20px;
	font-weight: bold;
}
.style4 {
	font-size: 36px;
	font-weight: bold;
}
.style5 {font-size: 14px}
.style6 {
	font-size: 23px;
	font-weight:bolder;
}
.style7 {font-weight: bold}
.style8 {
	font-size: 14px;
	font-weight: bold;
}
.style9 {font-size: 15px}

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 4px;
	border-left: solid 0px #CCC;
	border-right: solid 0px #999;
	border-top: solid 0px #999;
	border-bottom: solid 0px #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font: bold 14px sans-serif;
	background-color: #ffffff;
	border-bottom: solid 1px #ebcaad;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #ebcaad;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #e64d12;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #e64d12;
}
