.PageBackground {
           
            background-color: #cc66cc;

}


.PageHeaderBackground {
          width: 745;
          height: 120;
          background-color: #ffffff;
 background-image: url(/Portals/11/images/header.gif);
background-repeat: no-repeat;
background-position: bottom   padding-left: 0px;
         padding-right: 0px;
         padding-top: 0px;

}

.PageMenuBackground {
          width: 745;
height: 20;
         background-color: #91007b;
          padding-left: 10px;
         
}

.PageContentBackground {
          width: 745;

          background-color: #ffffff;
}

.PagePanesTop {
          width: 745;
height: 0;
          background-color: transparent;
          padding-left: 6px;
         padding-right: 4px;
         padding-top: 6px;
}

.PagePanesLeft {
          width: 175;
          height:0;
          background-color: transparent;
         padding-left: 6px;
         padding-right: 4px;
         padding-top: 6px;

}

.PagePanesCentre {
          width: 100%;
height:0;
          background-color: transparent; 
         padding-left: 6px;
         padding-right: 4px;
         padding-top: 6px;


}

.PagePanesRight {
          width: 175;
          height:0;
          background-color: transparent;
         padding-left: 0px;
         padding-right: 2px;
         padding-top: 0px;
5
}

.PagePanesLower1 
{
          width: 745;
height:0;
          background-color: transparent;
 padding-left: 6px;
         padding-right: 4px;
         padding-top: 6px;

}


.PageFooterImage {
          width: 745;
           height: 0;
          background-color: #ffffff;
          
}

.PageFooterBackground {
          width: 745;
          height: 22;
}

 background-image: url(/Portals/20/images/footer.png);


.PageFooterText, .PageFooterText a:link, .PageFooterText a:hover, .PageFooterText a:selected, .PageFooterText a:visited, 

 {
    background-color: transparent;
    font-family: Trebuchet MS;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
    padding-left: 6px;
    padding-right: 4px;
       
}



.PageFooterText a:link

 {
    background-color: transparent;
    font-family: Trebuchet MS;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
    padding-left: 6px;
    padding-right: 4px;
       
}

.PageFooterText a:hover
{
    background-color: transparent;
    font-family: Trebuchet MS;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
    padding-left: 6px;
    padding-right: 4px;
       
}
.PageFooterText a:selected
{
    background-color: transparent;
    font-family: Trebuchet MS;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
    padding-left: 6px;
    padding-right: 4px;
       
}
.PageFooterText a:visited

{
    background-color: transparent;
    font-family: Trebuchet MS;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
    padding-left: 6px;
    padding-right: 4px;
       
}


/* MENU STUFF */

/* UNSELECTED TOP LEVEL MENU */
.RadMenu_Mac
{
 border: solid 0px transparent;
 border-bottom: 0px;
 line-height: 22px;
 color: #cc66cc;

}


.RadMenu_Mac .item .link
{
 text-decoration: none;
 font-weight: bold;
 line-height: 20px;
 color: #cc66cc;
 background: transparent;
 padding: 0px 0px;


}
/* SELECTED TOP LEVEL MENU */

.RadMenu_Mac .link:hover, 
.RadMenu_Mac .item .expanded,  
.RadMenu_Mac .focused   
   
{   
 color: #efefef;    
     background: transparent;
 padding: 0px 0px;
 font-family: Arial, Verdana, Sans-Serif;
  
}   


/* DROP DOWN MENU HIGHLIGHTED ITEM BACKGROUND COLOR */

.RadMenu_Mac .group
{
 background: #efefef;
 

} 

/*child items*/   
.RadMenu_Mac .group .link:hover,   
.RadMenu_Mac .group .focused,   
.RadMenu_Mac .group .expanded   
{   
    background: blue;   
    color: red; 


}  

.RadMenu_Mac .text
{
 font-size: 11px;
 padding: 0px 9px;
 font-family: Arial, Verdana, Sans-Serif;
 font-weight: bold;
 
}



/* DROP DOWN MENU BACKGROUND COLOR & FONT COLOR */
.RadMenu_Mac .group .link
{
 background: #91007b;
 float: left;
 _width: 140px; /* IE6 */
 min-width: 140px; /* IE7, Mozilla, Opera */
 text-align: left;
 color: #FFFFFF;
}

.RadMenu_Mac .group .text
{
 padding-left: 12px;

}


/* SUB MENU FONT ROLLOVER COLOR  */
.RadMenu_Mac .group .link:hover,
.RadMenu_Mac .group .focused,
.RadMenu_Mac .group .expanded
{
 color: #cc66cc;    
     background: transparent;
 padding: 0px 0px;
 font-family: Arial, Verdana, Sans-Serif;
 
}






