/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	text-align: center;
	min-width: 944px;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: arial, helvetica;
	font-size: 12px;
	color:#04254D ;
 	margin:0px;
	padding:0px;
	background:white;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
	font-family: arial, helvetica;
	font-size: 12px;
	color:#04254D ;
 	margin:0px;
	padding:0px;

}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* ******************************** */

.prop {
	float:right;
	width:0px;
	border:0px;
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
	height:0px;
    	overflow:hidden;
}


/* ******************************** */

/* CSS elements to force container box to extend below the floated elemets */ 
/* From: http://www.positioniseverything.net/easyclearing.html */ 
/* .cleafix class is applied to the container box */ 

.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
} 
.clearfix { 
        display: inline-table; 
} 
/* Hides from IE-mac \*/ 
* html .clearfix { 
        height: 1%; 
} 
.clearfix { 
        display: block; 
} 
/* End hide from IE-mac */-->


/* ******************************** */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/* http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,fieldset/*,input*/
{ margin:0; padding:0 }


a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */



/* ******************************** */


/* ***************** 
New styles*/

div.rightside_image {
float: right;
padding-left: 10px;
margin-left: 10px;
margin-bottom: 10px;
text-align: left;
font-size: 0.9em;
font-style: none;
color: #464646;
}

.floatleft {
float: left;
margin-right: 15px;
}

.floatright {
float: right;
margin-left: 15px;
}

.highlightbox {
color: #000000;
width: 15em;
margin: 5;
padding:1em;
float: right;
background-color:#e3ecec;
}

/* 	stuff for forms without tables 
	width is put in inline to make this re-usable	*/

div.row {
  	padding-top: 5px;
}

div.row span.label {
  	float: left;
  	text-align: left;
}

div.row span.formw {
  	float: right;
  	text-align: left;
} 


/* ******************************** */

/* common stuff*/

body {
	font-family: arial, helvetica;
	font-size: 80%;
	color:#04254D ;
 	margin:0px;
	padding:0px;
	background:white;
}

img {
	border:0px;
}


input,select,textarea {
	xorder: 1px solid #817A7A;
	font-size: 12px;
	font-family: arial,helvetica;
}

h1 {
	font-family: arial;
	font-size: 150%;
}

h2 {
	font-weight:bold;
}


/* ******************************** */

/* all links */

a {
	color:#0000FF;
	text-decoration:underline;
	border-style: none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

a:active {
	color:#000000;
	text-decoration:underline;
	border-style: none;
}


/* ******************************** */

/* breadcrumb trail links */


a.crumbs {
	color:white;
	text-decoration:none;
}

a.crumbs:hover {
	color:#04254D;
	text-decoration:underline;
}

a.crumbs:active {
	color:#04254D;
	text-decoration:underline;
}






/* ******************************** */
/*									*/
/*   FED site styles Starts Here    */
/*									*/
/* ******************************** */


#enclosure {
	width:944px;
	margin-left:40px;
	text-align:center;
    margin-left: auto;
	margin-right: auto;

}

#topnavblock {

	width:98%;
	height:16px;
	margin-top:6px;
}

#topnavright{

	height:16px;
	float:left;
	color: #04254D;
}

#topnavleft {

	width:620px;
	height:16px;
	float:right;
	color: #04254D;
}

#bannerblock {

	width:98%;
	height:90px;
	margin-top:6px;
}

#topbanner {
	height:90px;
	width: 715px;
	float: right;
}

#topbanner a:hover{
cursor: default;
}

#fedlogo {

	width:158px;
	height:90px;
	float:left;
	vertical-align:top;
	padding-top: 2px;
}


#tabblock {
	gwidth:98%;
	margin-top:6px;
	height:28px;
	padding-top:9px;
	background-image:url(images/navfade.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	clear:both;
}

#tabstrip {

	height:28px;
	vertical-align: bottom;
}



