/* CSS Document */

body
{
font-family: Arial;
font-size: 13px;
background-image: none;
background-color: none;
}

a:link { color: darkblue; }
a:visited { color: grey; }
a:hover { color: red; }
a:active { color: blue;}

h5
{ 
color: darkblue; 
font-family: Arial;
font-size: 19px;
}
h4 { color: white; 
font-family: Arial;
font-size: 17px;
}

h3 { color: white; 
font-family: Arial;
font-size: 15px;
}

h2 { color: blue;
font-family: Arial;
font-size: 15px;
}

table#header
{
width: 763px;
height: 90px;
border: 1px solid #A8C1A8; 
background-color: #99CCFF;
}

table#main
{
width: 763px;
border: 1px solid #CCE6CC;
border-collapse: collapse;
background-color: white;
height: auto;
}


table#content
{
width: 763px;
border: 1px solid #CCE6CC;
border-collapse: collapse;
background-color: #99CCFF;
height: auto;
}

.logo
{ 	
width: 35%;
border-right: 1px solid;
border-color: #CCE6CC;
background-image: url('');
background-position: left;

}

.pub
{
width: 65%;
background-image: url('');
background-position: center;
vertical-align: middle;
border-color: #CCE6CC;
}
  
hr
{
width: 763px;
color: darkblue;
}
	
.cont2
{
border-left:1px solid #CCE6CC; 
border-right:medium none #CCE6CC; 
border-top:1px solid #829B82; 
border-bottom:1px solid #829B82; 
width: 60%; 
height: 40px;

} 

.contr
{
font-family: Arial;
font-size: 13px;
border-left:medium none #CCE6CC; 
border-top:1px solid #829B82; 
border-bottom:1px solid #829B82;
width:40%; 
height: 83px;
}

.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: 13px;
border-left:medium none #CCE6CC; 
border-top:1px solid #829B82; 
border-bottom:1px solid #829B82;
width:65%; 
height: 83px;
}

div#h1
{
width: 763px;
padding-top:4px;
font-family: Arial;
color: #000099;
font-size: 14px;
font-weight: 600;
}

div#link
{
width: 763px;
font-family: Arial ;
font-size: 5px;
}
	
