html {
  height:100%;
  margin:0px;
  padding:0px;

}

body { 	
	padding:0px; margin:0px;
	background-color: #3365AD; 
	height:100%;
	text-align:center;
}

table.full-height {
  height:100%;
  width:100%;
  margin:0px;
  padding:0px;
  background: transparent url("images/C100_off_to_right_Start.gif") repeat-x bottom center;
}



/*-------------------------------------*/
/* Skin Layout - content area          */
/*-------------------------------------*/

.menu_area {
	font-size:12px;
	font-family:  Arial, Helvetica, san-serif; 
    color:#ffffff;
}




.content_area { 
	width:731px; 
	background:#3365AD url("images/Content_body.gif") repeat-y top center;
}
.content_body { 
	background: transparent url("images/Content_top.gif") no-repeat top center;
	padding: 0px 65px 0px 50px;
}
.content_bottom {
	background:#3365AD url("images/Content_bottom.gif") repeat-y top center;
	height:85px;	
}


/* this is for the 02_contentPage html */
#page_top { 
	border-left:5px solid #FFFFFF; 
	border-top:5px solid #FFFFFF;
	background-color: #EA6B00;
	height:13px;
 }
#page_bottom { background: transparent url("images/bbottom01_bg.jpg")  no-repeat top left; height:110px; }
#page_trepeat{ background: transparent url("images/bbg.jpg") repeat-x top left;	height:110px; }
#page_brepeat{ background: transparent url("images/bbg.jpg") repeat-x top left;	height:110px; }

#content_bg {
	background: #ce7501 url("images/bbtop_bg.gif") repeat-x top left; 
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}


.breadcrumb_area {
    padding:55px 0px 10px 0px;
}
.breadcrumbcss, .breadcrumbcss a {
	font-size:11px;
	font-family: Arial, san-serif;
    color:#333333;
    text-transform: lowercase; 
}

.breadcrumbcss a { text-decoration: underline;color:#333333; text-transform: lowercase; }
.breadcrumbcss a:visited {color: #333333; text-decoration: underline; text-transform: lowercase; }
.breadcrumbcss a:hover { color: #ED1C24; text-decoration: underline; text-transform: lowercase; }



.sub_content, .sub_content a, .sub_content a:visited{
	font-family:  Arial, Helvetica, san-serif; 
    color:#666666;
    font-weight:bold;
   	font-size:11px; 
   	text-decoration: none;
}

.sub_content a:hover {
	 color:#ef8e1b;
}

.footer_text, .footer_text a, .footer_text a:visited {
	font-family:  Arial, Helvetica, san-serif; 
	font-size:10px; 
	color : #ffffff;
	text-decoration : none;
	padding: 3px 0px 3px 0px;
}


/*--------------------------------*/
/* 		MENU Style                */
/*--------------------------------*/

.MainMenu_MenuContainer {
	background-color: transparent;
    width:100%;
}

.MainMenu_MenuBar {}
.MainMenu_MenuArrow {	display: none }
.MainMenu_RootMenuArrow { 	display: none }
.MainMenu_MenuIcon { 	display: none }

.MainMenu_MenuBreak {
   	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	
}

.RootMenuItem TD {
    padding:0px 13px 0px 0px;
	font-family:  Arial, Helvetica, san-serif; 
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
    text-align:right;
	vertical-align:bottom;
}
.RootMenuItemSel TD {
    padding:0px 13px 0px 0px;
    font-family:  Arial, Helvetica, san-serif; 
    font-size:12px;
    font-weight:bold;
    color: #ef8e1b;  
    text-align:right;
    vertical-align:bottom;

}
.RootMenuItemHover TD {
    padding:0px 13px 0px 0px;
    font-family:  Arial, Helvetica, san-serif; 
    font-size:12px;
    font-weight:bold; 
    color:#ffffff; 
    text-align:right;
	vertical-align:bottom;

}


.MainMenu_MenuItem {
    padding: 5px 25px 5px 15px;
    border:0pt none;
    font-size: 11px; 
    color: #333333;
	font-weight: normal;  
	font-family:  Arial, Helvetica, san-serif; 
}
.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
}
.Submenu {
    cursor:pointer;
    margin-top: 0px;
    margin-left: -2px; 
    z-index: 1000;
	margin:0px 0px 0px 0px;
    font-size: 11px; 
    color: #000;
    font-weight: normal; 
	background: #cdcdcd; 
	font-family:  Arial, Helvetica, san-serif; 
}
.submenuitemselected, .Submenuitembreadcrumb {
    padding: 5px 25px 5px 15px;
    border:0pt none;
    margin-top: 0px;
    margin-left: 0px; 
    font-size: 11px; 
    color: #FFFFFF;
	font-weight:normal; 
	background: #B57128; 
	font-family:  Arial, Helvetica, san-serif; 
}


