/* THIS IS HOW TO COMMENT ON THE STYLE SHEET. */


body     {
    background-color:#F5f5f5;
	font-family: Calibri, Optima, Arial, sans-serif;
	font-size:14px; color:#000080;
     }

#container     {
      width:925px;  }


#navbar  {
      width:150px;
 	overflow: hidden;
      position: fixed; /* Set the navbar to fixed position */
   	 top: 10px;  		
   	 left: 30px;  		
	font-size: 14px;
	 font-weight:550;
	font-color:#6B8E23;
 	   text-decoration: none;
 	float:left;
		}

a:link { color:#6B8E23;
	  text-decoration: none;
	}

a:visited {
    color: #6B8E23;
	}

a:hover {
    color: blue;
	}

#centrepanel    {
      width:325px;
	position: absolute;
    left: 250px;
	}


#rightpanel     {
  	 width:325px;
			 position: relative;
      top: 10px;  left: 610px;
	}


#centrepanelsmall    {
      width:200px;
	position: absolute;
  top: 15px; left: 210px;
	}


#rightpanellarge     {
  	 width:425px;
			 position: absolute;
      top: 20px;  left: 210px;
	}


#panel4     {
  	 	 width300px;
			 position: absolute;
      top: 30px;  left: 575px;}
	}

	
#bigpanel    {
      width:650px;
	position: relative;
    left: 210px;
	}
	

a {
      		font-size:14px;
     font-weight:heavy;
		color:#6B8E23;
    text-decoration:none;
	visited {#6B8E23;
       }

a:hover     {
     	font-weight:500;
    	color:#B22222;
	 }

a:	}



.button:link  {
	background-color: #6B8E23;
 	border-radius: 20%;
    color: white;
    padding: 10px 25px 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight:bold;
       cursor: pointer;
		}

.button:visited  {
	background-color: #6B8E23;
 	border-radius: 20%;
    color: white;
    padding: 10px 25px 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight:bold;
       cursor: pointer;
		}

.button:hover {
    background-color: green;
    color: white;
 	}

.title	{
	font-size: 18px;
	font-weight:bold;
	}


.small	{
	font-size: 11px;
	color:black;
	}

.copyrt	{
	font-size: 13px;
	font-weight:400;
	color:black;
	}

.date		{
	font-size:9px;
	font-style:normal;
	font-weight:bold;
	}

.pad	{
	font-size:9px;
	color: #F5f5f5;

.chapter {
	padding-left: 45px;
	}

.section {
	padding-left: 70px;
	}

.contentscols {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

 -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;

}


