﻿body 
{
	margin:0px;
	color: #000080;
    background-image: url("Images/cloth022.jpg");
    background-repeat: repeat;
    border-bottom-color:Blue;
	border-bottom-style:solid;
	border-bottom-width:3px;
	position:absolute;
    width:100%;
}
td.one
{
   background-color:#f5f5dc;
   }
td.two
{
   background-color:#f5f5dc;
   border-bottom:solid 1px #af0000;
  
   }
td.three
{
	border-bottom:solid 1px #af0000;
}
td.leftmargins
{ 
	font-size:1em;
	width: 150px; 
	border-right: navy 1px solid;
    border-top: navy 1px solid; 
    border-left: navy 1px solid; 
    border-bottom: navy 1px solid;
	font-family: 'Arial Narrow', 'Helvetica Narrow', Helvetica,'Microsoft Sans Serif', Sans-Serif; 
}
.aleftmargin
{ 
	font-size:1em; 
	font-family: 'Arial Narrow', 'Helvetica Narrow', Helvetica,'Microsoft Sans Serif', Sans-Serif; 
    text-decoration: none;
}
 /* Page header style */
#header
{
	background-image:url("Images/topmargin.gif");
	background-repeat:repeat;
	position:absolute;
	width:100%;
	height:100px;
	top:0px;
	left:0px;
	border-left-width:3px;
	border-left-color:Blue;
	border-left-style:solid;
	border-right-color:Blue;
	border-right-style:solid;
	border-right-width:3px;
	border-top-color:Blue;
	border-top-style:solid;
	border-top-width:3px;
}

.leftmargin
{
    text-align: center;
    background-image: url("Images/lgrey01.jpg");
    background-repeat: repeat;
	position:absolute;
	top:103px;
	left:0px;
	min-width:160px;
	width:10%;
	margin:auto;
	border-left-color:Blue;
   border-left-style:solid;
   border-left-width:3px;
   
}
.centermargin
{
	text-align: center;
	left:17%;
	top:125px;
	position:absolute;
	width:auto;
	min-width:800px;
	border-left-width:1px;
	border-left-color:Blue;
	border-left-style:solid;
	border-right-color:Blue;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:Blue;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:Blue;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.rightmargin
{
    background-image: url("Images/lgrey_b001.jpg");
    background-repeat: repeat;
	position:absolute;
	top:103px;
    right:0%;
    left:90%;
	width:150px;
	margin:auto;
	border-right-color:Blue;
	border-right-style:solid;
	border-right-width:3px;

 }
.main
{
	text-align:center;
	width:100%;
	min-width:1125px; 
	top:0px;
	left:0px;
	margin:auto;
    position:absolute;
	
}

