body {   
     color: #0066ff; 
     background-color: #ffffff;  
     background-image: url('../../images/backgrounds/web.gif');  
}


/*  TYPE SELECTOR (for A element - the anchor tag) with pseudo class :LINK - an unvisted link */
/* ----------------------------------------------------------------------------------*/



#minWidthMozilla{
     min-width: 600px;
     background-color: #ffffff;
}

/* hack to create a minimum width in IE */
#minWidthIE {
     border: dotted #ffffff; 
}

/* font style (normal, italic, oblique ) font-variant (normal, small-caps)  font-weight (normal, bold) */
#topSpace  {  /*page title  div id=topSpace   */       
     color: #0088AA; 
} 

#contentBorder  {  /*    div id=contentBorder  */  
        
} 


/* marging-bottom controls bottom border */
/*    div id=contentBox  */  
#contentBox  {  
     color: #0088aa; 
}

.twoColumnBox  {  
     color: #0088aa; 
}

/* ******************************************** */ 

.horizontalSections  {  /* div class=horizontalSections */ 

}

.left {
}

.right {

}


li.topMenu {
    font-size: .96em;
}

li {
}

ul.right {
    text-valign: top;
}


IMG.hr {
     width: 552px; 
     height: 25px;
     border: 0px;
     padding-right: 0px;
}

div.hr {
     height: 50px;
     text-align: center;
     z-index: 1;
}


.returnToTop {
}

.dummyReturnToTop{
     color: #b5FFFF; 
}


#footer {
}


/* ******************************************** */

a:link {  /* controls link display */
     color: #ff0066;
}

a:visited {  /* controls link display */
     color: #cc00ff;
}

a:active {  /* controls link display */
     color: #0000ff;              
}

a:hover {  /* on IE only */
     color: #0000ff;              
}

.red { /*special emphasis*/
     color:  #009900;  
     font-weight: bold;
     font-size: .8em;
}

.special { /*special emphasis*/ 
     font-weight: bold;
     font-size: .8em;
}

