/* CSS Document */

body
{
background-image: url('');
font-family: Arial;
font-size: 12px;
}

a:link { color: darkblue; }
a:visited { color: grey; }
a:hover { color: red; }
a:active { color: blue;}

h4 { color: darkblue; 
font-family: Arial;
font-size: 12px;}

table#header
{

width: 763px;
height: 90px;
border: 1px solid; 
background-color: none;
border-collapse: collapse;
background-color: darkblue;

}

table#content
{
width: 763px;
border: none;
border-collapse: collapse;
background-color: #DFDFFF;
height: auto;
}

.logo
{ 	
width: 28%;
border-right: 1px solid;
border-color: none;
background-image: url('');
background-color: none;
background-position: center;

}

.pub
{
width: 72%;
background-image: url('');
background-color: #C0D9C0;
background-position: center;
vertical-align: middle;
border-color: none;
height: 83px;
}
  
hr
{
float: center;
width: 763px;
color: darkblue;
}

p
{
float: center;
width: 763px;
}
	
.contentl
{
border-left:none; 
border-right:medium none #CCE6CC; 
border-top:1px solid #829B82; 
border-bottom:1px solid #829B82; 
width: 60%; 
height: 83px;

} 

.contentr
{
font-family: Arial;
font-size: 14px;
border-left:medium none #CCE6CC; 
border-top:1px solid #829B82; 
border-bottom:1px solid #829B82;
width:40%; 
height: 83px;
}

.contl
{
border-left:none; 
border-right:medium none #CCE6CC; 
border-top:1px solid #829B82; 
border-bottom:1px solid #829B82; 
width: 60%; 
height: 83px;

} 

.contr
{
font-family: Arial;
font-size: 14px;
border-left:medium none #CCE6CC; 
border-top:1px solid #829B82; 
border-bottom:1px solid #829B82;
width:40%; 
height: 83px;
}