h2 {
	font-family: "Agency FB", Arial, "Times New Roman", Georgia;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
}
body {
	font-family: "Agency FB", Arial, "Times New Roman", Georgia;
}


a {
	color: #006ACD;
	text-decoration: none;
}

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

}
/*This is for the Menu*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 125px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 124px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #fff; /* IE6 Bug */
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover {
	color: #006ACD;
	background-color: #CCCCCC;
} /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
h1 {
	font-size: 9px;
}
.add {
	font-family: Helvetica;
	font-size: 14px;
	color: #006ACD;
	font-weight: bold;
	font-style: normal;
}
