

body{
  font-family:arial,sans-serif;
  font-size:100%;

  margin-top: 0px; /*moves the whole frame down 500 px*/
  /*margin:1em;  /* 0 puts box top left where 2 moves it down and right*/*/
  background: #fff;  /* color of the page background*/
  color: #000;  /*color of the bullets/text*/
}

/*img	{												/*		ACTIVITIES IMAGES	*/
/*	width: 70px;
	height: 70px;
	margin: 3px;
	padding: 3px;
    border: solid #000000;
      }*/
*/      
p		{ font-size: 18px;
		font-weight: normal;
		color: #00000;  					/*  BLACK  */
		}      
    
#header {       position: relative;
                width: auto;
                margin: auto;

				border: none;

				text-align: center;
				font-weight: bold;	
				}      
      
#season  {	position:static;							/*	SEASONAL IMAGE		*/
				margin: 0px 0px 0px  15px;			/*  top  right  bottom  left  */	
				width: 200px;
				height:200px;					/* 96px */
				top: 20px;
				left: 60px;
				border:none;      
}


#container { width:100%; 
					position: relative;
          width: auto;
			/*		max-width: 1600px;	 
					min-width: 1024px; */
					}
                    
#banner 	{ position: relative;					/*  SIR BANNER   */
				margin: 0;
				width: 95%;
				height: 340px;
				left: 10px;
				border: none;
				}
               
#navbar  { position: relative; 
            width: auto; 
            margin: auto;
    			}
			
#main 	{
		width: 55%;
		position: relative;
		margin: 0px 0px 0px 20px;			 /*  top  right  bottom  left  */
		float: left;
		background-color: #ffffff;
	}
		
#mainA 	{
	width: 100%;
	position: relative;
	margin: 0px 0px 0px 0px;			 /*  top  right  bottom  left  */
	float: left;
	background-color: #ffffff;
}

#rtcol 		{
	width: 15%; 
				position: relative;				
        margin: 0px 0px 0px 0px;			 /*  top  right  bottom  left  */				 
				float: right;
				text-align: center;	
        background-color: #ffffff;  
}
	

				
             
                
