/* home */
/***New Styles***/
.tableMain
{
    margin-left:82px;
    margin-right:82px;
    width:860px;
    height:116px;
    border-collapse:collapse !important;
}
.banner
{
    background-image:url(ImagesDesert/Banner.gif);
    background-repeat:no-repeat;
    width:860px;
    height:116px;
    margin-left:82px;
    margin-right:82px;
}

.leftPane
{
    padding-top:15px;
    background-color:#036187;
    height:100%;
    width:160px;
    margin-left:82px;
    
}
.leftpanetext {
    padding:0px 10px 0px 10px;
}
.rightPane
{
    padding-top:15px;
    background-color:#CCCC9A;
    height:100%;
    width:160px;
    margin-right:82px;
}
.contentPane
{
     padding-top:15px;
     height:100%;
     width:540px;
}
.footer
{
    background-color:#a6a6a6;
    width:860px;
    height:18px;
    margin-left:82px;
}
.date
{
margin-top:-45px;
margin-right:228px;
float:right;
width:200px;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #006186 2px solid; 
	border-bottom: #006186 2px solid; 
	border-top: #006186 2px solid; 
	border-right: #006186 2px solid;
	background-color: Transparent;
}
.MainMenu_MenuItem td { /* this is to adjust the spacing of the menu*/
padding-left:5px;
padding-right:5px;	 
}
.MainMenu_MenuItemSel td { /* this is to adjust the spacing of the menu*/
padding-left:5px;
padding-right:5px; 
}
.MainMenu_MenuIcon {
display:none
}
.MainMenu_SubMenu {
	cursor: pointer; 
	cursor: hand; 
	background-color: #006186; 
	padding: 3px 8px 3px 0px;
	line-height:16px;
}
.MainMenu_MenuBreak {
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #F89D0E; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	border-left: #006186 2px solid; 
	border-bottom: #006186 2px solid; 
	border-top: #006186 2px solid; 
	border-right: #006186 2px solid;
	background-color: transparent;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border: #006186 0px solid;
	display: none;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border: #006186 0px solid;
	display: none;
}



