/* CSS Document */
body{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
}
.page_bg{
background:#1B375F;
width:100%;
height:100%;
}

h1{
color:#1E426C;
}

TD.footer {
font-family: tahoma, sans-serif;
color : #FFF;
font-size: 11px;
font-weight: normal;
}

.footer A:link    {COLOR: #FFF; FONT-SIZE: 11px; TEXT-DECORATION: none; font-family: tahoma, sans-serif; font-weight: normal}
.footer A:visited {COLOR: #FFF; FONT-SIZE: 11px; TEXT-DECORATION: none; font-family: tahoma, sans-serif; font-weight: normal}
.footer A:hover   {COLOR: #FFF; FONT-SIZE: 11px; TEXT-DECORATION: underline; font-family: tahoma, sans-serif; font-weight: normal}

TD.e2place {
font-family: tahoma, sans-serif;
color : #D1D1D1;
font-size: 10px;
font-weight: normal;
}

.e2place A:link    {COLOR: #D1D1D1; FONT-SIZE: 10px; TEXT-DECORATION: none; font-family: tahoma, sans-serif; font-weight: normal}
.e2place A:visited {COLOR: #D1D1D1; FONT-SIZE: 10px; TEXT-DECORATION: none; font-family: tahoma, sans-serif; font-weight: normal}
.e2place A:hover   {COLOR: #D1D1D1; FONT-SIZE: 10px; TEXT-DECORATION: underline; font-family: tahoma, sans-serif; font-weight: normal}


/*-- box that holds the menu    --*/ 

.MainMenu_MenuContainer { background: transparent; padding: 0; text-transform:uppercase;}



/*-- bar that holds the menu    --*/ 

.MainMenu_MenuBar { cursor: pointer; cursor: hand; padding: 0; background: transparent; text-transform:uppercase;}



/*-- submenu container          --*/ 

.MainMenu_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 0px; background: #1E426C; padding: 4px; font-weight: 100; opacity: 0.90; -moz-opacity:0.90; filter: alpha(opacity=90);}



/*-- sub menu items             --*/ 

.MainMenu_MenuItem {font-family:Arial, Helvetica, sans-serif; color: #ffffff; font-size: 14px; font-weight: 100; font-style: normal; 
padding: 0px 3px 0px 0px; 
border: 0;
height: 27px; 
}



/*-- submenu items hover        --*/ 

.MainMenu_MenuItemSel { font-family:Arial, Helvetica, sans-serif; color: #ffffff; font-size: 14px; font-weight: 100; cursor: pointer; cursor: hand; 
padding: 0px 3px 0px 0px; 
border: 0; 
background: #A1A37B; 
height: 27px; 
}




/*-- root menu TD               --*/ 

.MainMenu_RootMenuItem TD { text-align:right; padding: 0px 20px 0px 0px; width:155px; }



/*-- root menu items            --*/ 

.MainMenu_RootMenuItem { font-family:Arial, Helvetica, sans-serif;font-weight:100; width:175px; color: #ffffff; font-size: 11px; font-style: normal; height: 22px; border:0; width:155px; }



/*-- menuitems idle             --*/ 

.MainMenu_Idle { color: #909C94; background: transparent; width:175px; padding: 0;}



/*-- sub menu items over        --*/ 

.MainMenu_Selected { color: #909C94; background: transparent; width:175px; padding: 0;}



/*-- sub menu items active      --*/ 

.MainMenu_Active, .MainMenu_BreadcrumbActive { color: #ffffff; width:175px; background: transparent;}



/*-- root menu items over       --*/ 

.MainMenu_RootSelected { color: #909C94; background: transparent; width:175px; background-image:url(menu_hilite.gif); background-repeat:no-repeat; padding: 0; font-weight:100; height: 22px; }



/*-- root menu TD over          --*/ 

.MainMenu_RootSelected TD{ text-align:right; padding: 0px 20px 0px 0px; }



/*-- root menu items over       --*/ 

.MainMenu_RootActiveSub { color: #ffffff; padding: 0;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: #ffffff; background-image:url(menu_hilite.gif); background-repeat:repeat-y; padding: 0; 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; }


