body {   
     color: #0088aa; 
     background-color: #b5FFFF;  
     background-image: url('../../images/backgrounds/eye3.gif');  
}


/*  TYPE SELECTOR (for A element - the anchor tag) with pseudo class :LINK - an unvisted link */
/* ----------------------------------------------------------------------------------*/



#minWidthMozilla{
     min-width: 600px;
     background-color: #b5FFFF;
}

/* hack to create a minimum width in IE */
#minWidthIE {
     border: dotted #b5FFFF; 
}

/* 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; 
     background-color: #99ffff;
}

/* ******************************************** */ 

.horizontalSections  {  /* div class=horizontalSections */ 
}

.left {
 
}

.right {

}


li.topMenu {
}

li {
}


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: #cc0099;
}

a:visited {  /* controls link display */
     color: #ee9900;
}

a:active {  /* controls link display */
     color: #0000ff;              
}

a:hover {  /* on IE only */
     color: #0000ff;              
}

.red { /*special emphasis*/
     color:  #ff0000;  
     font-weight: bold;
}