#welcometop {

	width:100%;
	height:5px;
	margin:0;
	padding: 0;
	BACKGROUND-COLOR: #e3ecec;
}

#welcomefooter {

	width:100%;
	height:7px;
	margin-right:2pt;
	padding:0;
	background-color:white;
}

#welcomefooter2 {

	width:100%;
	height:7px;
	margin-right:0;
	padding:0;
	background-color:white;
}

.welcome {
	width:100%;
	margin:0;
	padding:0;
	background-position:bottom right;
	background-repeat:no-repeat;
	font-family: arial, helvetica;
	font-size: 100%;
}

.welcomenewsitem {

	width:100%;
	border-top:1px dotted #808CAC;
	padding:5px 10px;
	font-family: arial,helvetica;
	font-size: 100%;
}

.newsitem {
	width:100%;
	border-top:1px dotted #808CAC;
	padding:5px 10px;
	font-family: arial,helvetica;
	font-size: 100%;
}

.PartnerLogos
{
	width:100%;
	border-top:1px dotted #808CAC;
	padding:5px 10px;
	font-family: arial,helvetica;
	font-size: 100%;
}

#mainblock {

	width:926px;
	margin-top:10px;
}

#leftblock 
{
width:715px;
margin-right: 8px;
float: left;
text-align:left;
}

#leftblockx
{
	text-align: left;
}

#rightblock {
	width:198px;
	float:right;
	text-align:left;
}


#loginsearch {

	width:198px;
	font-weight:bold;
}
#loginsearch a {
	text-decoration: none;
	color: white;
}

#logintop {

	background-color:#808CAC;
}

#logintitle {

	width:198px;
	height:20px;
	background-color:#808CAC;
	color:white;
	font-size: 95%;
}
.WelcomeUserprompt
{
	font-weight: normal;
}

#searchbox {

	border-top:1px dotted white;
	background-color:#677799;
	color:white;
}

#searchbottom {

	background-color:#677799;
}

#inbusiness {

	width:198px;
}

#regionstop {

	width:198px;
	height:5px;
	background-color:#04254D;
}

#regions {

	width:198px;
	background-image:url(images/regionsmap3.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#04254D;
	color:white;
}

#regions A, #regions A:Active, #regions A:Visited, #regions A:Link
{
	text-decoration: none;
	color: white;
}

#regions A:Hover
{
	text-decoration: underline;
	color: white;
}

#regionsbottom {

	width:198px;
	height:7px;
	background-color:#04254D;
}

#campaigntop {

	width:198px;
	height:5px;
	background-color:white;
	margin-top:5px;
}

#campaign {

	width:198px;
	border-left:1px solid #677799;
	border-right:1px solid #677799;
}

#campaignbottom {

	width:198px;
	height:7px;
	background-color:white;
}

#footerblock
{
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	gwidth: 98%;
	margin-top: 10px;
	background-color:#04254D;
	height:20px;
	color: white;
}

#footerbarleft {
	float:left;
	padding-left:5px;
}

#footerbarright {
	float:right;
	text-align:right;
	padding-right:5px;
}

#insidetop {

	width:100%;
	height:5px;
	margin:0;
	padding:0;
	background-color:#808CAC;
}

#breadcrumbs {
	width:100%;
	border-left:1px solid #808CAC;
	border-right:1px solid #808CAC;
	background-color:#808CAC;
	color:white;
	padding-left:0px;
	padding-bottom:5px;
	text-align: left;
}

#breadcrumbs a{
	color: white;
	text-decoration: none;	
}

#contentblock {

	width:100%;
	border-left:1px solid #808CAC;
	border-right:1px solid #808CAC;
}

#contentblock td {
padding: 0px;
}

#insidecontentblock {

	width:100%;
	border-left:1px solid #808CAC;
	border-right:1px solid #808CAC;
}

#leftnav {
	float:left;
	padding:10px 0px 20px 5px;
}

#content {
	padding: 10px 10px 10px 20px;
}

