.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;
	}
}

/*******************************************************************************

 HORIZONTAL LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0 auto;
	padding: 0;
	font-family: arial,helvetica,verdana;
	font-size: 11px;
	list-style-type: none;
	cursor: default;
	width: auto;
	*width: 618px;
	z-index: 5;
}


/* 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;
	font-family: arial,helvetica,verdana;
}

/* Menu item containers, position children relative to this container and are a fixed width */

ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: arial,helvetica,verdana;
	font-size: 11px;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: auto;
	float: left;
	z-index: 5;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 17em;
	position: absolute;
	left: -1000em;
	font-family: arial,helvetica,verdana;
	font-size: 11px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 17em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: none;
	font-family: arial,helvetica,verdana;
}
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	background-color: #00467F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	z-index: 5;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 3px 10px;
	color: #FFFFFF;
	background-color: #00467F;
	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: #9DAECE;
	color: #00467F;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	text-decoration: none;
	background-color: #9DAECE;
}


/* Submenus with no child pages - background  */

ul.MenuBarHorizontal ul a {
	background-image: none;
	font-family: arial,helvetica,verdana;
	font-size: 12px;
	text-transform: none; 
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #BAC2C8;
	color: #00467F;
}


/*******************************************************************************

/*******************************************************************************

 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.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../../../images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../../../images/SpryMenuBarRight.gif);
	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.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../../../images/SpryMenuBarDownHover.gif);
	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.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../../../images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************/

/* Note that these below will be used only IE */
*ul.MenuBarHorizontal ul ul
{
	
position: absolute;
text-align: center;
background-color: #00467F;
}
*ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
      background-color: #b4c9c0;
      color: #FFFFFF
}

*ul.MenuBarHorizontal li a
{
	text-align: center;
background-color: #00467F;
}

/*******************************************************************************

 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.MenuBarHorizontal 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 */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background-color: #00467F;
		position: static;
	}
}

.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 : #2c3565;
    font-size : 14px;
	 line-height : 24px;
    font-weight : bold; }
.FeedTitle {
    font-family:  arial, helvetica, sans-serif;
    color : #434e83;
    font-size : 12px;
	 line-height : 13px;
    font-weight : bold; }
a.FeedTitle {
    text-decoration : none; }
a.FeedLink:hover   {
    color : #69749f; }
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: Georgia, helvetica, sans-serif;
    color: #0d3b73;
    font-size: 18px;
    font-weight: bold; }
.subheadline {
    font-family: arial, helvetica, sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    font-style : italic; }

.subpages {
    font-family:  Georgia, helvetica, sans-serif;
    color : #0d3b73;
    font-size : 8pt;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.address {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 8pt; }

.sitename {
    font-family: arial, helvetica, sans-serif;
    color : #93060b;
    font-weight: bold;
    font-size : 18pt; }
.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 : #FFFFFF; }
a.bottom_links {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    text-align : center; 
    color : #FFFFFF; }
a.bottom_links:hover {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    text-align : center; 
    color : #DDDDDD; }

.footer {
    font-family : arial, helvetica, verdana;
    font-size : 8pt;
    color : #FFFFFF;
    text-align : center; }
a.footer {
    font-family : arial, helvetica, verdana;
    color : #FFFFFF; }
a.footer:hover {
    font-family : arial, helvetica, verdana;
    color : #DDDDDD; }

.whatsnew-title { 
    font-family:  arial, helvetica, sans-serif;
    color : #434e83;
    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; }
.eventsnew-title { 
    font-family:  Georgia, helvetica, sans-serif;
    color : #0d3b73;
    font-size : 8pt;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.eventsnew {
    font-family:  Georgia, helvetica, sans-serif;
    color : #000000;
    font-size : 8pt;
    text-decoration : none; }

.navlinks {
	color : #FFFFFF;
   font-family : arial, helvetica, verdana;
	font-size: 7pt;
	font-weight : bold;
   text-decoration: none; }
a.navlinks {
	color : #FFFFFF;
   font-family : arial, helvetica, verdana;
	font-weight : bold;
   text-decoration: none;
   padding: 3px;
        
}
a.navlinks:hover {
	color: #FFFFFF;
}

a   {
    color : #0d3b73;
    font-family : arial,helvetica,verdana; }
a:hover   {
    color : #63696b; }

.printlink {
    font-family : Georgia, helvetica, verdana;
    color: #0d3b73;
    font-size : 8pt; }
a.printlink {
    font-family : Georgia, helvetica, verdana;
    color: #0d3b73;
    font-size : 8pt; }
a.printlink:hover {
    font-family : Georgia, helvetica, verdana;
    color: #0d3b73;
    font-size : 8pt; }
.printlink_pipes {
    color: #000000;
}
.system {
	font-size : 10pt;
   font-family : arial, helvetica, verdana;
 }
.syssmall {
	font-size : 8pt;
   font-family : arial, helvetica, verdana;
  	color : #000000; }
.bodysmall {
    font-size : 8pt;
    color : #000000;
   font-family : arial, helvetica, verdana;
}
.bodysmallgrey {
	font-size: 8pt;
   font-family : arial, helvetica, verdana;
  	color: #000000; }
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #d4d8db;
}
.Footer_Address {
	color : #FFFFFF;
   font-family : arial, helvetica, verdana;
	font-size: 8pt;
	font-weight : bold;
   text-decoration: none;
}
img.SideFlameHome {
	position: absolute;
	left: -35px;
	top: 53px;
	z-index: 1;
}
img.SideFlame {
	position: absolute;
	left: -40px;
	bottom: 0px;
	z-index: 1;
}
.TableFlame{
	width: 113px;
	display: block;
	overflow: hidden;
}

.TableFlameImage{
	position: fixed;
	left: -40px;
	top: -52px;
	z-index: 1;
}
.FlameImage{
	position: absolute;
	left: -40px;
	top: -52px;
	z-index: 1;
}

.FlameDiv
{
	position: relative;
	margin: 0 auto;
	left: 10px;
	bottom: -12px;
	overflow: hidden;
}
