body 
{ 
  background-color: #333333;
  color: black;
  margin-top: 0px;
  margin-bottom: 0px;
}

.page { background-color: white; }

a { color: #644990; }
a:hover { color: #a66792; }

h1, h2, h3, h4, h5, h6, p { border-right: 12px solid white }

.left-nav 
{
  color: white; 
  font-size: large; 
  font-weight: bold; 
  text-decoration: none; 
  padding: 8px; 
  background-color: #2c2046; 
  background-repeat: no-repeat; 
  background-position: center; 
}

.left-nav-active
{
  background-color: #956599;
}

td.left-nav 
{ 
  border-left: 12px solid white;
  border-bottom: 8px solid white; 
  border-right: 12px solid white; 
}

a.left-nav:hover { color: #fff6bc; }

.left-nav-announcement
{
  border-left: 12px solid white;
  border-right: 12px solid white; 
}

p.left-nav-announcement
{
  border-left: 0px;
  border-bottom: 0px; 
  border-right: 0px; 
  color: white;
  font-size: small;
  font-weight: bold;
  text-decoration: none;
  padding: 8px;
  background-color: #2c2046; 
  background-repeat: no-repeat; 
  background-position: center; 
}

table.content
{
  border-top: 16px solid white;
}

html>/**/body table.content
{
  border-top: 0px;
}

h2.content
{
  border-top: 16px solid white;
}

html>/**/body h2.content
{
  border-top: 0px;
}

img.top { border-top: 3px solid white; }
html>/**/body img.top { border-top: 19px solid white; }
img.border-left { border-left: 8px solid white; }
img.border-right { border-right: 8px solid white; }
img.border-top { border-top: 8px solid white; }
img.border-bottom { border-bottom: 8px solid white; }

#center { text-align: center; }

