.subpages {
	text-decoration: none;
}.MenuBarItemIE 
{
	position: static;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background-color: #FFF;
	}
}/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: auto;
	font: bold;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: auto;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	width: 12em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 12em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px none #000000;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #000000;
	background-color: #043A60;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	background-color: #FFFFFF;
	padding: 0.5em 0.75em;
	color: #004080;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color:  #043A60;
	color: #004080;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #3B6583;
	color: #FFFFFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../../../site/1/template/SpryMenuBarRight.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(../../../site/1/template/SpryMenuBarRightHover.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background: #043A60;
}
}


.childpages, .siblingpages {
	width:173px; float:left; padding: 0px 0px 0px 0;
	border: 0px;
	margin: 0px;
	float: left;
} 

.childpages ul, .siblingpages ul {
	line-height:14px; list-style:none; padding:0; margin:0; background-color:#E5E6E1;
} 

.childpages li, .siblingpages li {
	text-align: left; width: 173px; padding:0; margin:0; font-size: 11px; font-family:Arial,sans-serif; line-height:12px; border-bottom:1px solid #E5E6E1; display: block;
	list-style: none;
} 

.childpages li a, .siblingpages li a {
	background-color:#F5F2E8; border-left:5px solid #E5DDD0; display:block; padding:6px 8px 8px 8px; color:#333; text-decoration: none; 
}

.childpages li a:hover, .siblingpages li a:hover {
	background-color: #E5E6E1; color: #000; border-left:5px solid #C1B49D; 
}


