body {
   background: black url("images/starfield.gif") top left repeat fixed;
   font-size:9pt;
   font-family: Trebuchet MS, Helvetica, sans-serif;
   padding:0;
   margin:0;
   color: #612E5C;
}
td {font-size:10pt;
   color: #612E5C;
}
h1 { color: #612E5C; font-size:13pt; }
h2 { color: #612E5C; font-size:12pt; }
h3 { color: #612E5C; font-size:11pt; }

a, a:link, a:visited {color: #A65AB8; text-decoration: none; font-weight: bold;}
a:active, a:hover {color: #7B4896; text-decoration: underline; font-weight: bold;}

img {border: 0}
img.border {border: 1px solid black;}
label {font-weight:bold;} 

#navigation {
   background: #612E5C;
}
#content {
   background: white url("images/bg1.jpg") top left repeat;
   padding: 30px;
}
#layoutTable {
   width: 897px;
}
#layoutspacer {
   width: 88px;
}
#navigation {
   width: 809px;
   border: 1px solid white;
}
ul#topMenu {
   list-style-type: none;
   padding: 0;
   margin: 0;
   border: 0;
   background: #612E5C;
}
ul#topMenu li { 
   display: inline; 
   margin: 0;
   padding: 0;
   border: 0;
}
ul#topMenu a {
  margin: 0px;
  padding: 3px 1em;
  font-size: 9pt;
  font-weight: bold;
  color: #D0BEF7;
  text-decoration: none;
}
ul#topMenu a:hover {
  color: #612E5C;
  background: #D0BEF7;
}
ul#topMenu a.current, ul#topMenu a.current:hover {
  color: white;
  background: url("images2/currentButton.gif") top left no-repeat;  
}
.indent {
   margin-left: 40px;
}
#footer {
   color: #ffffff;
   font-size: 8pt;
}
#footer a {
   color: #ffffff;
}
