 

 
 body	{
   font-size: 95%;
      color: #000;
      font-family: Arial, Helvetica, sans-serif;
       background: url(images/WhiteLinen.jpg) repeat;
     }

h1 {
   text-align: center;
   font-size: 180%;
   font-weight: bold;
}


h3	{
	 font-weight: bold;
    text-align: left;
}


h2	{
	font-size: 160%; 
   text-align: center;
}

h3	{
   font-size: 140%;
   font-weight: bold;
}

h4	{
	text-align: center;
   font-size: 120%;
   font-weight: bold;
}

h5	{
	
}

h6	{
	
}

p	{
	font-size: 98%;
	text-align: justify;
}    

/* Classes */

.cent {
   text-align: center;
   margin: 0 auto;
}  

.next {
   float: right;
   font-weight: bold;
 }

 


/* ID's */

#main {
   width: 750px; 
   margin: 0 auto;
   padding: 10px; 
   }               
                
#left {  
    background: #fff;
    position: absolute;
    top: 130px;
    width: 368px;
    text-align: left;
    padding: 5px 0;
   }

#center  { 
    background: #fff;
    position: absolute;
    top: 130px;
    width: 184px;
    text-align: left;
    padding: 5px 0;
    margin-right: auto;
    margin-left: 384px;
}

#right   {  
 background: #fff;
    position: absolute;
    top: 130px;
    width: 184px;
    text-align: left;
    margin-left: 580px;
    padding: 5px 0;
     }
        
#highlinks {
	 float: right;
   font-size: 11px; 
    }
    
#highlinks a:link, #highlinks a:visited, #highlinks a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: navy;
	text-decoration: none;
	}
	
#highlinks a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c90;
	text-decoration: underline; 
   border: 0 none inherit;
	}   
   
 #footer
{
clear: both;
margin: 0; 
padding-left: 20px;
padding-right: 20px;
padding-top: 1px;
padding-bottom: 1px;
color: white;
background: #00acec;
font-weight: bold;
 line-height: 1.5;
}         

