.Heading1 {
	font-family: Arial Narrow,  Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #DC241F;
	text-decoration: none;
	text-align: left;


}
.Heading2 {
	font-family: Arial Narrow,  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
	line-height: normal;


}
H1 {
	font-family: Arial Narrow,  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DC241F;
	text-decoration: none;
	text-align: left;
	line-height: normal;

}
H2 {
	font-family: Arial Narrow,  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
	line-height: normal;

}
.Heading3 {
	font-family: Arial Narrow,  Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
	line-height: normal;
	}
.Heading4 {
	font-family: Arial Narrow,  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
	line-height: normal;



}
.buttons {
	font-family: Arial Narrow,  Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CC3333;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	bordercolordark: #990000
	bordercolorlight: #FFCCCC
}
a:link, a:visited, a:active{
	color:#990000;
	text-decoration: none;
	text-align: left;
}
a:hover{ 
	color:#CC3333;
	/*margin-left:2px;*/
}
.admin {
	font-family: Arial Narrow,  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #CC0000;
}
.minihead {
	font-family: Arial Narrow,  Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.minihead2 {
	font-family: Arial Narrow,  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.minii {
	font-family: Arial Narrow,  Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#000000;
	text-align: left;
}
.redminimenu {
	font-family: Arial Narrow,  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CC0000;
}
.reddropdown {
	font-family: Arial Narrow,  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	width: 150px;
	height: 20px;
}
body {
	font: Arial Narrow, Arial, Helvetica, sans-serif;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size:12pt;
}
.oneColElsCtr #container {

	margin: 0 auto;
	border: 0px;
	text-align: left;
}
.rightmenu tr {
color: #333;
}
.rightmenu td {
width:249;
line-height:14pt;
padding:  5px 0 5px 10px;
font: Arial Narrow, Arial, Helvetica, sans-serif;
font-family: Arial Narrow, Arial, Helvetica, sans-serif;
font-size: 11pt;
text-decoration:none;

}
.rightmenu select {
width: 225px;
font: Arial Narrow, Arial, Helvetica, sans-serif;
font-family: Arial Narrow, Arial, Helvetica, sans-serif;
font-size: 11px;
border:solid;
border-width: 1px;
border-color:#333;
padding-top: 3px;
color: #333;
}
.rightmenu a {
font: Arial Narrow, Arial, Helvetica, sans-serif;
font-family: Arial Narrow, Arial, Helvetica, sans-serif;
text-decoration:none;
color: #333;
}
.rightmenu a:hover, .rightmenu a:focus {
margin-left:0px;
color: #333;
}
.rightmenuhead {
width:250px;
color:#FFFFFF;
background-color: #f19d20;
font-weight: bold;
text-decoration:none;
}
#footmenu a {
font: Arial Narrow, Arial, Helvetica, sans-serif;
font-family: Arial Narrow, Arial, Helvetica, sans-serif;
text-decoration:none;
color: #999999;
font-size: 10pt;
}
#headblurb {
	font-size: 8pt;
	color: #666666;
}
.Accordion {
	border-left: solid 0px gray;
	border-right: solid 0px black;
	border-bottom: solid 0px gray;
	overflow: hidden;
}

/* 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;
}

/* 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: #EEEEEE;
	border-top: solid 0px black;
	border-bottom: solid 0px gray;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight:bold;
}

/* 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: scroll;
	margin: 0px;
	padding: 0px;
	height: 200px;
}

/* 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;
	padding:0 0 0 25px;
}

/* 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: #CCCCCC;*/
}
.AccordionPanelOpen .AccordionPanelTabHover {
	/*color: #CCCCCC;*/
}

/* 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: #EEEEEE;
}

/* 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: #CCCCCC;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{   
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* 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;
}
/* 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-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	/* width: 8em;
	width: 123px;*/ 
	float: left;
	
}
/* 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;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 123px;
	position: absolute;
	left: -1000em;
}
/* 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
{
	padding-left:10px;
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{	
	width: 123px;
}
/* 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: 0;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul

{ 	
	background-color: #f19d20;
	margin: 0;
	padding: 0  5px 5px 7px;
	
	border: 0px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{   
	background-color: #f19d20;
	font: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:11pt;
	display: block;
	cursor: pointer;
	padding: 0;
	color: #333333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #f19d20;
}
/* 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
{
		background-color: #f19d20;
	color: #FFF; 
}

/*******************************************************************************

 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-color: #f19d20;
	/* background-image: url(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-color: #f19d20;
	background-image: url(/SpryAssets/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(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(/SpryAssets/SpryMenuBarRightHover.gif);
	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.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;
		f\loat: left;
		background: #FFF;
	}
}