
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.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;
		}
	}
	
	

body
{
	font-family:Arial, Helvetica, sans-serif;
	color:#111111;
	font-size:12px;
}

h1
{
	font-size:16px;
	font-weight:bold;
	margin-bottom: 10px;
	text-transform:uppercase;
}

h2
{
	font-size:14px;
	font-weight:bold;
	color:#CC6633;
}


h3
{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.bodysmallgrey {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
line-height:24px;  }

.resources_header {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:34px; }

.resources_list {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height: 20px; }
.feedtitle {
	color:#FD001A;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; }
.feedheadline {
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; }
.feeddescription {
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif; }
.mainheadline {
	color:#a00b0b; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:24px; }
.subheadline {
	color:#F8001C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:24px; }
.headline {
	color:#333333;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;}
.uppercase {
	color:#CC0E27;
  	text-transform:uppercase;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; }
.vertical-links {
	color:#a00b0b;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	line-height:20px; }
.searchbox {
	color:#6f6f6f;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
	border-style:solid;
	border-color:#557087;
	border-width:1px; }
.bar {
	color:#a00b0b; }
.links {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none; }
a.links:hover {
	text-decoration:underline; }
.bottom_links {
	color:#BFD1E2;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none; }
.bottom_links:hover {
	text-decoration:underline; }
.footer {
	color:#BFD1E2;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none; }
.footer:hover {
	text-decoration:underline; }
