body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	
}
.barBG {
	background-image: url(images/bluebartop.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.barBGBottom {
	background-image: url(images/bluebarbottom.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.menuLinks a{
	text-decoration: none;
	padding: 6px;
	height: auto;
	width: auto;
	color: #ffffff;
	
}
.menuLinks a:hover{
	text-decoration: none;
	padding: 6px;
	height: auto;
	width: auto;
	color: #000000;
}
.HeadingText {
	color:#0099CC;
	}
