Body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

TABLE.page_bg { width: 100%; height: 100%; background-color: #FFFFFF;}

TD.menu {padding-left: 5px; height: 47px; background-image: url(images/menu_repeat.gif); background-repeat: repeat-x;}

TD.content {padding: 13px 27px 13px 27px; height: 150px; background-image: url(images/content_bg.gif); background-repeat: repeat;}

/*-- Default font for website    --*/ 
.normal {
font-family: georgia;
color : #252525;
font-size: 12px;
font-weight: normal;
}

/*-- copyright / terms /privacy at bottom    --*/ 
TD.footer { height: 49px; font-family: georgia; color : #1b5790; font-size: 11px; font-weight: normal; background-image: url(images/footer_bg.gif); background-repeat: repeat-x;}

.footer A:link    {COLOR: #1b5790; FONT-SIZE: 11px; TEXT-DECORATION: none; font-family: georgia; font-weight: normal}
.footer A:visited {COLOR: #1b5790; FONT-SIZE: 11px; TEXT-DECORATION: none; font-family: georgia; font-weight: normal}
.footer A:hover   {COLOR: #0f3151; FONT-SIZE: 11px; TEXT-DECORATION: underline; font-family: georgia; font-weight: normal}

/*-- H1 (heading 1) style  --*/ 
H1 {font-family: georgia; color : #0d0f10; font-size: 16px; font-weight: bold; }

/*-- Default hyperlink style for site    --*/ 
a:link  	{color : #600505; font-family: georgia; text-decoration: underline; font-size: 11px; font-weight: normal;}
a:visited  	{color : #600505; font-family: georgia; text-decoration: underline; font-size: 11px; font-weight: normal;}
a:hover  	{color : #000000; font-family: georgia; text-decoration: underline; font-size: 11px; font-weight: normal;}



/*-- *** MAIN MENU STYLE SHEET CODE ***    --*/ 


/*-- box that holds the menu    --*/ 
.MainMenu_MenuContainer { background: transparent; padding: 0; }

/*-- bar that holds the menu    --*/ 
.MainMenu_MenuBar { cursor: pointer; cursor: hand; padding: 0; background: transparent;}

/*-- submenu container          --*/ 
.MainMenu_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 4 0 0 0px; background: #610f0f; padding: 0px; border: 0px solid #000000; font-weight: normal; opacity: 0.90; -moz-opacity:0.90; filter: alpha(opacity=90); }

/*-- sub menu items             --*/ 
.MainMenu_MenuItem { font-family: georgia; color: #FFFFFF; font-size: 12px; font-style: normal; 
padding: 3px 4px 3px 0px; 
border: 0;
height: 15px; 
}

/*-- submenu items hover        --*/ 
.MainMenu_MenuItemSel { font-family: georgia; color: #34caca; font-size: 12px; border-bottom:1px dashed #303534; cursor: pointer; cursor: hand; 
padding: 3px 4px 3px 0px; 
border: 0; 
height: 15px; 
background: transparent;
}

/*-- Active Main Menu Item    --*/ 
.MainMenu_TabRootMenuItemSel TD, .MainMenu_TabRootMenuItemSelHover TD{
height: 33px;
background-position: top;
font-weight:bold;
font-family: georgia;
font-size: 12px;
color: #34caca;	
padding:2px 6px 0 6px;
}


/*-- root menu TD               --*/ 
.MainMenu_RootMenuItem TD { text-align:right; padding: 0px 20px 0px 0px; }

/*-- root menu items            --*/ 
.MainMenu_RootMenuItem { font-family: georgia; color: #FFFFFF; font-size: 12px; font-weight: bold; font-style: normal; height: 22px; border:0; padding-right:15px }

/*-- menuitems idle             --*/ 
.MainMenu_Idle { color: #E6863C; background: transparent; padding-right: 12px; font-weight: bold; }

/*-- sub menu items over        --*/ 
.MainMenu_Selected { color: #FF0000; background-color: #FF0000; padding: 0; font-weight: bold; }

/*-- sub menu items active      --*/ 
.MainMenu_Active, .MainMenu_BreadcrumbActive { color: #E6863C; background-color: #FF0000; font-weight: bold; }

/*-- root menu items over       --*/ 
.MainMenu_RootSelected { color: #FF0000; background: transparent; background-image:url(images/menu_hilite.gif); background-repeat:no-repeat; padding-right: 10px; font-weight: bold; height: 22px; }

/*-- root menu TD over          --*/ 
.MainMenu_RootSelected TD{ text-align:right; padding: 0px 20px 0px 0px; }

/*-- root menu items over       --*/ 
.MainMenu_RootActiveSub { color: #E6863C; padding: 0; font-weight: bold; height: 22px; }

/*-- root menu TD over          --*/ 
.MainMenu_RootActiveSub TD{ text-align:right; padding: 0px 20px 0px 0px; }
/*-- root menu items active     --*/ 
.MainMenu_RootActive, .MainMenu_RootBreadcrumbActive { color: #E6863C; background-image:url(images/menu_hilite.gif); background-repeat:repeat-y; padding: 0; font-weight: bold; height: 22px; }

/*-- root menu TD active        --*/ 
.MainMenu_RootActive, .MainMenu_RootBreadcrumbActive TD{ text-align:right; padding: 0px 20px 0px 0px; }

/*-- not needed                 --*/ 
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenuSeperator  { display: none; }

/*-- removing seperator borders --*/ 
.MainMenu_MenuBreak { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; }


