body {
	background:url(/portals/0/skins/main/background.jpg);
	background-repeat:repeat-x;
	background-color:#012099;
}
	
	
#navBackground {
	background:url(/portals/0/skins/main/navBackground.png); 
	background-repeat:repeat-x; 
	padding-top:12px;
}

#content {	
	padding-top:8px;
	height:200px;
tex-align:center;
	vertical-align:top;
	background-color:#FFF;
}

#bottomLeft {
	background:url(/portals/0/skins/main/bottomLeft.png);
	width:48px;
	vertical-align:top;	
}

#bottomBack {
	background-image:url(/portals/0/skins/main/bottomBackground.png); 
	background-repeat:repeat-x; 
	padding-bottom:20px;
	text-align:center;
}

#bottomRight {
	background:url(/portals/0/skins/main/bottomRight.png);
	width:48px;
	vertical-align:top;
}

.SeperatorMenu {
 color:#ffffff;
background:none;
}

/* NAVIGATION MENU */

.MainMenu_MenuContainer {
	background-color: transparent;
padding-top:10px;
}

.MainMenu_MenuBar {
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	background-color: Transparent;
	padding-bottom: 5px;
	font-style: 
}

.MainMenu_MenuIcon {
	display: none;
	cursor: pointer;
	background-image: url(subMenuBG.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	height: 25px;
}

.MainMenu_SubMenu {
	background-image: url(subMenuBG.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
	z-index: 1000;
	background-color: #0024ac;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.MainMenu_MenuBreak {
	border-bottom: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	background-color: Transparent;
	height: 25px;
}

.MainMenu_MenuItemSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: Transparent;
	text-decoration: underline;
	padding-bottom: 5px;
}

.MainMenu_MenuArrow {
	display: none;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 14px;
	cursor: pointer;
}


