/*
   
   
   Filename: styles_CL.css

   This file contains styles used in the Ridgewood Herald Tribune Web site
rgb(128,0,128)

*/

   #links {background-color:#000099; color:white; font-size:12px;
           font-family: Arial, Helvetica, sans-serif;
		   position:absolute;
		   top: 120px;
		   width:150px; 
		   padding:5px;
		   border: 1px solid teal;
		   left: 5px; 
		   display:block}
           }
   #links a {color:yellow; text-decoration:none}
   #links a:hover {text-decoration:underline; color:yellow; background-color:red}
   #links h1 {font-weight:bold; text-align:center; font-size:12px; margin-bottom:10px;
              letter-spacing:3px}
   .section {width: 100%; background-color: yellow; color: red; padding-left: 5px;
             margin-bottom: 0px; margin-top: 0px}
   .sectionsub {width: 100%; background-color:#ff6699; color: blue; padding-left:5px;
             margin-bottom: 0px; margin-top: 0px}

   .linksub {margin-top: 1px; margin-bottom: 5px}
   .linksub a {margin-left: 5px}

  #main {
	position: absolute;
	top: 120px;
	left: 198px;
	width: 650px;
	text-align: justify;
	padding-right:10px
}

   /* #request {position: absolute; top: 0px; left: 400px; height: 58px; width: 100px; 
             background-color: purple; 
             font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
             border: 1px solid purple; text-align: center; font-weight: bold}
   #request a {text-decoration: none; color: white} 
	
   #fp {float: left; margin: 0px 5px 5px 0px}

   #logo {margin-bottom: 20px}*/

   #main h2 {font-family:Arial, Helvetica, sans-serif; color:#0000ff;
             text-align:center; letter-spacing:4px;
             border-bottom: 1px solid teal; border-top: 1px solid teal} 
   
   #intro {text-align: justify}

   #footer {color:rgb(128,0,128); font-family:Arial, Helvetica, sans-serif;
            text-align:center; font-size:8pt; font-style: normal;
            border-top:1px solid teal; border-bottom:1px solid teal;
            margin-top:20px}
   p.cont {font-family:Arial, Helvetica, sans-serif; font-size:8pt; text-align: right}
