		body {
		   margin: 0;
  		  	padding: 5px 0 0 0;
  			text-align: center;
  			background: #c0c0c0 url(graphics/canvas3.jpg);
			}
		
/* HOME PAGE */
		#banner {
			padding: 2px 2px 0 2px;
			margin-bottom: 0;
			background-color: rgb(192, 192, 192);
			border-top: 2px solid gray;
			border-left: 2px solid gray;
			border-right: 2px solid gray;}
		#left_side {
			width: 150px;
			height: 350px;
			border-left: 2px solid gray;
			border-right: 1px solid gray;
			border-bottom : 2px solid gray;
			padding: 11px 4px 4px 4px; 
			background-color: rgb(192, 192, 192);
			color: maroon;
			font: bold .75em "comic sans ms", verdana, helvetica, sans-serif;
			line-height: 16px}
		#right_side {
			width: 150px;
			height: 361px;
			border-left: 1px solid gray;
			border-right: 2px solid gray;
			border-bottom: 2px solid gray;
			padding: 2px;
			background-color: rgb(192, 192, 192);
			color: maroon;
			display: block;
			font: .75em arial, helvetica, sans-serif;
			text-align: left;
			line-height: 16px;}
		#content_a {
			height: 325px;
			border-bottom: 2px solid gray;
			padding: 20px;
			background-color: rgb(254, 247, 226);
			color: black;
			text-align: justify;
			font: .75em "comic sans ms", verdana, helvetica, sans-serif;}
		.content_b {
			font-size: 75%;
			color: navy;}
		a:link, a:visited {
			background: rgb(192, 192, 192);
			color: maroon;
			text-decoration: none;}
		a:hover {
			background: rgb(252, 238, 227);
			color: maroon;
			text-decoration: none;}
		a:hover img {
			background: rgb(192, 192, 192); 
			text-decoration:none;}
		a img {border: none;}

   /* TOC PAGES */
		.box {
			margin: 0 50px auto;
			text-align: left;
			border: 2px solid gray;
			background-color: #fff;
			font-family: verdana, geneva, arial, helvetica, sans-serif;
			font-size: 12px;
			color: #000;
			}
		.tophoto {
			float: left;
			margin-left: 18px;
			padding: 0;
			width: 80px;
			}	
		#banner_c {
			margin:0; padding:0;
   		background: #9898a8 url(images/topgray.png) top left repeat-x;
			width: 100%;
			height: 70px;
			//background-image: none;
			//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/topgray.png,sizingMethod=scale);
			}		
		#banner_f {
			margin:0; padding:0;
   		background: #bbde70 url(images/topgray.png) top left repeat-x;
			width: 100%;
			height: 70px;
			//background-image: none;
			//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/topgray.png,sizingMethod=scale);
			}
		#banner_m {
			margin:0; padding:0;
   		background: #f1c466 url(images/topgray.png) top left repeat-x;
			width: 100%;
			height: 70px;
			//background-image: none;
			//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/topgray.png,sizingMethod=scale);
			}			
		#title_c {
			margin-top: 10px;
			padding: 0px;
			font: 600 italic 24px "comic sans ms", verdana, helvetica, sans-serif;
			color: #860000;
			}
		#title_f {
			margin-top: 10px;
			padding: 0px;
			font: 600 italic 24px "comic sans ms", verdana, helvetica, sans-serif;
			color: #4c82cc;
			}
		#title_m {
			margin-top: 10px;
			padding: 0px;
			font: 600 italic 24px "comic sans ms", verdana, helvetica, sans-serif;
			color: #cd3700;
			}	
		.sidebar  {
			clear: both;
			}
		#panel_c  {
			background-color: #adadb8;
			width: 9%;
			}	
		#panel_f  {
			background-color: #c7de86;
			width: 9%;
			}
		#panel_m  {
			background-color: #f8cc78;
			width: 9%;
			}			
		#toplinks_c ul {
			margin: 0; padding: 0;
			border-top: 1px solid #a43030;
			border-bottom: 1px solid #a43030;
			border-left: 5px solid #a43030;
			font: 600 11px arial, helvetica, sans-serif;
			background-color: #f5e3e3;
			color: #a43030;
			float: left;
			width: 100%;
			}
		#toplinks_c ul li {
			display: inline;
			}
		#toplinks_c ul li a {
			padding: 0.2em 1em;
			background-color: #f5e3e3;
			color: #a43030;
			text-decoration: none;
			float: left;
 			border-right: 1px solid #fff;
			}
		#toplinks_c ul li a:hover {
			background-color:  #860000;
			color: white;
			}				
		#toplinks_f ul {
			margin: 0; padding: 0;
			border-top: 1px solid #4c82cc;
			border-bottom: 1px solid #4c82cc;
			border-left: 5px solid #4c82cc;
			font: 600 11px arial, helvetica, sans-serif;
			background-color: #dfe5f4;
			color: #4c82cc;
			float: left;
			width: 100%;
			}
		#toplinks_f ul li {
			display: inline;
			}
		#toplinks_f ul li a {
			padding: 0.2em 1em;
			background-color: #dfe5f4;
			color: #4c82cc;
			text-decoration: none;
			float: left;
 			border-right: 1px solid #fff;
			}
		#toplinks_f ul li a:hover {
			background-color: #004e87;
			color: white;
			}
		#toplinks_m ul {
			margin: 0; padding: 0;
			border-top: 1px solid #dd5b15;
			border-bottom: 1px solid #dd5b15;
			border-left: 5px solid #dd5b15;
			font: 600 11px arial, helvetica, sans-serif;
			background-color: #fffaeb;
			color: #dd5b15;
			float: left;
			width: 100%;
			}
		#toplinks_m ul li {
			display: inline;
			}
		#toplinks_m ul li a {
			padding: 0.2em 1em;
			background-color: #fffaeb;
			color: #dd5b15;
			text-decoration: none;
			float: left;
 			border-right: 1px solid #fff;
			}
		#toplinks_m ul li a:hover {
			background-color: #cd3700;
			color: white;
			}		
		table.thumb   {
	 		margin: 0; padding 0;
	 		width: 110px;
	 		height: 90px;
	 		}
		table.thumb th {
			margin:0;
			padding:0;
			text-align: center;
			}
		#coll_c {
			width: 100%;
			padding-top: 10px;
			background-color: #fff;
			border-bottom: 1px solid #a43030;
			clear: both;
			float: left;
			}
	 	#coll_c a {
			font-size: 16px;
			font-weight: 700;
			background-color: #fff;
			color: #a43030;
			text-decoration: none;
			}
		#coll_c dt a:visited {
			background-color: #fff;
			color: #a43030;
			text-decoration: none;
			}
		#coll_c dt a:hover {
			background-color: #fff;
			color: #860000;
			text-decoration: none;
			}		
		#coll_f {
			width: 100%;
			padding-top: 10px;
			background-color: #fff;
			border-bottom: 1px solid #4c82cc;
			clear: both;
			float: left;
			}
	 	#coll_f a {
			font-size: 16px;
			font-weight: 700;
			background-color: #fff;
			color: #467cc6;
			text-decoration: none;
			}
		#coll_f dt a:visited {
			background-color: #fff;
			color: #467cc6;
			text-decoration: none;
			}
		#coll_f dt a:hover {
			background-color: #fff;
			color: #004e87;
			text-decoration: none;
			}
		#coll_m {
			width: 100%;
			padding-top: 10px;
			background-color: #fff;
			border-bottom: 1px solid #cd3700;
			clear: both;
			float: left;
			}
	 	#coll_m a {
			font-size: 16px;
			font-weight: 700;
			background-color: #fff;
			color: #dd5b15;
			text-decoration: none;
			}
		#coll_m dt a:visited {
			background-color: #fff;
			color: #dd5b15;
			text-decoration: none;
			}
		#coll_m dt a:hover {
			background-color: #fff;
			color: #cd3700;
			text-decoration: none;
			}			
		.descr {
			margin: 0;
			padding: 0 35px 0 3px;
			}
		.data {
			margin: 0;
			padding: 3px 0 0 35px;
			font-size: 11px;
			}
		#bottom_c {
    		background: #adadb8;
			width:100%;
			height:45px;
			text-align: center;
			font-size: 75%;
			color: #860000;
			}
		#bottom_f {
    		background: #c7de86;
			width:100%;
			height:45px;
			text-align: center;
			font-size: 75%;
			color: #467cc6;
 			}	
		#bottom_m {
    		background: #f8cc78;
			width:100%;
			height:45px;
			text-align: center;
			font-size: 75%;
			color: #cd3700;
 			}

