body
     {
     background-color: #51346c;
     background-image: url("images/backgrounds/main.jpg");
     font-family: arial;
     }
   
   
h1
     {
     font-size: 24px;
     color: #51346c;
     margin-top: 0px;
     }

h2, legend
     {
     font-size: 16px;
     color: #51346c;
     font-weight: bold;
     }

p, ul, td, input
     {
     font-size: 11px;
     }

.maincontent
     {
     padding: 7px;
     padding-top: 0px;
     background-color: white;
     width: 612px;
     }
     
.maincontent a
     {  
     color:#6a199a; 
     text-decoration: none;
     }
     
.maincontent a:hover 
     {
     text-decoration: underline;
     }  

.menucolumn
     {
     width: 158px;
     }
     
.bottombar
     {
     padding: 10px;
     text-align: center;
     color: white;
     }
     
.bottombar a
     {   
     color: white;
     }  
  
.color-menucolumn
     {
     background-color: #836a92;
     }
  
.menubuttons a 
	{
	display: block;
	font-weight: bold;
	padding: 8px;
     font-size: 13px;
     color:#ffffff;
     text-decoration: none;
     text-align: center;
     background-image: url(images/menuhover.gif);
	border-bottom: 1px solid #624A71;
	border-top: 1px solid #A897B3;
	}     
     
.menubuttons a:hover 
	{
	background-color: #ad95bd;
	background-repeat: repeat-x; 
     background-position: left top;
	background-image: url(images/menuback.gif);
	text-decoration: none;
	}
	
.welcometableheader
     {
     text-align: center;
     color: white;
     background-color: #836A92;
     background-image: url("images/tablebar-bg.gif");
     font-weight: bold;
     }

.menubartext
     {
     color: white;
     text-align: center;
     }
     
.menubartext a
     {
     color: white;
     text-decoration: none;
     }
     
.menubartext a:hover
     {
     color: white;
     text-decoration: underline;
     }     

.virt_line
     {
     height: 70px;
     border-left: 1px dotted #aaaaaa;
     margin: 10px;
     }
