/* beestyle
   -------- */

/* set the background and fill the screen with it
   ---------------------------------------------- */   
body	{
     background: #cdba96; 
     	}


     
/* declare the left side

  --------------------- */
#lside 
    	{
    	margin-top: -17px;
    	margin-left: 3px;
    	float: left;
    	width: 120px;
    	background-color: #cdba96;
    	}

    	
 #lside p
	
 		{
	
		color: black;
		font-size: 9px;
	
		font-weight: 200;
		text-align: justify;
		}
	
    	
/* declare the right side
   ---------------------- */

#rside	{
	
		margin-top: 20px; 
	
		margin-right: 3px;	
	
		border-top: 30px solid black;

		border-left: 2px  solid black;

		border-right: 2px solid black;

		border-bottom: 2px solid black;
	
		padding-top: 3px;
	
		padding-left: 3px;

		padding-right: 3px;
	
		float: right;
	
		text-align: justify;
	
		width: 180px;
	
		background-color: black;
	
		}


		
#rside p
	{
	
			color: #cdba96;
	
			font-size: 12px;
	
			font-weight: 500;

			}

			

#rside h2	{
	
			margin-top: -26px; 
	
			font-size: 14px;
	
			text-align: center;
	
			color: #cdba96;
	
			font-family: papyrus, Verdana, sans serif;
	
	
			}


			
#rside  h3	{
	
			margin-top: 15px;

			margin-bottom: 10px;

			color: #e5bd00;
 	
			font-size: 12px;
	
			font-family: Verdana, sans serif;
	
			font-weight: 800;	

			text-align: center;
	
			} 


			
/* declare the center
 
   ------------------ */



#main	{
		margin-top: 0px;
	
		margin-left: 142px;

		margin-right: 200px;

		border-bottom: 1px solid black;

		}
		

h1		{
	
		margin-left: 0px;
       	color: #d26913;
  		font-family: Papyrus,Verdana, sans serif;
        }

h4		{
				font-family: papyrus, verdana, sans serif;
	
				margin-top:10px;
	
				margin-bottom: 7px;
       			color: #663300;
       			font-size: 22px;
	font-weight: 700;
       	}


h2,h3,h5,h6	{
	
				font-family: papyrus, verdana, sans serif;
	
				margin-top:10px;
	
				margin-bottom: 7px;
       			color: #663300;
				}




	
p.bfr 	{	
	
		background: #cdba96;
	
		padding-left: 25px;
		color: black; 
		font-size: 10px;
	font-weight: 600;
      	margin-top: -37px;
     	 margin-bottom: 0px;
     	letter-spacing: 1px;
	
     	font-family: papyrus;
	
     	border-bottom: 1px solid black;
       	}

/* set the basic font size and family
   ---------------------------------- */
P, OL, UL, DL 	{
	
				margin-top: 7px;
	
				margin-bottom: 7px;
    			font-size: 14px;
         		color: #663300;   /* dark brown */
  				font-family : Verdana, sans-serif;
              	}

/* specify the navigation boxes
   ----------------------------- */

   .rnav	{
	
   			text-align: center;
     		font-family: Verdana, sans-serif;
			background-color: black; 
   			border-color: #cdba96; 
    		border-style: solid;
    		border-width: 2px;
     		padding-top: 1px;
  			padding-bottom: 2px;
    		padding-left: 7px;
   			padding-right:1px;
          	margin: 3px;
          	}


.navbox 	{
     		font-family: Verdana, sans-serif;
			background-color: black;
    		border-color: black;
    		border-style: solid;
    		border-width: 2px;
     		padding-top: 1px;
  			padding-bottom: 2px;
    		padding-left: 7px;
   			padding-right:1px;
          	margin: 3px;
          	}

/* links in navigation boxes
   -------------------------  background color was#F5F5DC*/      
A.nav:link    {color: #e5bd00; text-decoration: none; font-size:12px; font-weight: 600; background-color: transparent;} 
A.nav:visited {color: #cdba96; text-decoration: none; font-size:12px; font-weight: 600; background-color: transparent;}
A.nav:hover   {color: #d26913; text-decoration: none; font-size:12px; font-weight: 600; background-color: transparent;}

/* links in text
   ------------- */

A:link        {color: black; text-decoration: underline; background: transparent;}
A:visited     {color: red; text-decoration: none; background: transparent;}
A:hover       {color: #663300; text-decoration: none; background: transparent;}


/* create the footer size and spacing
   ---------------------------------- */
p.footer {
         font-size: 10px;
         margin-top: -1px;
         margin-left: 40px;
         color: black;
         }
/* ===
img.top 
		{
		float: right; margin-right: -5px;}
.oldbrowser {display: none;
		}
A IMG {border: 0.1px none #000000;} 
----- */
   
/* End-------------------------------------------- */





