@charset "utf-8";
/* CSS Document */


/* GENERAL STYLE */
a:link{
	color:#3770A8;
	text-decoration:none;
}

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

a:hover{
	text-decoration:underline;
}



/* HEADER AND FOOTER */
.headfoot {
	font-family:"Century Gothic";
	color:#333333;
	font-size:12px;
}

.headbtn {
	margin-left:20px;
}

.headbtn img{
	margin-right:15px;
}


/* CONTENT */
#boxtext {
	font-family:"Century Gothic";
	color:#FFFFFF;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
}
#boxtext a:link{
	font-family:"Century Gothic";
	color:#FFFFFF;
	font-size:12px;
}

.bluheading {
	font-family:"Century Gothic";
	font-size:20px;
	color:#3770A8;
	margin-left:10px;
}

.blulist {
	font-family:"Century Gothic";
	font-size:12px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	width:200px;
}

.pagetitle {
	font-family:"Century Gothic";
	font-size:20px;
	margin-left:20px;
	color:#3770A8;
	margin-bottom:20px;
	margin-top:10px;
}

.contents {
	margin-left:20px;
	font-family:"Century Gothic";
	font-size:12px;
	margin-right:20px;
}

.contents h2{
	font-size:15px;
	color:#3770A8;
}

.contents p{
	text-align:justify;
	color:#333333;
}

.contents li{
	text-align:justify;
	margin-bottom:5px;
}

.newsheadline {
	font-family:"Century Gothic";
	font-size:15px;
}




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

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	background-color:#DDE9F4;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.AccordionPanelTab p{
	font-family:"Century Gothic";
	font-size:13px;
	color:#2D2D86;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.AccordionPanelContent {
	background-color:#F5F9FC;
	background-image:url(../graphics/bg-hibiscus.png);
	font-family:"Century Gothic";
	font-size:12px;
	overflow:auto;
	padding: 0px;
	height: 180px;
}

.AccordionPanelContent table{
	margin-top:5px;
	margin-left:10px;
	margin-right:5px;
	color:#333333;
	margin-bottom:5px;	
}

.AccordionPanelContent td{
	text-align:justify;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-color:#DDE9F4;
}

.AccordionPanelOpen .AccordionPanelTab p{
	font-family:"Century Gothic";
	font-size:13px;
	color:#2D2D86;
}

.AccordionPanelTabHover {
	background-color:#2D2D86;
	color:#DDE9F4;
}

.AccordionPanelTabHover p{
	font-family:"Century Gothic";
	font-size:13px;
	color:#DDE9F4;
	text-decoration:underline;
}

.AccordionPanelOpen .AccordionPanelTabHover {
	background-color:#2D2D86;
	color:#DDE9F4;
}

.AccordionPanelOpen .AccordionPanelTabHover p{
	font-family:"Century Gothic";
	font-size:13px;
	color:#DDE9F4;
	text-decoration:underline;
}