
html
{
  overflow: scroll;
}

body
{
  background-color: #ffffcc;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

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

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

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

.bold
{
  font-weight: bold;
}

.indented
{
  text-align: left;
  padding: 8px 0 8px 32px;
}


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


#HeaderBox,
#ContentBox,
#FooterBox
{
  position: relative;
  margin: 0;   /* 8px */
  padding: 0;
}

#HeaderBox
{
  height: 104px;
  font-family: Helvetica, Geneva, Arial, sans-serif;
  font-size: 15px;
  color: #ffcf06;
  background-color: #005596;
}

#ContentBox
{
  min-height: 600px;
  height: auto;
  background-color: #ccffff;
  width: auto;
}

#FooterBox
{
  height: 21px;
  font-family: Helvetica, Geneva, Arial, sans-serif;
  font-size: 9pt;
  color: #ffcf06;
  background-color: #005596;
}

#NavigationPane
{
  position: fixed; left: 8px; top: 126px;
  width: 17%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Geneva, Arial, sans-serif;
  font-weight: bold;
  background-color: #ccffff;
}

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


#RSQE_Logo
{
  position: absolute; top: 27px; left: 14px;
}

#RSQE_Directors
{
  position: absolute; bottom: 14px; left: 146px;
}

#RSQE_Name
{
  position: absolute; top: 14px; left: 146px; font-size: 21px;   /* left: 26% */
  text-shadow: 1px 1px 1px #000;
}

#UM_EconDept
{
  position: absolute; bottom: 14px; right: 117px; text-align: right;
}

#UM_Logo
{
  position: absolute; top: 3px; right: 0px;
}


#UM_CopyrightNotice
{
  position: absolute; top: 3px; right: 18px;
}

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



#NavigationPane ul
{
  list-style: none;
  display: block;
  margin: 8px 0 12px 12px;
  padding: 0 0 0 6px;
}

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

#NavigationPane .SubMenu
{
  margin: 0;
  padding-left: 20px;
}

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

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


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

.ContentTitle
{
  padding: 22px 0 20px 21px;   /* 18px 0px 16px 21px; */
  font-size: 16pt;  /* 16 18pt */
  text-align: left;
}

.ContentHomeTitle
{
  padding: 22px 0 20px 0;   /* 20px 0 18px 0; */
  font-size: 16pt;  /* 14 16pt */
  text-align: center;
  font-style: italic;
}

.ContentConferenceTitle
{
  padding: 22px 0 20px 0;   /* 20px 0 18px 0; */
  font-size: 16pt;  /* 14 16pt */
  text-align: center;
}

.ContentText
{
  margin: 0;
  padding: 20px 24px 20px 24px;
  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 1em;
  float: right;
}

.clear
{
  clear: both;
}

