
/* Layout */ 

body{
 margin: 0;
 padding:0;
 }
	 
#hdr{
 height: 100px;
 background:#ffffff;
 color:#000000;
 border:solid #000000;
 border-width:2px 0px;
 margin:10px 0 0 0;
 }

#lh-col{
display: none;
 }

#rh-col{
 margin: 5px 5px 5px 5px;
 border: 2px solid #000000;
 background: #ffffff;
 color: #333333;
 padding: 20px;
 position :relative;
 }

#navigation {
 display: none;
}

/* Presentation */ 

h1,h2,h3,h4 {
 font-family: georgia;
 margin:0; 
 padding: 5px 0;
 }

p {
 font-family: georgia;
 font-weight: 600;
 font-size: 90%;
}

li {
 font-family: georgia;
 font-weight: 600;
 font-size: 80%;
}


/* Header Content */

.title {
 font-family: "cooper black", georgia;
 font-size: 300%;
 font-weight: 700;
 letter-spacing: -3px;
 padding: 15px;
}

.head {
 font-family: "cooper black", georgia;
 font-size: 120%;
 font-stretch: condensed;
}
 
a.title:link {
 color: #000000;
 background: inherit;
 text-decoration : none; 
}

a.title:visited {
 color: #000000;
 background : inherit; 
 text-decoration : none; 
}

a.title:hover {
 color: #000000;
 background: inherit; 
 text-decoration : underline; 
}

a.title:active {
 color: #000000;
 background : inherit; 
 text-decoration : none; 
}



/* Main Area Content */

p.rh:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color:#dc143c;
 }