h1 { font-family: Garamond, "Times New Roman", serif; color: blue; background-color: transparent; text-align: center; font-style: italic;}
h2 { font-family: Garamond, "Times New Roman", serif; color: red; background-color: transparent; text-align: center; font-style: italic; }
h3 { font-family: Garamond, "Times New Roman", serif; color: blue; background-color: transparent; text-align: center; font-style: italic; }
p {  background-color: transparent; }
body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: black; font-size: 1em; background-image: url(61bubble.jpg); background-position: 0 0; background-repeat: no-repeat;}
.links { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 110%; text-align: center; text-decoration: none; font-size: 1em; }
.address { font-family: Garamond, "Times New Roman", serif; background-color: transparent; text-align: center; }
.copy { font-family: Garamond, "Times New Roman", serif; background-color: transparent; text-align: center; font-size: 90%; }
a { text-decoration: none }
a:hover { color: red}
th { text-align: center; background-color: yellow}
tfoot { color: red; }
dt { color: orange; }
dl { text-align: center;}

              #sidebar-a {
			border-top:0px solid #063661;
			float: left;
			width: 120px;
                        margin: 0px;
			padding: 4px;
			background-color: blue;
				}
/*--SideBar--*/
		
		#sidebar-a ul {
			border:0px solid red;
			margin: 0px;
			width: 120px;
			padding: 0px;
			list-style-type: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}

		#sidebar-a ul li{
			display:block;
			width: 120px;
			border-bottom: 1px solid silver;
			padding-left: 3px;
			color: silver;
		}
		
		#sidebar-a ul li.active {
			display:block;
			width: 120px;
			border-bottom: 1px solid #eee;
			background-color: #8FBC8F;
			color: blue;
			padding-left: 3px;
			padding-top: 3px;
			padding-bottom: 3px;
			font-weight : bold;
		}
		
		#sidebar-a a {
			display: block;
			padding: 3px;
			width: 120px;
			padding-left: 6px;
			background-color: silver;
			text-decoration: none;
		}

		#sidebar-a a:link, #navlist a:visited {
			color: #ffffff;
			text-decoration: none;
		}

		#sidebar-a a:hover {
			background-color: #B22222;
			color: #fff;
			font-size:12px; color:#BDDCF9; font-weight : bold;
			
			}
	
		/*--SideBar Class--*/	

