body {
	/* background-image: url(Images/Background.png); */
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#CentredPage {
	background-image: url(Images/Backgroundnew.png);
	/* background-color: #ddeeff; */
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	right: -1px;
	left: -1px;
	visibility: visible;
}
#MenuBar {
	background-color: #35a4ff;
	font-weight: bold;
	font-style: normal;
	height: 30px;
	font-size: medium;
	display: block;
}
#MenuBar table {
	margin-left: auto;
	margin-right: 0px;
	width: 600px;
	/* height: 30px; */
	color: black;
	border-spacing: 0px;
	vertical-align: middle;
}
#MenuBar tbody {
	height: 30px;
}
#MenuBar tr {
	height: 30px;
}
#MenuBar td a:hover {
	background-color: #3366ff;
	color: white;
}
#MenuBar td {
	width: 120px;
	text-align: center;
}
#MenuBar a {
	text-decoration: none;
	color: black;
	display: block;
	width: 100%;
	height: 100%;
}
#MenuBar td:hover {
	background-color: #3366ff;
	color: white;
}
#PageContent ul {
	list-style-type: square;
	list-style-position: outside;
}
#PageContent1 ul {
	list-style-type: square;
	list-style-position: outside;
}
#PageContent table, td {
	text-align: justify;
}
#PageContent1 table, td {
	text-align: justify;
}

#PageContent1 {
	background-image: url('Images/CCSGroup.jpg'); 
	background-repeat:no-repeat;
	background-size:cover;
	border-bottom: 2
	border-bottom-color: #ffffff
}
#PageEnd ul li {
	display: inline;
	color: black;
	text-decoration: none;
	padding-right: 50px;
	padding-left: 50px;
}
#PageEnd {
	border-style: none;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background-color: #35a4ff;
	font-size: small;
}
#PageEnd ul {
	margin: 0;
}
#PageEnd a {
	text-decoration: none;
	color: white;
}
#PageEnd a:hover {
	color: blue;
	text-decoration: underline;
}
#PageEnd ul li a {
	text-decoration: none;
	color: black;
	list-style-type: none;
}
#PageEnd ul li a:hover {
	color: blue;
	text-decoration: underline;
}
p {
	text-align: justify;
	color: black;
}
h1 {
	font-weight: bold;
}
h2 {
	font-weight: bold;
	font-size: large;
}
h3 {
	font-weight: bold;
	font-size: medium;
}
#LogoSplash {
	width: 980px;
	height: 160px;
	background-image: url(Images/LogoAndSlogan980px.png);
	background-repeat: no-repeat;
	display: block;
	background-position: center center;
}
#current a {
	color: white;
}
#shadow {
	border: 1px solid gray;
	margin-right: auto;
	right: -1px;
	left: -1px;
	margin-left: auto;
	width: 980px;
	-moz-box-shadow: 0px 0px 10px #222;
	-webkit-box-shadow: 0px 0px 10px #222;
	box-shadow: 0px 0px 10px #222;
}
.tlb {
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 2px;
}