body{
	width: 800px;
	height: auto;
	margin: 0 auto;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
   font-size: small;	
	background-color: rgb(225, 236, 255);
	background-image: url("/images/bg3.png");
	background-repeat: repeat-x;
	background-position: top;
	SCROLLBAR-ARROW-COLOR: #ff3300;
	SCROLLBAR-BASE-COLOR: #5555ff;
}
a:link{
color: rgb(100, 100, 255); }
a:active { color: rgb(00, 00, 255); } 
a:visited { color: rgb(128, 0, 128);} 
a:hover {color: #FF0000; }
h1{color: Blue;}
h2{color: Blue;}
h3{color: Blue;}
h4{color: Blue;}
h5{color: Blue;}

.logo
{
   display: block;
   margin:0;
   width: 100%;
   height: 136px;
   background-color: rgb(238, 240, 255);
   background-image: url("images/SlottaTime2.gif");   
   background-position: center;
   background-repeat: no-repeat;
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
}
#head
{  width: 100%;
   background-color: rgb(238, 240, 255);
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: center;
	font-size: small;
}
.mainbox 
{
   width: 799px;
	margin: 9px 0px 5px 0px;
	background-color: rgb(68,68,68); /* Needed for IEs */

	-moz-box-shadow: 7px 7px 7px rgba(68,68,68,0.6);
	-webkit-box-shadow: 7px 7px 7px rgba(68,68,68,0.6);
	box-shadow: 7px 7px 7px rgba(68,68,68,0.6);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}
.mainbox .main {
	position: relative; /* This protects the inner element from being blurred */
   padding: 5px 5px 5px 5px;
	width: 788px;
	background-color: White;
}

.mainbot{
   width: 799px;
   background-image: url('/images/shadowb.png');
   background-repeat: repeat-x;
   background-position:  bottom;
   text-align: right;
}
.foot{
 width: 799px;
 font-size: x-small;
 text-align: center;
 
}
.list{list-style-image: url('/images/arrow.gif');
  padding: 3 3 3 3;
}
.txtul{text-decoration: underline;
}
.ctr
{
 text-align: center;
 font-weight: bold;
}
.formtype{
   width: 123px;
   height: 47px;
   padding: 1px 1px 1px 1px;
   }
.tbl
{
  border-collapse: collapse;
  border-style: solid;
  border-width: thin;
  text-align: center;
}
.nav
{width: 100%; 
 min-height: 22px;
 height: auto;
 background-image: none:; 
 float: left;
}
.nava
{background-image: url('/images/btnbigact.gif');
 background-position: center;
  background-repeat: no-repeat;
  width: 20%;
  float: left;
  height: 22px;
  margin: 3px 0px 3px 0px;
  vertical-align: middle 
}
.navcur
{background-image: url('/images/btnbigcur.gif');
 background-position: center;
  background-repeat: no-repeat;
  width: 20%;
  float: left; 
  height: 22px;
  margin: 3px 0px 3px 0px;
  vertical-align: middle 
}
