/* ============================================================	*/
/* Cascading Style Sheet for ITC Web Site files 		*/
/* ============================================================	*/

/* ============================================================ */
/*Body	 	*/
/* ============================================================ */
/* body		{ font-size: 75%; line-height: 125%; font-family: Verdana, Arial, Helvetica,} */

/* BODY 		{ background-color: #CCFFFF } */
/* BODY 		{ background-color: #F0F0F0}  */

/* <BODY LINK=#0000FF VLINK=#0000FF BGCOLOR=#CCFFFF>	*/

body {
  margin : 0;
  padding : 0;
  /* background-color : #eeeeee; */
  /* background-image:url('BackGrounds/lgrey005.jpg'); */
  color : #f0f0f0;

  font-family:sans-serif; 
  font-size:10px;
  color: #000088;
}

/* ============================================================ */
/* CSS for ITC banner - START                                   */
/* ============================================================ */
  #banner {
    position: relative;
    width:48em;
    height:10em;
    margin-top:0em;
    border:0px solid #000;
    margin-left: auto;
    margin-right: auto;
  }

  #bannerL {
    float:left;
    width:auto;
    height:auto;
    border:0px solid #000; 
    padding-top:0px;
    margin-top:1em;
    margin-left:4em;
    margin-right:auto;
  }

  #bannerR {
    float:left;
    width:30em;
    height:auto;
    border:0px solid #000; 
    margin-left:1em;
    margin-top:10px;
    margin-right: 2em;
  }
/* ============================================================ */
/* CSS for ITC banner - END                                     */
/* ============================================================ */


/* ============================================================ */
/* CSS for menu - START                                         */
/* ============================================================ */
div#menuBlock {
  position:relative;
  width:40em;
  height:3em;
  border:0px solid #000; 
  padding-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

ul {
  padding: 0;
  margin: 0;
  float: left;
  z-index: 500;
}

ul#topmenu {
  width:10em;
}

ul li { /* sub menu items */
  list-style: none;
  border-width: 1px 1px 1px 1px;
  position: relative;
  margin: 0;
  padding: 0;
}

ul li:hover > ul {
  display: block;
  position: absolute;
  top:0px;
  left: 100%;
}

ul#topmenu > li:hover > ul {
  width: 18em;
  top: 2em;
  left: 3px;
}

ul#topmenu li a:hover {
  /* background: #ffffff; /* white */
  background: #9bbbcc; /* grayish blue */
  color: #a00;
}

ul ul {
  display: none;
  position: absolute;
  width: 15em;
}

li a {
  font: normal 12px sans-serif;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #ccc #ccc #ccc;
  margin: 0;
  padding: 2px 2px;
  /* background: #efefef; */
  background: #dddddd;
  text-decoration: none;
  text-align: center;
  color: #000080;
}

li.sub > a {
  font-weight: bold;
  /* background: #eeeeee; /* same as body background */
  background: #dddddd; /* a bit darker than body background */
  color: #000080;
}
/* ============================================================ */
/* CSS for menu - END                                           */
/* ============================================================ */

img.centered {
  display:block;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================ */
/* Default Anchors 	*/
/* ============================================================ */
<style type="text/css">


/*
a:link		{color: #0000FF; text-decoration: underline; }
*/



/* NOT USED  a:active	{color: #FF33CC;text-decoration: none; } */


/*
a:visited 	{color: #0000FF; text-decoration: underline; } 
a:hover		{color: #FF0000; text-decoration: none; text-decoration: underline; }  
*/


/* NOT USED  a:hover	{color: #800080; font-weight: bold; text-decoration: underline overline; } */
/* NOT USED  a:sidebar	{color: #339900; } */

/* ============================================================ */
/* Glossary Anchors 	*/
/* ============================================================ */

a.glossary:link		{color: #000000; text-decoration: none;} 
a.glossary:hover	{color: #0000FF; text-decoration: none;} 
a.glossary:visited 	{color: #0000FF; text-decoration: none;} 

</style>


