/* The Lachlander Newspaper - Copyright - All rights reserved Sept 05 */



/* Elements */

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

h1 {
    font-family: "Times New Roman", Times, serif;
   font-size: 180%;
    text-align: center;
}

h2	{
   font-size: 160%; 
   text-align: center;
   font-family: "Times New Roman", Times, serif;
}

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

h4	{
	font-size: 120%;
   text-align: center;
   font-family: "Times New Roman", Times, serif;
}

h5	{
	
}

h6	{
	
}

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



/* Navigation & Links */

a{
	border: none;
   text-decoration: none;
}

a:link	{
	 
}

a:visited	{
	
}

a:hover	{
	
}

a:active	{
	
}

/* Classes */  

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

 .caption {
   font: italic 92% "Times New Roman", Times, serif;
   text-align: center;
}

  .headline {
   font: bold 60pt "Times New Roman", Times, serif; 
   text-align: center;
} 

.headlinesh {
    font: bold 50pt "Times New Roman", Times, serif; 
   text-align: center;
}

.subheading {
      font: bold 45pt "Times New Roman", Times, serif; 
   text-align: center;
}  


 .photoright	{
   border: medium double #666;
   float: right;
   margin: 5px 0 10px 10px;
   padding: 10px;
   color: navy;
} 

.photoleft	{
   border: medium double #666;
   float: left;
   margin: 5px 10px 10px 0;
   padding: 10px; 
    color: navy;
}  

pright   {
   float: right;
   margin: 5px 0 10px 20px;
   padding: 10px;
}

pleft   {
   display: inline;
   float: left;
   margin: 5px 0 10px 20px;
   padding: 10px;
}
 
/* ID's */

 
#navcontainer a	{
   display: block;
   color: navy;
   background-color: transparent;
   width: 10em;
   padding: .2em .8em;
   text-decoration: none;
   border-top: 1px solid #fff;
   border-left: 1px solid #fff;
   border-right: 1px solid navy;
   border-bottom: 1px solid navy;
   font: bold 90% Arial, Helvetica, sans-serif;
   }
				

#navcontainer a:hover	{
	background-color: navy;
	color: #FFF;
	border-top: 1px solid navy;
	border-left: 1px solid navy;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}	
      
#navcontainer li	{
   text-align: center;
	margin: 0 0 .2em 0;
	}	
      
#navcontainer ul	{
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	}
   
    
   
 #leftnav  p {
    font-size: 95%;
    text-align: center;
    }      

  

#top
{
padding: .5em;
background-color: transparent;
border-top: thick double #00acec;
border-bottom: thick double #00acec;


}

#top h1
{
padding: 0;
margin: 0;
}



#leftnav
{ 
float: left;
width: 180px;
margin: 0;
padding: 1em;

}


#content
{ 

margin-left: 220px;
padding: 1em;
max-width: 36em;
 
  
}

     

#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;
}

#leftnav p, { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; } 



