@charset "utf-8";
/* CSS Document */

#container {
width: 768px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}
#banner {
	background-image: url(images/Header.jpg);
	height: 150px;
	width: 768px;
}
#container_menu {
	height: auto;
	width: auto;
	background-color: #CCC;
	overflow: hidden;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	margin: auto;
}
#container_body {
	height: auto;
	width: 768px;
	overflow: visible;
}
#footer {
	background-image: url(images/Footer.gif);
	height: 50px;
	width: 768px;
	overflow: hidden;
}
.HeadingI {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	color: #000;
	text-align: center;
}
.NewsHeading {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #066;
	text-align: left;
}
.NewsBody {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #066;
}
.NewsBodyCH {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
}
.BodyText {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
}
.SmallBodyText {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
}
.HiVis {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #96F;
	text-align: center;
}
