



body {background-image: url(images/newsvillelions.jpg);
      }

#container {
            width: 950px;
            margin: 10px auto;
            background-color: white;
			color: #000000;
			border: 6px solid #1028fa;
			font-size: 20px;
            line-height: 100%;
            }

#top  {
       border-bottom: 6px solid #1028fa;
       }

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

.leftmenu  {float:left;
            width: 155px;
            border-right:  1px solid #00539b;
						background-color: #abd6f9;}
			
.leftmenu ul {
			  margin:0;
			  padding:0;
			  list-style:none;
	      background-color: #abd6f9;
				font-size: 16px;
			  text-align: center;}

.leftmenu li {border-bottom: solid #00529b 1px;
							padding-top:  5px;
              padding-bottom: 5px;
							}	

.leftmenu ul li a		{text-decoration: none;
										line-height: 1.2em;
										display:block;
										font-family: sans-serif;
          				 	font-weight: bold;
										padding-top:  5px;
            			  padding-bottom: 5px;
										}
								
.leftmenu ul li a:hover		{color: white;
											  		background-color: #00529b;
													}
											
.leftmenu ul li a.selected {color:#edeada;
														background-color:#00529b;}		

#rightnav   {
			float: right;
			width: 280px;    /* width of right column - must be less that right marhgin of content */
			line-height: 120%;
			font-size: 15px;
			font-family:  sans-serif;
			margin: 0;
			padding-right: 15px;
			background-color: white;
            }

#rightnav a {text-align: center;
             font-size: 20px;
             font-weight: bold;
             }

#rightnav a:link {color: green;
                 

                  }

#rightnav a:visited {color: blue;
                  text-decoration: none;
                  }
#rightnav a:hover  {background: #78d2ff;
                 border: 1px dotted black;}

#rightnav hr {color: red;
              }
			  
#rightnav p  {padding-left: 15px; }			  

#rightnav h1  {padding-top: 14px;              /*  Regular rightnav text */
               text-align: center;
               margin: 0;
               font-family: sans-serif;
               font-size: 18px;
		       color: black;
               }

#rightnav h2  {font-family: sans-serif;   /* rightnav header */
               text-align: center;
               font-size: 16px;
               font-weight: bold;
               color: green;
               }

#rightnav h3  {text-align: center;
               line-height: 130%;
               color:blue;                /* rightnav Second header */
               font-weight: bold;
               font-family:  sans-serif;
               font-size:  12px;
               padding: 0;
               margin: 0;}

#rightnav h4  {text-align: center;
               color:green;                /* rightnav Third header */
               font-weight: bold;
               font-family:  sans-serif;
               font-size: 20px;
               padding: 0;
               margin: 0;}               
               
#rightnav  img  {margin-right: auto;
					  margin-left: auto;}

#ss    {
        padding-right: 20px;
        margin-left: auto;
		margin-right: auto;}

#content   {margin-left: 150px;           /* must be greater than width of leftnav */
           
            margin-right: 300px;          /* must be greater that width of rightnav  */
            border-right: 1px solid gray;
            padding-right: 5px;
			padding-left: 12px;
            }

#content h1 {text-align: center;
             font-size: 30px;
             color: blue;
             }
#content h2 {text-align: center;
             font-size: 40px;
             color: blue;
             }

#content h3 {text-align: center;
             line-height: 100%;
             font-size: 15px;
             font-family: sans-serif;
             color: green;}
						 
#content h4 {text-align: center;
             font-size: 20px;
             color: green; }						 

#content a:link   {color: blue;
 		          text-decoration: none;
 		          }
#content a:visited {color: blue;
                  text-decoration: none;
                  }

#content a:hover  {background: #78d2ff;
                 border: 1px dotted black;}



                                     /*   horizontal menu   */



#menu {width: 300px;  /* width of menu bar background */
        color: black;
        margin: auto;
        height: 28px;
        padding-top:0px;
      }

#menu a {
           text-align: center;
           font-size: 12px;
           font-weight: bold;
           background-color: #d1d7fe;
           padding: 5px;
           padding-top:3px;
           margin: 0;
           text-decoration: none;
           color: black;}

#menu a:link   {color: black;
 		text-decoration: none;
 		}

#menu a:visited {color: black;
                 text-decoration: none;
                  }

#menu a:hover  {background-color: #78d2ff;
                 border: 1px dotted black;}
#footer    {clear: both;
            margin: 0;
            padding: 5px;
            padding-left:10em;
            font-size: 15px;
            color: #333;
            background-color: #d1d7fe;
            border-top: 1px solid gray;
            }

#leftnav p, #rightnav p { margin: 0 0 1em 0; }



#content h2 { margin: 0 0 .5em 0; }

img#logo {display: block;
          margin-left: auto;
          margin-right: auto;}

