body
{
  background-color:   #ffffff;
  margin:             0px;
  font-family:        Verdana, Arial, Helvetica, sans-serif;
  font-size:          small;
}
.footer
{
  font-size:          x-small; 
  text-align:         center;
}
.breadcrumbs
{
  font-size:          x-small; 
}
a:link
{
  color:              #003366;
  text-decoration:    underline;
}

a:visited
{
  color:              #003366;
  text-decoration:    underline;
}

a:hover
{
  background:         #e6d8cf;
  color:              #806959;
  text-decoration:    none;
}
h1{
  font-size:          large; 
}


/* 
topNavMenu - is for the cell that holds the horizontal menu 
(about us, courses etc. at the very top of page 
*/
                                                     
.topNavMenu
{
  background-color:   #727ea3;
  color:              #ffffff;
  font-weight:        bold;
  font-size:          10pt;
  text-align:         right;
}

a:link.topNavMenu
{
  color:              #ffffff;
  text-decoration:    none;
}

a:visited.topNavMenu
{
  color:              #ffffff;
  text-decoration:    none;
}

a:hover.topNavMenu
{
  background:         #e6d8cf;
  color:              #806959;
  text-decoration:    none;
}

/* 
sideNavMenu - is for the vertical menu at the left of the page 
*/

a:link.sideNavMenu
{
  color:              #ffffff;
  font-weight:        bold;
  font-size:          10pt;
  text-decoration:    none;
}

a:visited.sideNavMenu
{
  color:              #ffffff;
  font-weight:        bold;
  text-decoration:    none;
}

a:hover.sideNavMenu
{
  background:         #e6d8cf;
  color:              #806959;
  font-weight:        bold;
  text-decoration:    none;
}


/* 
sideSubNavMenu - is for the vertical menu at the left of the page - sub items 
exmaple - items within 'about us' category - such as policies, directions, 
instructors etc
*/

a:link.sideSubNavMenu
{
  color:              #423E2E;
  /*font-weight:        bold;*/
  font-size:          10pt;
  text-decoration:    none;
}

a:visited.sideSubNavMenu
{
  color:              #423E2E;
  /*font-weight:        bold;*/
  text-decoration:    none;
}

a:hover.sideSubNavMenu
{
  background:         #e6d8cf;
  color:              #806959;
  /*font-weight:        bold;*/
  text-decoration:    none;
}



.hideMenu 
{
  display:none
} 
.showMenu 
{
  display:inline
}




/*
.aboutUsLinks
{
 display: none; 
}
*/




