* {
	margin:0; padding:0;
}
body  {
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	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 */
	background:url(../images/container_bg.png);
	background-repeat:repeat-x;
	color:#555555;
}
body  {
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	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 */
	background:url(../images/container_bg.png);
	background-repeat:repeat-x;
	color:#555555;
}
a	{
	color:#555555;
}
a:hover {
	color:#090;
}
img	{
	border:0;
}
p {
	font-size:.8em;
	padding: 5px 0 5px 0;
}
ul {
	font-size:.8em;
	padding: 0 0 0 15px;
}
h1,h2,h3,h4,h5 {
	color: #10679f;
}
h2,h3,h4 {
	padding-top: 5px;
	padding-bottom:5px;
}
.emphasis {
	font-size: 100%;
	font-weight:bold;
	margin: 5px 0 5px 0;
}
.redemphasis {
	font-size: 100%;
	font-weight: bold;
	color: red;
}
.centeremphasis {
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	border-top: 1px solid #10679f;
	border-bottom: 1px solid #10679f;
	font-size: 100%;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
}
.centeremphasis a {
	text-decoration: none;
	color: #555555;
}
.centeremphasis a:hover {
	color:#090;
}
.centerparagraph {
	text-align:center;
}
.teenytext {
	margin: 4px 0 5px 0;
	font-size:60%;
}
.sidebar_title {
	color:#10679f;
	margin:0;
	padding: 5px;
	text-align:center;
	font-weight:bold;
	background-image:url(../images/accordiontab_bg.gif);
	background-repeat:repeat-x;
}
.sidebar_title a {
	text-decoration:none;
}
.sidebar_item {
	margin: 10px 0 10px 0;
}
.clock_display {
	margin:10px 0 10px 0;
	width:180px;
	background-color:#000000;
	text-align:center;
}
.yrarc #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	background-image:url(../images/maincontent_bg2.png);
	background-repeat:repeat-y;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.yrarc #Childcontainer { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	background-image:url(../images/mainchildcontent_bg.png);
	background-repeat:repeat-y;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.yrarc #header { 
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.yrarc #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(../images/sidebar_bg2.png);
	background-repeat:repeat-y;
	margin: 0;
	padding: 15px; /* padding keeps the content of the div away from the edges */
}
.yrarc #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align:justify;
	background:url(../images/sidebar_bg3.png);
	background-repeat:repeat-y;
	margin: 0;
	padding: 15px; /* padding keeps the content of the div away from the edges */
}
.yrarc #menu { 
	width:960px;
	height:39px;
	background:#10679f;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.yrarc #mainContent { 
	margin: 0 200px 0 210px;
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:justify;
} 
.yrarc #mainChildContent { 
	margin: 0 70px 0 210px;
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:justify;
} 
.yrarc #footer { 
	margin: 0;
	padding: 10px 20px 15px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#dddddd;
	background:url(../images/footer_bg.png);
	background-repeat:repeat-x;
	text-align:center;
} 
.yrarc #footer h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#dddddd;
	font-weight:bold;
}
.yrarc #meetingtopics {
	font-size:80%;
	padding:5px;
}
.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: 8px 0 8px 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 8px 15px 4px 0;
}
.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;
}
.sprytable {
	font-size:85%;
}
.sprytable td {
	border-bottom: 1px solid #eeeeee;
	padding: 5px;
}
.sprytable th {
	text-align:left;
	background-color:#ffffbb;
	padding: 3px 0 4px 3px;
}
.sprytable oddrow {
	background-color:#eeeeee;
}
.sprytable evenrow {
	background-color:#ffffff;
}
/* ------------ */
/* following classes all related to CSS menu */
/* ------------ */
.outwrapper{
	color: #10679f;	
	font: 12px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 4px 0 0 0;
	}
	.outwrapper a{
		color: #E5F2FB;
		text-decoration: none;
	}
	.outwrapper a:hover {
		color: #10679f;
	}
.inwrapper {
	width:958px;
	margin: 0 10px 0 10px auto;
}
.nav {
	background-color:#10679f;
	background: url(../images/menu/nav_bg.png) repeat-x;
	float: left;
}
.nev-wrapper {
	clear: both;
	float: left;
}
.nav-left {
	background: url(../images/menu/nav_left.png) no-repeat top left;
	float: left;
	width: 11px;
	height: 35px;
}
.nav-right {
	background: url(../images/menu/nav_right.png) no-repeat top right;
	float: left;
	width: 11px;
	height: 35px;
}
.nav ul {
	height: 38px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 12px;
}
.nav li {
	float: left;
	padding: 0 7px;
	background: url(../images/menu/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	background: url(../images/menu/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(../images/menu/menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(../images/menu/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #10679f;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(../images/menu/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(../images/menu/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 12px;
}
.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #10679f;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #10679f !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #10679f !important;
	text-decoration: none;
	line-height: normal;
}

.Accordion {
	overflow: hidden;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	background-color: #ffff66;
	color:#10679f;
	margin:0;
	padding: 5px;
	text-align:center;
	font-weight:bold;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image:url(../images/accordiontab_bg.gif);
	background-repeat:repeat-x;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 5px;
	height: 260px;
	text-align:justify;
}
.AccordionPanelContent p {
	margin-top:10px;
}
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #ffff66;
}
.AccordionPanelTabHover {
	color: #000000;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #000000;
}
.AccordionFocused .AccordionPanelTab {
	background-color: #ffff66;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #ffff66;
}
@charset "UTF-8";

/* SpryMasterDetail.css */

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

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
.MasterDetail
{
	margin: 2px;
}

/* This is the selector for the Master Container element which houses all the MasterColumn
 * classes. By default the Master column occupy about 35% from the width of the 
 * entire structure. 
*/
.MasterDetail .MasterContainer
{
	background-color: #cccccc;
	width: 96%;
	height: 8em;
	overflow: auto;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	font-size:80%;
	font-weight:bold;
	background-color: #dddddd;
	padding:5px;
	cursor:pointer;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	background-color: #eaeaea;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	background-color:#848484;
	color: white;
}

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.MasterDetail .DetailContainer
{
	padding-top:10px;
	overflow: auto;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	margin-bottom: 1px;
}
