body
{
background-color: #FEFEEC;
color: black; 
font-family: verdana, arial, helvetica, sans-serif; 
background-image: url("leftmenu.jpg");
background-repeat: repeat-y;
background-attachment: fixed;
scrollbar-face-color: #FFC0FF; 
scrollbar-shadow-color: #000099;
scrollbar-highlight-color: #9999cc; 
scrollbar-3dlight-color: #666666; 
scrollbar-track-color: #CC00CC; 
scrollbar-arrow-color: #CC00CC;
}

.left {
color: White;
left:0px; top:0px;
width:150px;
position: absolute;
background-color: #CC00CC;
background-image: url("leftmenu.jpg");
background-repeat: repeat-y;
}

.center {
margin-left: 155px;
margin-right: 135px;
}

.one
{
width: 110px;
}


a:link, a:active {color: #6666CC;}
a:visited {color: #CC6699;}

a:hover {text-decoration: none; color: #663333;}

a.one:link, a.one:visited, aone:active 
{
background-color: #FFC0FF; color: black; text-decoration: none;
filter: Alpha(Opacity=100, FinishOpacity=50, Style=2, StartX=0,StartY=0, FinishX=110, FinishY=0);
}
a.one:hover 
{
background-color: white; color: red; text-decoration: none;
filter: Alpha(Opacity=100, FinishOpacity=25, Style=2, StartX=0,StartY=0, FinishX=110, FinishY=0);
}

h4 {font-style: italic; font-size: 75%}

.title {
width: 150; height: 50; font-size: 24pt; font-family: Impact, Arial Black; color: #c0c0c0; Filter: Shadow(Color=black, Direction=45);}

table {align: center; font-size: x-small;}


/*top navigation bar*/
div.menuBar,
div.menuBar a.menuButton {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  color: #000000;
  border: medium #CC00CC double;
}

div.menuBar {
  background-color: #ffc0ff;
  padding: 6px 2px 6px 2px;
  text-align: center;
  margin-left:20px;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #000000;
  cursor: pointer;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #CC6699;
}

/*DELETE*/
p.navigation-bar {background-color: #FFC0FF;
border: medium #CC00CC double;
padding: 1%;
text-align: center;
font-weight: bold;
}

p.navigation-bar a:link, p.navigation-bar a:active {background-color: #FFC0FF; color: #6666CC; text-decoration: none;}
p.navigation-bar a:visited {background-color: #FFC0FF; color: #CC6699; text-decoration: none;}

p.navigation-bar a:hover {
background-color: white; color: black; text-decoration: none;
filter: Alpha(Opacity=100, FinishOpacity=0, Style=3, StartX=0,StartY=0, FinishX=110, FinishY=60); height: 1em;
}

p.navheader {
font-size: x-small;
font-weight: italics;
}
/*DELETE*/

div.float {float: left; padding: 25px;}
div.float p {text-align: center; font-size: x-small;}
div.container {
  border: 5px ridge #ff00ff;
  background-color: #ffcccc;
  }
div.spacer {clear: both;}
