@charset "ISO-8859-1";
.jlane {	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #C4BA77;
}
.heads {
	font-size: 14px;
	font-weight: bold;
}

#Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:864px;
	height:612px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo_ {
	position:absolute;
	left:0px;
	top:0px;
	width:382px;
	height:152px;
}

#page-Slice_ {
	position:absolute;
	left:382px;
	top:0px;
	width:482px;
	height:12px;
}

#image1_ {
	position:absolute;
	left:382px;
	top:12px;
	width:152px;
	height:85px;
}

#page-Slice004_ {
	position:absolute;
	left:534px;
	top:12px;
	width:7px;
	height:140px;
}

#image2_ {
	position:absolute;
	left:541px;
	top:12px;
	width:152px;
	height:85px;
}

#page-Slice006_ {
	position:absolute;
	left:693px;
	top:12px;
	width:7px;
	height:140px;
}

#image3_ {
	position:absolute;
	left:700px;
	top:12px;
	width:152px;
	height:85px;
}

#page-Slice008_ {
	position:absolute;
	left:852px;
	top:12px;
	width:12px;
	height:140px;
}

#page-Slice009_ {
	position:absolute;
	left:382px;
	top:97px;
	width:152px;
	height:55px;
}

#page-Slice010_ {
	position:absolute;
	left:541px;
	top:97px;
	width:152px;
	height:55px;
}

#page-Slice011_ {
	position:absolute;
	left:700px;
	top:97px;
	width:152px;
	height:55px;
}

#navigation_ {
	position:absolute;
	left:20px;
	top:196px;
	width:204px;
	height:395px;
	z-index: 5;
}
#techtext {
	position:absolute;
	left:229px;
	top:162px;
	width:607px;
	height:399px;
	z-index:1;
	overflow: auto;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #231F20;
	padding-right: 20px;
	padding-left: 7px;
	background-color: #590911;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #231F20;
}

#slogan_ {
	position:absolute;
	left:229px;
	top:565px;
	width:633px;
	height:36px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #231F20;
}

#bottombar_ {
	position:absolute;
	left:0px;
	top:594px;
	width:864px;
	height:18px;
	background-color: #231F20;
}
#textarea {
	position:absolute;
	left:229px;
	top:163px;
	width:606px;
	height:399px;
	z-index:1;
	overflow: auto;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #231F20;
	padding-right: 20px;
	padding-left: 7px;
	background-color: #517E8C;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	color: #EEEEEE;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #1E1B1C;
}
a:visited {
	color: #DCD087;
}

/* 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 {
	border-bottom: solid 1px #CCC;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #231F20;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

/* 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;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #517E8C;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.style4 {
	color: #666666;
	font-weight: bold;
}
.style4 {	color: #666666;
	font-weight: bold;
}
.style11 {
	font-family: "Trebuchet MS";
	font-size: 12px;
}

/* 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 {
	padding-left: 4px;
}

/* 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 {
	padding-left: 4px;
}

/* 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: #3399FF;
	padding-left: 4px;
}

/* 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;
}
