
html
{
  overflow: scroll;
}

body
{
  /*background-color: #ffffcc;*/
  margin: 0;
  padding: 0;
}

a
{
  color: #000000;
  text-decoration: none;
}

a:hover
{
  border-bottom: 1px solid #000000;
}

.noborder:hover
{
  border-bottom: 0px;   /* used to negate a:hover for image links */
}


#HeaderArea,
#ContentArea,
#FooterArea
{
  position: relative;
  left: 0;
  top: 0;
}


#HeaderBox
{
  margin: 0;
  padding: 1em 0;
  font-family: Helvetica, Geneva, Arial, sans-serif;
  font-size: 11pt;
  color: #000;
  background-color: #fff;
}

#NavigationPane,
#FooterBox
{
  display: none;
}

#ContentBox
{
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 30em;
  height: auto;
  /*background-color: #ccffff;*/
}

#ContentPane
{
  position: relative; top: 0; left: 0%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 1em 0 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
}


#RSQE_Logo
{
  display: none;
  position: absolute; top: 2em; left: 1em;
}

#RSQE_Directors
{
  display: none;
  position: absolute; bottom: 1em; left: 10em;
}

#RSQE_Name
{
  text-align: center; font-size: 12pt;
}

#UM_EconDept
{
  display: none;
  position: absolute; bottom: 1em; right: 8em; text-align: right;
}

#UM_Logo
{
  display: none;
  position: absolute; top: .45em; right: .2em;
}


#UM_CopyrightNotice
{
  position: absolute; top: .25em; right: 1.5em;
}

#HeaderBox a,
#FooterBox a
{
  color: #000;
}



#NavigationPane ul
{
  list-style: none;
  display: block;
  margin: .5em 0 .75em .75em;
  padding: 0 0 0 .5em;
}

#NavigationPane li
{
  text-align: left;
  padding: 0;
  margin: 0;
  line-height: 2.25em;
  font-size: 12pt;
}

#NavigationPane .SubMenu
{
  margin: 0;
  padding-left: 1.25em;
}

#NavigationPane .SubMenuItem
{
  line-height: 1.7em;
  font-size: 11pt;
}

.CurrMenuItem
{
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}


.ContentTitle,
.ContentHomeTitle
{
  margin: 0;
  font-family: Helvetica, Geneva, Arial, sans-serif;
  font-weight: normal;
  color: #000000;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.ContentTitle
{
  padding: .7em 2em .6em 1.1em;
  font-size: 16pt;  /* 18pt */
  text-align: left;
}

.ContentHomeTitle
{
  padding: .8em 0 .7em 0;
  font-size: 14pt;  /* 16pt */
  text-align: center;
}

.ContentText
{
  margin: 0;
  padding: 1.2em 1.5em 1.25em 1.5em;
  font-size: 12pt;
  line-height: 1.3em;
  color: #000000;
}


.ContentText p
{
  margin: .3em 0 .75em 0;
  padding: 0;
}

.ContentText dl
{
  margin: 0;
  padding: 0;
}

.ContentText dt
{
  margin: .5em 0 0 0;
  padding: 0;
  font-family: Helvetica, Geneva, Arial, sans-serif;
  font-weight: normal;  /* bold */
}

.ContentText dd
{
  margin: .2em 0 1em 1em;
  padding: 0;
}

.ContentText ul,
.ContentText ol
{
  margin: .3em 0 .5em 2em;
  padding: 0;
}

.ContentText li
{
  margin: .1em 0 .25em 0;
  padding: 0;
}

sup
{
  position: relative;
  top: 0.0em;
  font-size: 75%;
  line-height: 0;
}

.ContactImage
{
  padding: .5em 0 .5em .5em;
  float: right;
}

.clear
{
  clear: both;
}

