html,body
{
  	border:  0;
  	margin:  0;
  	padding:  0;
	background-color: #381228;
	background-image:url(images/bg.png);
	width: 1028px;
	font-family:  'gill sans',tahoma,helvetica,arial,'sans serif';
}

div.banner
{
  position: absolute;
  top:  0px;
  left:  100px;
  width:  800px;
  height: 125px; 
}

div.menu
{
  	position:  absolute;
    background-color:  #BA8983;
  	top:  125px;
  	left:  100px;
  	width:  800px;
	height:  40px;
	border-style:  double;
	border-color:  #661b30;
}

div.centercontent
{
  	position: absolute;
  	background-color: #ffffff;
  	top:  165px;
  	left:  100px;
  	width:  800px;
	border-style:  double;
	border-color:  #661b30;
}

div.rightcontent
{
    position: absolute;
	left:800px;
    right: 70px;
    width: 125px;
	top:  230px;
}

a:link
{
    color: #7E2A50;
    text-decoration:  underline;
}

A:visited
{
    color: #661B30;
    text-decoration:  underline;
}

h1, h2, h3, h4
{
	padding-left:  10px;
	padding-bottom: 1%;
	color:  #381228;
}

h2
{
	font-size:  15pt;
}

h3
{
    font-size: 14pt;
}

h4
{
	font-size: 13pt;
}

h4
{
	font-size:  12pt;
}

p.body
{
    color:  #000000;
    padding-left: 10px;
    padding-right: 10px;
    margin:15px 0;
    line-height:  14pt;
}

p.copy
{
	color:  #000000;
	font-family: 'gill sans',tahoma,helvetica,arial,sans-serif;
	font-size:  10;
	font-style:  italic;
}

strong
{
	color:   #381228;
	style:  italic;
	
}

table
{	
	width:  100%;
	border-color:  #000000;
	border-style:  solid;
	border-width:  1px;
}

td, th
{
	border-style:  solid;
	border-width:  1px;
}

table.body
{
        font-family: 'gill sans',tahoma,helvetica,arial,sans-serif;
        font-size:  11pt;
        line-height:  14pt;
        background-color:  #ffffff;
        width:  100%;
        padding-bottom:  1%;
 }

 TABLE.nav
{
    font-family: 'gill sans',tahoma,helvetica,arial,sans-serif;
    width:  200px;
	line-height:  14pt;

 }
LI
{
        color:   #000000;
        font-size:  11pt;
        line-height:  16pt;
        padding-left: 10px; 
        padding-right: 10px; 
        text-align: justify;
     
}
