﻿html 
{
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}

body
{ 
  background-image: url('images/bg.gif') ;
  margin:0;
  padding:0;
  height:100%;
} 

form
{
  height:100%;
}
  
table
{
  border:0;
  border-spacing:0;
  padding:0;
  margin:0;
  border-collapse:collapse;
}

td
{
	vertical-align:top;
}

img
{
  border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 0;
	margin: 0;
}

h1{
  font-size:1.4em;
  color:#2253b9;
}

h2{
  font-size:1.3em;
  color:#2253b9;
}

h3{
  font-size:1.2em;
  color:#2253b9;
}
        
.bod {
  background-color: white;
  /* height:100% +150px;
  padding-bottom: 150px; */
  margin-right:auto;
  margin-left:auto;
  width:770px; 
}

.style1 {
				margin-left: 20px;
}
.style2 {
				margin-left: 40px;
}
.style3 {
				margin-left: 60px;
}

div#footer 
{ 
	/*
  position:fixed;
  _position:absolute; 
  bottom:0; 
  _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
*/
} 

.lcol
{
  background-image: url('images/bg_left.gif'); 
  width: 15px
}

.rcol
{
  background-image: url('images/bg_right.gif'); 
  width: 15px
}

span#dis 
{
	color:White;
	position:absolute; 
	bottom: 3px;
	right: 45px;
	width: 315px;
	text-align:center;
}

a.ftr
{
color: white;
text-decoration: none
}

a.ftr:hover
{
color: white;
text-decoration: underline
} 

.hidebox
{
visibility:hidden;
}

/* Start of home page styles */
#wrapper 
{
position: relative;
margin:0 auto;
width:500px;
}
#box-container 
{
position: relative;
padding:20px;
width:450px;
z-index:0;
}
#wrapper1
{
position: relative;
margin:0 auto;
width:500px;
}
#box-container1
{
position: relative;
padding:20px;
width:450px;
z-index:0;
}
#box-container .box-child
{
position:absolute;
background-repeat:no-repeat;
height:50px;
width:50px;
z-index:-1;
}
#box-container .topleft
{
top:0;
left:0;
background-image:url('images/pic01bg.gif');
height:110px;
width:150px;
}
#box-container .bottomright
{
bottom:0;
right:0;
background-image:url('images/pic02bg.gif');
height:110px;
width:217px;
}
#box-container1 .box-child
{
position:absolute;
background-repeat:no-repeat;
height:50px;
width:50px;
z-index:-1;
}
#box-container1 .topleft
{
top:0;
left:0;
background-image:url('images/pic01bg.gif');
height:110px;
width:150px;
}
#box-container1 .bottomright
{
bottom:0;
right:0;
background-image:url('images/pic02bg.gif');
height:110px;
width:217px;
}
/* End of home page styles*/