/* 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;}

h4{ 
color: black;
font-family: Arial;
font-size: 18px; 
}


h3 { 
font-family: Arial;
font-size: 15px;
font-weight: 600;
color: darkblue; }

h2 { 
color: blue;
font-family: Arial;
font-size: 13px;
 }

table#header
{
width: 763px;
height: 90px;
border: 1px solid #A8C1A8; 
background-color: #99CCFF;
border-collapse: collapse;

}

table#content
{
margin-left: 4px;
width: 763px;
border: 1px solid #CCE6CC;
border-collapse: collapse;
background-color: #99CCFF;
height: auto;
}

.logo
{ 	
width: 33%;
border-right: 1px solid;
border-color: #CCE6CC;
background-image: url('http://ilowcost.com/images/ilowcost.gif');
background-position: center;

}

.pub
{
width: 67%;
background-image: url('');
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: 35%; 
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:75%; 
height: 83px;
}

.contl
{
border-color: #CCE6CC;
border-left:1px solid #CCE6CC; 
border-right:1px solid #CCE6CC; 
border-top:1px solid #829B82; 
border-bottom:1px solid #829B82; 
width: 35%; 
height: 83px;

} 

.contr
{
border-color: #CCE6CC;
font-family: Arial;
font-size: 14px;
border-left:1px solid #CCE6CC; 
border-top:1px solid #829B82; 
border-bottom:1px solid #829B82;
width:75%; 
height: 83px;
}

div.bar
{
padding-top:3px;
padding-left:6px; 
font-size:13px; 
font-weight:600; 
color:white; 
background-color:#0066CC; 
width:763px
}
	
