/* Start of CMSMS style sheet 'RAMEZ2008 - Sidebar' */
#sidebar
{
  float: left;
  position: relative;
  top: 45px;
  left: 25px;
  width: 183px;
  padding: 0px 0px 45px 0px;
  overflow: hidden;
}
#sidebar p
{
  color: rgb(255,255,255);
  text-align: center;
}
#sidebar a,
#sidebar a:link,
#sidebar a:active,
#sidebar a:visited,
#sidebar a:visited:active
{
  color: rgb(255,255,255);
  text-decoration: none;
}
#sidebar a:hover,
#sidebar a:visited:hover
{
  color: rgb(255,255,255);
  font-style: italic;
  text-decoration: none;
}
#sidebar img
{
  border: 2px groove rgb(255,255,255);
}
.sidebar_header
{
  position: relative;
  top: 0px;
  left: 0px;
  height: 45px;
  width: 183px;
  background-image: url('images/ramez2008/sidebar_header.png');
  background-repeat: no-repeat;
  overflow: hidden;
}
.sidebar_body
{
  position: relative;
  top: 0px;
  left: 0px;
  width: 183px;
  background-image: url('images/ramez2008/sidebar_body.png');
  background-repeat: repeat-y;
  overflow: hidden;
}
.sidebar_footer
{
  position: relative;
  top: 0px;
  left: 0px;
  height: 45px;
  width: 183px;
  background-image: url('images/ramez2008/sidebar_footer.png');
  background-repeat: no-repeat;
  overflow: hidden;
}
.side_title,
.side_sub_title
{
  font-weight: bold;
  font-variant: small-caps;
  font-size: 11pt;
  margin: 25px 0px 0px 0px;
}
.side_sub_title
{
  margin: 0px;
  font-size: 9pt;
}
.side_text
{
  font-weight: bold;
  font-variant: small-caps;
  text-transform: capitalize;
  text-decoration: none;
  font-family: Calibri, Arial, sans-serif;
  font-size: 11pt;
  margin: 10px 0px 0px 0px;
}
.side_sub_text
{
  font-weight: bold;
  font-variant: small-caps;
  text-transform: capitalize;
  text-decoration: none;
  font-family: Calibri, Arial, sans-serif;
  font-size: 9pt;
  margin: 0px 0px 0px 0px;
}
.general_link
{
  position: relative;
  top: 0px;
  left: 0px;
  height: 200px;
  width: 183px;
  overflow: hidden;
}
.general_link a,
.general_link a:link,
.general_link a:visited
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 200px;
  width: 183px;
  padding: 10px 0px;
  color: rgb(255,255,255);
  font-size: 12pt;
  font-weight: bold;
  font-variant: small-caps;
  font-family: Cambria, Times New Roman, serif;
  text-decoration: none;
  text-align: center;
  background-image: url('images/ramez2008/general_off.png');
  background-repeat: no-repeat;
}
.general_link a:hover,
.general_link a:active,
.general_link a:visited:hover,
.general_link a:visited:active
{
  font-style: italic;
  background-image: url('images/ramez2008/general_on.png');
}
/* End of 'RAMEZ2008 - Sidebar' */