.newstitle {
	color:#394D77;
	font-weight:bold;
}


.newstext {
	font-family: arial,helvetica;
	color:#04254D;
	font-weight:normal;
	font-size: 100%;
}

.newsdate {
	font-family: arial,helvetica;
	color:#394D77;
	font-weight:bold;
	font-size: 80%;
}
#navitem {

	border-top:1px dotted #4254D;
}



/* ******************************** */

/* sub-navigation */


a.subnav {
	color:#808CAC;
	text-decoration:none;
	font-size:12px;
}

a.subnav:hover {
	color:#04254D;
	text-decoration:underline;
	font-size:12px;
}

a.subnav:active {
	color:#04254D;
	text-decoration:none;
	font-size:12px;
}

/* current page link */

a.subnavon {
	color:#04254D;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

a.subnavon:hover {
	color:#04254D;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}

a.subnavon:active {
	color:#04254D;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}


/* third level nav */

a.lowernav {
	color:#04254D;
	text-decoration:none;
	font-size:12px;
	margin-left:10px;
}

a.lowernav:hover {
	color:#000000;
	text-decoration:underline;
	font-size:12px;
	margin-left:10px;
}

a.lowernav:active {
	color:#000000;
	text-decoration:none;
	font-size:12px;
	margin-left:10px;
}


/* footer bar nav */

a.footernav {
	color:white;
	text-decoration:none;
	font-size:12px;
}

a.footernav:hover {
	color:white;
	text-decoration:underline;
	font-size:12px;
}

a.footernav:active {
	color:white;
	text-decoration:none;
	font-size:12px;
}

a.footernav:link {
	color:white;
	text-decoration:none;
	font-size:12px;
}
a.footernav:visited {
	color:white;
	text-decoration:none;
	font-size:12px;
}
/* top bar nav */

a.topnav {
	color:#04254D;
	text-decoration:none;
	font-size:12px;
}

a.topnav:hover {
	color:#04254D;
	text-decoration:underline;
	font-size:12px;
}

a.topnav:active {
	color:#04254D;
	text-decoration:none;
	font-size:12px;
}


/* SideMenu  */
.MenuHdr
{ 
  padding-left: 10px; padding-bottom: 2px; 
  padding-top: 2px; cursor: default;
}

.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  text-decoration: none; color: #04254D; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}

.MenuCurrentPage
{
  color: #696969;
}

.currentItemHighlight {font-family: arial,helvetica;
	font-weight: bold; color: 333366;
}

.currentHeaderHighlight {font-family: arial,helvetica;
	font-weight: bold; color: 333366;
}

.MenuItem
{ 
  border-top:1px dotted #808CAC;
}

.MenuItem HR
{
  color: white;
}

.MenuHdr0
{ 
  display: none;
}



.MenuItem0
{ 
  padding-left: 10px; padding-bottom: 10px; 
  padding-top: 2px; cursor: default;  font-size: 80%; 
  border-top:1px dotted #808CAC;
}

.MenuItem0 A, .MenuItem0 A:Active, .MenuItem0 A:Hover, .MenuItem0 A:Visited, .MenuItem0 A:Link
{
  text-decoration: none; color: #04254D; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}


.MenuHdr1
{ 
  padding-left: 10px; padding-bottom: 5px; 
  padding-top: 5px; cursor: default;font-size: 80%; 
  border-top:1px dotted #808CAC;
}

.MenuHdr1 A, .MenuHdr1 A:Active, .MenuHdr1 A:Hover, .MenuHdr1 A:Visited, .MenuHdr1 A:Link
{
  text-decoration: none; color: #04254D; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}

.MenuItem1
{ 
  padding-left: 10px; padding-bottom: 5px;
  padding-top: 5px; cursor: default;font-size: 80%;
  border-top:1px dotted #808CAC;
}

.MenuItem1 A, .MenuItem1 A:Active, .MenuItem1 A:Hover, .MenuItem1 A:Visited, .MenuItem1 A:Link
{
  text-decoration: none; color: #04254D; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 

}

.MenuHdr2 
{
  font-weight: normal; padding-bottom: 5px; font-size: 80%;  padding-top: 5px;  
}
.MenuHdr2 A, .MenuHdr2 A:Active, .MenuHdr2 A:Hover, .MenuHdr2 A:Visited, .MenuHdr2 A:Link 
{
  display: block; padding-left: 20px; padding-bottom: 1px; cursor: pointer; color: #04254D;
  padding-top: 1px; text-decoration: none; 
}

.MenuItem2
{
  font-weight: normal; padding-bottom: 5px; font-size: 80%;  padding-top: 5px;  
}
.MenuItem2 A, .MenuItem2 A:Active, .MenuItem2 A:Hover, .MenuItem2 A:Visited, .MenuItem2 A:Link 
{
  display: block; padding-left: 20px; padding-bottom: 1px; cursor: pointer; color: #04254D;
  padding-top: 1px; text-decoration: none; 
}

.MenuItem3 
{
  font-weight: normal; padding-bottom: 5px; font-size: 80%;  padding-top: 5px;  
}
.MenuItem3 A, .MenuItem3 A:Active, .MenuItem3 A:Hover, .MenuItem3 A:Visited, .MenuItem3 A:Link 
{
  display: block; padding-left: 30px; padding-bottom: 1px; cursor: pointer; color: #04254D;
  padding-top: 1px; text-decoration: none; 
}


.SelectedItem0
{ 
  font-weight: bold;
}

.SelectedItem0 A, .SelectedItem0 A:Active, .SelectedItem0 A:Hover, .SelectedItem0 A:Visited, .SelectedItem0 A:Link
{
  text-decoration: none; color: #04254D; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}


.SelectedHdr1
{ 
  font-weight: bold;
}

.SelectedHdr1 A, .SelectedHdr1 A:Active, .SelectedHdr1 A:Hover, .SelectedHdr1 A:Visited, .SelectedHdr1 A:Link
{
  text-decoration: none; color: #04254D; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}

.SelectedItem1
{ 
  font-weight: bold;
}

.SelectedItem1 A, .SelectedItem1 A:Active, .SelectedItem1 A:Hover, .SelectedItem1 A:Visited, .SelectedItem1 A:Link
{
  text-decoration: none; color: #04254D; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 

}

.SelectedItem2
{
  font-weight: bold;
}

.SelectedItem2 A, .SelectedItem2 A:Active, .SelectedItem2 A:Hover, .SelectedItem2 A:Visited, .SelectedItem2 A:Link 
{
  display: block; padding-left: 20px; padding-bottom: 1px; cursor: pointer; color: #04254D;
  padding-top: 1px; text-decoration: none; 
}

.SelectedHdr2 
{
  font-weight: bold;
}

.SelectedHdr2 A, .SelectedHdr2 A:Active, .SelectedHdr2 A:Hover, .SelectedHdr2 A:Visited, .SelectedHdr2 A:Link 
{
  display: block; padding-left: 20px; padding-bottom: 1px; cursor: pointer; color: #04254D;
  padding-top: 1px; text-decoration: none; 
}

.SelectedItem3 
{
  font-weight: Bold;
}
.SelectedItem3 A, .SelectedItem3 A:Active, .SelectedItem3 A:Hover, .SelectedItem3 A:Visited, .SelectedItem3 A:Link 
{
  display: block; padding-left: 30px; padding-bottom: 1px; cursor: pointer; color: #04254D;
  padding-top: 1px; text-decoration: none; 
}


.EndMenu
{
 border-top:1px dotted #808CAC;
 margin-left: 1pt;
}

.PageHeader
{
 padding-bottom: 20px;
 font-weight: bold;
 color: #04254D;
 font-family: arial,helvetica;
 padding-left: 10px;
 font-size: 75%;
 text-transform: uppercase;
}

/* END OF MENU */

/* SITE MAP */


.SitemapHeader
{
 padding-bottom: 0px;
 font-weight: bold;
 color: #04254D;
 font-family: arial,helvetica;
 font-size: 100%;
}

.SitemapHdr
{ 
  padding-left: 10px; padding-bottom: 2px; 
  padding-top: 2px; cursor: default;
}

.SitemapHdr A, .SitemapHdr A:Active, .SitemapHdr A:Hover, .SitemapHdr A:Visited, .SitemapHdr A:Link
{
  text-decoration: none; color: #04254D; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}

.SitemapItem HR
{
  color: white;
}

.SitemapHdr0
{ 
  padding-left: 10px; padding-bottom: 10px; 
  padding-top: 40px; cursor: default;  font-size: 90%; 
}

.SitemapHdr0 A, .SitemapHdr0 A:Active, .SitemapHdr0 A:Hover, .SitemapHdr0 A:Visited, .SitemapHdr0 A:Link
{
  text-decoration: none; color: #04254D; padding-top: 20px;
  margin-bottom: 10px; cursor: pointer; display: block;  border-bottom: 5px;
  border-bottom:1px dotted #808CAC;
}


.SitemapItem0
{ 
  padding-left: 10px;  
  cursor: default;  font-size: 90%; 
}

.SitemapItem0 A, .SitemapItem0 A:Active, .SitemapItem0 A:Hover, .SitemapItem0 A:Visited, .SitemapItem0 A:Link
{
  text-decoration: none; color: #04254D; padding-top: 20px; padding-bottom: 5px;
  margin-bottom: 10px; cursor: pointer; display: block; border-bottom: 5px;
  border-bottom:1px dotted #808CAC;
}


.SitemapHdr1
{ 
  padding-left: 20px; cursor: default;font-size: 80%; 
}

.SitemapHdr1 A, .SitemapHdr1 A:Active, .SitemapHdr1 A:Hover, .SitemapHdr1 A:Visited, .SitemapHdr1 A:Link
{
  text-decoration: none; color: #04254D; padding-top: 5px;
  padding-bottom: 5px; cursor: pointer; display: block; padding-left: 20px;
}

.SitemapItem1
{ 
  padding-left: 20px; cursor: default;font-size: 80%;
}

.SitemapItem1 A, .SitemapItem1 A:Active, .SitemapItem1 A:Hover, .SitemapItem1 A:Visited, .SitemapItem1 A:Link
{
  text-decoration: none; color: #04254D; padding-top: 5px;
  padding-bottom: 5px; cursor: pointer; display: block; padding-left: 20px;

}

.SitemapItem2
{
  font-weight: normal; font-size: 80%;
}
.SitemapItem2 A, .SitemapItem2 A:Active, .SitemapItem2 A:Hover, .SitemapItem2 A:Visited, .SitemapItem2 A:Link 
{
  display: block; padding-left: 20px; padding-bottom: 5px; cursor: pointer; color: #04254D;
  padding-top: 5px; text-decoration: none; padding-left: 40px; 
}

.SitemapHdr2 
{ 
  padding-left: 20px; cursor: default;font-size: 80%;
}

.SitemapHdr2 A, .SitemapHdr2 A:Active, .SitemapHdr2 A:Hover, .SitemapHdr2 A:Visited, .SitemapHdr2 A:Link
{
  text-decoration: none; color: #04254D; padding-top: 5px;
  padding-bottom: 5px; cursor: pointer; display: block; padding-left: 40px;
}

.SitemapItem3 
{
  font-weight: normal; font-size: 80%;
}

.SitemapItem3 A, .SitemapItem3 A:Active, .SitemapItem3 A:Hover, .SitemapItem3 A:Visited, .SitemapItem3 A:Link 
{
  display: block; padding-left: 40px; ; padding-bottom: 5px; cursor: pointer; color: #04254D;
  padding-top: 5px; text-decoration: none; padding-left: 60px; 
}



/* main content styles */
.SiteContent
{
	font-size: 80%;
	font-family: arial,helvetica;
	font-weight: normal;
	color: #04254D;	
}

.SiteContent td
{
	font-size: 80%;
	font-family: arial,helvetica;
	font-weight: normal;
	color: #04254D;	
}

.SiteContent a:link
{
    color: blue;
    text-decoration:underline;
}

.SiteContent a:visited
{
    color: #04254D;	
    text-decoration:underline;
}

.SiteContent a:hover{
    color: #04254D;
    text-decoration:underline;
}

.SiteContent h1{
font-size: 170%;
color: #04254D;
font-weight: bold;
}

.SiteContent h2{
font-size: 125%;
color: #04254D;
font-weight: bold;
}

.SiteContent h3{
font-size: 110%;
color: #04254D;
font-weight: bold;
}

.SiteContent h4{
font-size: 110%;
color: #04254D;
font-weight: bold;
}

.SiteContent h5{
font-size: 100%;
color: #04254D;
font-weight: normal;
}

.SiteContent h6{
font-size: 100%;
color: #04254D;
font-weight: normal;
}

.SiteContent UL LI {
list-style-type: disc;
margin-left: 0px;
margin-bottom: 2px;
}

.SiteContent HR{
 color: #677799;
 height: 1px;
}

.SiteContent th h4{
font-size: 80%;
color: #04254D;
font-weight: bold;
}



/* Menu CSS Starts here */

/*Right Side bar on the submenu item menu*/
.mainmenu_menuarrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: hand;
	border-right: 0px solid #333333;
	border-bottom: 0px solid #333333;
	border-top: 0px solid #333333;
}

/*changes the background of the main menu bar*/
.mainmenu_menubar
{
	cursor: hand;
	background-color: #CCCCCC;
}

/**IGNORE **/
.mainmenu_menubreak
{
	border-bottom: 0px solid #404040;
	border-left: 0px solid #FF8080;
	border-top: 0px solid #FF8080;
	border-right: 0px solid #404040;
	color: White;
}

/*Changes background for the main menu */
.mainmenu_menucontainer
{
	border-bottom: 0px solid #336699;
	border-left: 0px solid #336699;
	border-top: 0px solid #336699;
	border-right: 0px solid #336699;
	color: white;
}

/*Left Side bar on the submenu item menu*/
.mainmenu_menuicon
{
	cursor: hand;
	background-color: #CCCCCC;
	border-left: 0px solid #333333;
	border-bottom: 0px solid #333333;
	border-top: 0px solid #333333;
	text-align: center;
	width: 16px;
	height: 21px;
	padding: 0px 3px 0px 3px;
}

/**Changes the color of a sub menu item */
.mainmenu_menuitem
{
	cursor: hand;
	color: white;
	font-family: arial,helvetica;
	font-size: xx-small;
	font-weight: normal;
	font-style: normal;
	border-left: 0px solid #333333;
	border-bottom: 0px solid #333333;
	border-top: 0px solid #333333;
	border-right: 0px solid #333333;
	padding: 0px 3px 0px 3px;
}

.mainmenuItemCSS td
{
	background: url(../../../../images/TabBgblue.gif);
	font-weight: bold;
	font-size: 12px;
	color: white;
	height: 28px;
}

.mainmenuItemSelCSS td
{
	background: url(../../../../images/TabBgblue.gif);
	font-weight: bold;
	font-size: 12px;
	color: #bbdbff;
	height: 28px;
}

.mainmenuItemSelected td
{
	background: url(../../../../images/TabBgWhite.gif);
	font-weight: bold;
	font-size: 12px;
	color: #04254D;
	height: 28px;
}


/**Changes the background of the selected menu item*/
.mainmenu_menuitemsel
{
	background-color: 0066CC;
	cursor: hand;
	color: b3cef3;
	font-family: arial,helvetica;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding: 0px 3px 0px 3px;
}

/**height of the main menu bar */
.mainmenu_rootmenuarrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: hand;
}

/**Background for the sub-menu item menu*/
.mainmenu_submenu
{
	cursor: hand; /*filter: progid:dximagetransform.microsoft.shadow(color= '#696969' , direction=135, strength=3);*/
	z-index: 1000;
	background-color: 0066CC;
	border-bottom: 0px solid #404040;
	border-left: 0px solid #FF8080;
	border-top: 0px solid #FF8080;
	border-right: 0px solid #404040;
	color: white;
}
/* Menu CSS Ends here */

.moduletitle_menuarrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: hand;
	border-right: #FFFfff 0px solid;
	border-bottom: #FFFfff 0px solid;
	border-top: #FFFfff 0px solid;
}
.moduletitle_menubar
{
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.moduletitle_menubreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.moduletitle_menucontainer
{
	border-bottom: #0000FF 0px solid;
	border-left: #0000FF 0px solid;
	border-top: #0000FF 0px solid;
	border-right: #0000FF 0px solid;
}
.moduletitle_menuicon
{
	cursor: hand;
	background-color: #CCCCCC;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.moduletitle_menuitem
{
	cursor: hand;
	color: #000000;
	font-family: arial,helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #FFFFFF 0px solid;
	background-color: transparent;
}
.moduletitle_menuitemsel
{
	cursor: hand;
	color: #bbdbff;
	font-family: arial,helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #224FAA;
}
.moduletitle_rootmenuarrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: hand;
}
.moduletitle_submenu
{
	cursor: hand;
	filter: progid:dximagetransform.microsoft.shadow(color= '#696969' , direction=135, strength=3);
	z-index: 1000;
	background-color: #FFFfff;
	border-bottom: #FFFfff 0px solid;
	border-left: #FFFfff 0px solid;
	border-top: #FFFfff 0px solid;
	border-right: #FFFfff 0px solid;
}


/* NHF styling */
.ViewCartItemColor
{
	color: white;
	font-size: 80%;
}

.cartImage
{
	width: 25px;
	background-image: url(../../../../images/cart_white.gif);
	background-repeat: no-repeat;
}
.ViewCart:link
{
	font-family: arial,helvetica;
	color: #336699;
	font-size: 100%;
	font-weight: bold;
}
.ViewCart:active
{
	font-family: arial,helvetica;
	color: #336699;
	font-size: 100%;
	font-weight: bold;
}
.ViewCart:visited
{
	font-family: arial,helvetica;
	color: #336699;
	font-size: 100%;
	font-weight: bold;
}

.ViewCart:hover
{
	font-family: arial,helvetica;
	color: #336699;
	font-size: 100%;
	font-weight: bold;
}
.SubHead{
	font-size: 100%;
}
.CommandButton
{
	font-size: 80%;
}

.TextLabelBold
{
	font-weight: bold;
	text-decoration: none;
}
.TextLabelNormal
{
	color: #04254D;
	text-decoration: none;
}
.TextLabelRequired
{
	color: Red;
	font-weight: bold;
	text-decoration: none;
}
#TextLabelBold
{	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

.tFormCreator TD
{
	font-size: 100%;
}

.FormCreatorMail TD
{
	font-size: 80%;
}
.google
{
	font-weight: normal;
	font-size: 90%;
}

p.g 
{
	margin-bottom:10px;
}

/* This is fudge fix for the HTML Edit Controls Preview where the "Normal" class is displayed too small : see EditHTML.ascx */
.zoom p
{
	font-size : 100%;
}

.TDGSfix .Normal
{
	font-size:13px;	
}

/*
#article  h1 
{
	font-size:115%;
}
*/

.unShrink TD
{
	font-size:100%;
}

.unShrink H4
{
	font-size:100%;
}

.nhfbasketsearch {
display:block;
overflow:hidden;
float:right;
text-align:right;
}

.nhfbasket {
/*border-right: 1px solid #000000;*/
width:208px;
gfloat:right;
margin-right:203px;
}

.nhfbasketinner {
margin-right:10px;}

.nhfbasketheader {
height:5px;
width:198px;
background-color:#D1D8E6;
}

.nhfbasketbody {
display:block;
overflow:hidden;
font-size: 90%;
padding:0px;
width:198px;
background-color:#D1D8E6;
}
.nhfbasketbodyinner {
padding:0px 5px;
}

.nhfbasketfooter {
height:5px;
width:198px;
background-color:#D1D8E6;
}

.basketheader {
font-weight:bold;
float: left;
margin-bottom:5px;
}

.nhfbasketline {
display:block;
overflow:hidden;
clear:both;
margin-bottom:5px;
}

.nhfbasketleft {
float: left;
}

.nhfbasketright {
float:right;
}

.nhfsearch {
display:block;
overflow:hidden;
gpadding:0px 5px;
float:right;
width:260px;
}

.nhfsearchinner {
margin-left:5px;
}

.nhfsearchtitle {
font-weight:bold;
margin-bottom:5px;
text-align:left;
}

.nhfsearchbody {
text-align:left;
}
.searchbox
{
	width:200px;
}


.myaccounttitle {
font-weight:bold;
margin-bottom:5px;

}

.divloggedout {
font-size: 90%;
}

.divloggedin {
font-size: 90%;
}

.divloggingin {
font-size: 90%;
}

.nhfmyaccountline .nhfmyaccountfield {
width:117px;
gfont-size: 90%;
}

.nhfmyaccountheader {
height:5px;
width:198px;
background-color:#D1D8E6;
}

.nhfmyaccount {
padding:0px 10px;
background-color:#D1D8E6;
}

.nhfmyaccountfooter {
height:5px;
width:198px;
background-color:#D1D8E6;
}

.nhfmyaccountline {
margin-bottom:5px;
}

.noscriptmenu
{
	background:transparent url(../../../../images/TabBgblue.gif) repeat scroll 0 0;color:white;font-size:12px;font-weight:bold;height:28px;
}

.noscriptmenu a, .noscriptmenu a:hover, .noscriptmenu a:visited
{
	color:White;
	text-decoration:none;
}

.searchbox
{
	width:200px;
}

.CheckBoxListSubjects
{
	border:solid thin black;
}

.googleministandardresult
{
	font-size:8pt;
}

.googleminiindentedresult
{
	padding-left:40px;
	font-size:8pt;
}

.googleminiresulthyperlink
{
}

.catnameinresults
{
	color : #DC5421;
}
.membersonlyhighlight
{
	
	float:right;background-color:#FDB934;padding:3px;padding-left:4px;padding-right:4px;font-weight:bold;
	
}

.acticlelistpagelink
{
	/*font-size:10px;*/
	text-decoration:none;
}

.acticlelistpagelinkselected
{
	/*font-size:11px;*/
	font-weight:bold;
	text-decoration:None;
}

.articlecheckboxlist
{
	BORDER-RIGHT:1px solid; 
	BORDER-TOP:1px solid; 
	/*OVERFLOW:auto; */
	BORDER-LEFT:1px solid; 
	WIDTH:650px; 
	BORDER-BOTTOM:1px solid; 
	/*HEIGHT:100px; */
	BACKGROUND-COLOR:#ffffee
}

/* news article layout */

.article {
	font-size: 80%;
	width:540px;
	border-top:1px dotted #808CAC;
	border-left:1px solid #808CAC;
	border-right:1px solid #808CAC;
	padding:5px 10px;
}

a.ArticleTitle { 
	text-decoration :none;
	color:#04254D;
	font-weight: bold;
	font-size: 105%;
}

a:link.ArticleTitle  {
	text-decoration: underline;
	color:#04254D;
	font-weight: bold;
	font-size: 105%;
}

a:link,a:active,a:visited.ArticleTitle {
	color:#04254D;
}