.paddingAround {
padding: 10px;
border-left-width: 1px;      
border-left-style: solid;    
border-left-color: #043A60;
border-right-width: 1px;      
border-right-style: solid;    
border-right-color: #043A60; }

.paddingAroundArticle {
padding: 10px;
border-left-width: 1px;      
border-left-style: solid;    
border-left-color: #043A60;
}

.bottomright {
padding: 3px;
border-top-width: 1px;      
border-top-style: solid;    
border-top-color: #043A60; }

.customPad {
padding: 5px; }

.bottomBorder {
padding: 7px;
border-top-width: 1px;      
border-top-style: solid;    
border-top-color: #043A60; 
  }

.rsscredit {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 8pt; }

.rsslinks {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 8pt; }

.DigestTitle {
    font-family: arial, helvetica, sans-serif;
    color : #004080;
    font-size : 14px;
	line-height : 24px;
    font-weight : bold; }

.FeedTitle {
    font-family:  arial, helvetica, sans-serif;
    color : #333333;
    font-size : 12px;
	line-height : 13px;
    font-weight : bold; }

a.FeedTitle {
    text-decoration : none; }

a.FeedLink:hover   {
    color : #555555; }

a.FeedLink {
    color : #000000; }

.FeedDescription {
    font-family:  arial, helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
    text-decoration : none;  }

.FeedLink {
    text-decoration : none;}


.title {
     font-size : 18px;
     color : #333333;
     font-family : verdana, trebuchet ms, arial, sans-serif;
     font-weight : bold;
     font-style : italic;
     border-style : solid;
     border-color : #3366cc;
     border-bottom-width : 1px;
     border-top-width : 0px;
     border-left-width : 0px;
     border-right-width : 0px; }

.2ndline {
     font-size : 12px;
     font-style : italic;
     font-face : helvetica, arial, verdana;
     color : #333333; }

.headline {
    font-family: arial, helvetica, sans-serif;
    color: #004080;
    font-size: 18px;
    font-weight: bold; }

.subheadline {
    font-family: arial, helvetica, sans-serif;
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    font-style : italic; }

.address {
    font-family: arial, helvetica, sans-serif;
    color : #666666;
    font-weight: bold;
    font-size : 8pt; }

.body {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 10px; }

.sitename {
    font-family: arial, helvetica, sans-serif;
    color : #ffffff;
    font-weight: bold;
    font-size : 16pt; }

.caption {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 10px; }

.pullquote {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }

.credit {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }

.bottom_links {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    text-align : center; 
    color : #5c7f97; }

a.bottom_links {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    text-align : center; 
    color : #5c7f97; }

a.bottom_links:hover {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    text-align : center; 
    color : #456D89; }

.footer {
    font-family : arial, helvetica, verdana;
    font-size : 8pt;
    color : #5c7f97;
    text-align : center; }

a.footer {
    font-family : arial, helvetica, verdana;
    color : #5c7f97; }

a.footer:hover {
    font-family : arial, helvetica, verdana;
    color : #456D89; }

.whatsnew-title { 
    font-family:  arial, helvetica, sans-serif;
    color : #3271B6;
    font-size : 12px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.whatsnew {
    font-family:  arial, helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
    text-decoration : none; }

.whatsnew:hover {
    color : #666666; }

.eventsnew-title { 
    font-family:  arial, helvetica, sans-serif;
    color : #3271B6;
    font-size : 12px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.eventsnew {
    font-family:  arial, helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
    text-decoration : none; }

.eventsnew:hover {
    color : #666666; }

.subpages-description {
    font-family:  arial, helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
    text-decoration : none; }

.subpages-description:hover {
    color : #666666; }

.navlinks {
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none; }

a.navlinks {
	color: #555555;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
        padding: 0px; }

a.navlinks:hover {
	color: #777777; }

.navlinks2 {
	color: #777777;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
        text-decoration: none; }

a.navlinks2 {
	color: #777777;
	font-family: arial, helvetica, sans-serif;
        text-decoration: none;
        padding: 0px; }

a.navlinks2:hover {
	color: #999999; }

.vertical-links {
    color : #043A60;
	text-decoration : none;
	font-family : arial, helvetica, verdana;
	font-weight : bold;
    font-size: 9pt;
        line-height : 18px;
	max-height : 40px; }

.vertical-links:hover {
    color : #5A7E96; }

a   {
    color : #005896;
    font-family : arial, helvetica, verdana; }

a:hover   {
    color : #0179BE; }


.printlink {
    font-family : arial, helvetica, verdana;
    color: #666666;
    font-size : 8pt; }

a.printlink {
    font-family : arial, helvetica, verdana;
    color: #666666;
    font-size : 8pt; }

a.printlink:hover {
    font-family : arial, helvetica, verdana;
    color: #999999;
    font-size : 8pt; }

.system {
	color : #000000;
        font-size : 10pt;
   	font-face : arial, helvetica, verdana; }

.syssmall {
	font-size : 8pt;
   	font-face : arial, helvetica, verdana;
   	color : #000000; }

.bodysmall {
	font-size : 8pt;
        color : #000000;
   	font-face : arial, helvetica, verdana; }

.bodysmallgrey {
	font-size: 8pt;
   	font-face: arial, helvetica, verdana;
   	color: #000000; }
table { 
    font-family:  arial, helvetica, sans-serif;
    font-size: 10pt; }

.GalleryTitle {
    font-family : arial, helvetica, verdana;
    font-size : 10pt;
    font-weight: bold;
	color : #113ecb; }

.GalleryNavigation {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 20pt;
	color : #295E96; }


a.forum:link {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:visited {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:hover {
        color : #555555;
        text-decoration : none;
        font-size: 10pt; }

a.forum:active {
        text-decoration : underline;
        color : #0a5593;
        font-size: 10pt; }

.forum_title {
    font-family: arial, helvetica, sans-serif;
    color: #043A60;
    font-size: 18px;
    font-weight: bold; }

.forum_intro {
    font-family:  arial, helvetica,
    sans-serif;
    font-weight:normal;
    font-size: 11pt; }

.forum_table {
    font-family:  arial, helvetica,
    sans-serif;
    font-size: 10pt; }

.forum_td {
     font-family:arial; font-size:9pt;
     color:#666666;
     background-color:#ffffff; }

.flat {
     background-color:#CCCCCC; }

.table_header {
     background-color:#043A60;
     color:#ffffff; font-family:arial;
     font-size: 10pt; }

.latest_post {
     font-family:arial;
     font-size:8pt;
     color:#000000; }

.latest_post_link {
      background-color:#ff9966;
      color:#000000;
      font-size:9pt;
      font-family:arial;
      border: solid 1px #000000;
      text-decoration:none; }

.new {
      font-family:verdana;
      font-size:7pt;
      color:#ff0000;
      font-weight:bold; }

.notnew {
      font-family:verdana;
      font-size:7pt;
      color:#555555; }

.message {
      border-bottom:solid 1px #000000;
      background-color:#CCCCCC;
      font-size : 10pt }

.highlight {
      background-color:#CCCCCC; }

.quote {
      padding:5px;
      border:solid 1px #000000;
      background-color:#e6e6e6;
      color:#000000; }

.pollquestion{
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
