/* CSS Document */

body
{
  background-color:#6CE8F2;
  border:0px;
  padding:0px;
}

#headertable
{
   margin-top:2px;
}

td
{
text-align:center;
}

#header
    { 
	    position:absolute;
		top:0px;
	    left:0px;;
		width:612px;
		margin:0px;
		padding:0px;
		height:32px;
		z-index:2;
		background-color:#0003FE;
	}
	
.footer
    { 
	    position:absolute;
		color:#FFFFFF;
	    top:332px;
		left: 0px;
		width:612px;
		margin:0px;
		padding:0px;
		height:100%;
		z-index:1;
		background-color:#0003FE;
	}	

#bodyleft
    {   
	    position:absolute;
		left:0px;
	    top:32px;
		z-index:1;
		height:300px;
		width:300px;
		background-color:#6CE8F2E;
	}	
		   
.bodyright
    {   
	    position:absolute;
		left:300px;
	    top:32px;
		z-index:1;
		height:300px;
		width:312px;
		background-color:#6CE8F2;
	}
	
a:link {text-decoration:none; color:#000000;}   
a:visited {text-decoration:none; color:#000000;}  
a:hover {text-decoration:none; color:#000000;}  
a:active {text-decoration:none; color:#000000;}  


.bodyright a:link {text-decoration:underline; color:#000000;}   
.bodyright a:visited {text-decoration:underline; color:#000000;}  
.bodyright a:hover {text-decoration:underline; color:#000000;}  
.bodyright a:active {text-decoration:underline; color:#000000;}  

img { border: 0px; }

