@charset "UTF-8";
#Acc_apDiv {
	position:absolute;
	width:178px;
	height:268px;
	z-index:5;
	left: 6px;
	top: 87px;
	background-image: url(images/background.png);
	visibility: visible;
}

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-image: url(images/background.png);
	list-style-type: circle;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-decoration: none;
	color: #FFFFFF;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	background-color: #000066;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(images/accbar.png);
	height: 20px;
	border-bottom-width: 0.5px;
	border-top-style: none;
	border-bottom-style: none;
	color: #FFFFFF;
	font-weight: normal;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 200px;
	background-image: url(images/background.png);
	font-style: normal;
	color: #333333;
	text-transform: none;
	text-decoration: none;
	line-height: 2;
	font-weight: normal;
}
a {
 	color: #333333;
	font-style: normal;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #CCCCCC;
	background-image: url(images/accbar2.png);
	color: #FFFFFF;
	height: 20px;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #555555;
	background-image: url(images/accbar2.png);
	color: #FFFFFF;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #FFFFFF;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #555555;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #999999;
}
#divider {
	position:absolute;
	width:702px;
	height:8px;
	z-index:9;
	left: 194px;
	top: 400px;
	background-image: url(images/logofiller.jpg);
}
#maintext {
	position:absolute;
	width:393px;
	height:215px;
	z-index:10;
	left: 195px;
	top: 419px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#apDiv5 {
	position:absolute;
	width:702px;
	height:8px;
	z-index:12;
	top: 550px;
	left: 194px;
	background-image: url(images/logofiller.jpg);
}
#headertext {
	position:absolute;
	width:365px;
	height:54px;
	z-index:1;
	left: 511px;
	top: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-align: right;
}
#apDiv6 {
	position:absolute;
	width:702px;
	height:8px;
	z-index:12;
	left: 197px;
	top: 869px;
	background-image: url(images/logofiller.jpg);
}

#apDiv66 {
	position:absolute;
	width:702px;
	height:8px;
	z-index:12;
	left: 194px;
	top: 900px;
	background-image: url(images/logofiller.jpg);
}
#apDiv4 {
	position:absolute;
	width:234px;
	height:167px;
	z-index:11;
	left: 597px;
	top: 419px;
}
#footerdiv {
	position:absolute;
	width:702px;
	height:41px;
	z-index:13;
	left: 197px;
	top: 894px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#footerdiv2 {
	position:absolute;
	width:702px;
	height:41px;
	z-index:13;
	left: 194px;
	top: 925px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#apDiv3 {
	position:absolute;
	width:702px;
	height:320px;
	z-index:8;
	left: 194px;
	top: 87px;
	background-image: url(images/bottom_bg.jpg);
}
#header {
	position:absolute;
	width:888px;
	height:80px;
	z-index:7;
	background-image: url(images/logofiller.jpg);
	left: 8px;
	top: 3px;
	background-repeat: repeat-x;
}
#apDiv2 {
	position:absolute;
	width:146px;
	height:149px;
	z-index:6;
	left: 15px;
	top: 550px;
}
/* CSS Document */

#apDiv1 {
	position:absolute;
	width:180px;
	height:115px;
	z-index:6;
	left: 16px;
	top: 326px;
}
#apDiv99 {
	position:absolute;
	width:702px;
	height:557px;
	z-index:8;
	left: 194px;
	top: 87px;
	background-image: url(images/bottom_bg.jpg);
}

#apDiv9 {
	position:absolute;
	width:234px;
	height:167px;
	z-index:11;
	left: 598px;
	top: 419px;
}

.newstext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;}
