     


/* This assigns the properties of the body */
    body{
	margin-top:0px;
        margin-bottom:0px;
        background-image: url(images/background.gif);
	}

/* This assigns the properties of the whole table */
    #ccs{
  	width:650px;
        align:center;
        border-right:2px solid #000000;
        border-left:2px solid #000000;
	}


/* This is for the section where the information is in*/
   #info{
 	padding:10px;
        margin:20px;
 	text-align:justify;
 	width:500px;
 	background-color:#EEEEEE;
	}

/* This is for the title above the information*/
   #main{
	color:#652B00;
	font-weight:bold;
	font-size:16;
	font-family:arial;
	border-bottom:1px solid #652B00;
	padding-top:10px;
	margin:0px;
	} 

/* This gives no borders to images */
   img{
     	border:none;
    	}


/* For the table that the side links are on */
   #bar{ 
     	background-color:#CDBA96;
     	width:200px;
	}

/* For the paragraphs */
   p{
  	font-family:verdana;
  	font-size:11px;
  	padding-top:0px;
	}

/* For the lists */
   ul{
  	font-family:verdana;
  	font-size:11px;
  	padding-top:0px;
	}


/* Links */


/* For the table that the side links are on*/
     #link{
     	font:small-caps 14px arial;
  	background-color:#CDBA96;
 	border: 1px solid #ffffff;
  	width:250px;
        text-align:justify;
        }

 
/* For the table that the bottom links are on*/
    #linkdown{
  	font: 10px verdana;
  	background-color:#E2D9BA;
  	padding:5px;
  	color:#652B00;
  	text-align:center;
        }


/* assigns Color for all the links*/
    a{
   	color:#652B00;
  	text-decoration:none;
  	font-weight:bolder;
        }

    a:hover{
  	color:#666666;
  	font-weight:bolder;
	}
/*ends*/


/* Color of the side links*/
   #link a:link {
	color: #6B4226;
        text-decoration:none;
	font-family: arial;
	font-size:14px;
        padding:5px;
	}

   #link a:visited {
	color: #6B4226;
	text-decoration:none;
	font-family: arial;
	font-size:14px;
        padding:5px;
	}

   #link a:hover {
	color: #6B4226;
	text-decoration:none;
	font-family:arial;
        background:#ffffff;
	font-size:14px;
        padding:5px;
	}

   #link a:active {
	color: #6B4226;
	text-decoration:none;
	font-family: arial;
	font-size:14px;
        padding:5px;
	}
/*ends*/


/* For the events table on the events page */
  #events{
         border:1px solid #000000;
         }

  #event1{
        text-align:left;
        background-color:#F0E6D5;
	}

  #event2{
        text-align:left;
	}


/* Controls the CCS full name on the top of each page */
  #name{
  	font: small-caps 25px arial;
  	font-weight:bolder;
  	text-align:center;
        color:#2C2012;
        background-color:#CD6600;
	}

/* Controls the CCS logo that's is on top of each page */
  #logo{
  	background-color:#A89380;
	}

/* For languages spoken on the main page */
  #languages{
  	font-family:verdana;
  	font-size:10px;
        width:450px;
	}


/* This is for the table that the addresses are on */
  #address{
 	width:450px;
 	font: 11px verdana;
 	text-align:justify;
	}

/* Assigns the width of the address */
  #address2{
  	width:175px;
	}











