/* CSS Document */

body
{
background-image: none;
font-family: Arial;
}

a:link { color: darkblue; }
a:visited { color: grey; }
a:hover { color: red; }
a:active { color: blue;}

h5 {color: black;
font-family: Arial;
font-size: 12px; }

h4 { color: darkblue; }

h3 { color: blue; }

table#header
{
width: 763px;
height: 90px;
border: 1px solid #A8C1A8; 
background-color: #99CCFF;
border-collapse: collapse;
}

table#content
{
width: 763px;
border: 1px solid #CCE6CC;
border-collapse: collapse;
background-color: #99CCFF;
height: auto;
}

.logo
{ 	
width: 30%;
border-right: 1px solid;
border-color: #CCE6CC;
background-position: center;
verticle-align: top;
}

.pub
{
width: 70%;
background-position: center;
vertical-align: middle;
border-color: #CCE6CC;
}
  
hr
{
width: 763px;
color: darkblue;
}
	
.contentl
{
border-left:1px solid #CCE6CC; 
border-right:medium none #CCE6CC; 
border-top:1px solid #829B82; 
border-bottom:1px solid #829B82; 
width: 20%; 
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:80%; 
height: 83px;
}

.contl
{
border-left:1px solid #CCE6CC; 
border-right:medium none #CCE6CC; 
border-top:1px solid #829B82; 
border-bottom:1px solid #829B82; 
width: 25%; 
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:75%; 
height: 83px;
}