body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	margin-left: 0;
	margin-top: 0;
	margin-width: 0;
	margin-height: 0;
	text-align: left;
	background-image: url(Images/BottomPic.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}
.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #CCFFFF;
	font-weight: bold;
}
.JustifyText {
	text-align: justify;
}
.SubHeading {
	color: #FFCCCC;
	font-weight: bold;
}
.HeadingBlock {
	position: absolute;
	top: 190px; 
	left: 25%;
}
.BodyBlock{
	position: absolute;
	top: 250px;
	left: 27%;
	right: 23%;
}
.PictureBlock{
	position: absolute;
	top: 180px;
	left: 0%;
}
.SideBlock{
	position: absolute;
	top: 280px;
	right: 10%;
	left: 80%;
}
.TopNavBlock{
	position: absolute;
	top: 150px;
	left: 0%;
}
.ButtonNavBlock{
	position: absolute;
	top: 155px;
	left: 10%;
	text-align: center;
}
.TopPicBlock{
	position: absolute;
	top: 0px;
	left: 0%;
}
.SubTitle {
	color: #CCFFFF;
	font-weight: normal;
	font-size: medium;
}
.emailText {
	font-size: 12px;
}
.tableText {
	color: #000000;
	background-color: #CCCCCC;
}
a:link {
	color: #ffffcc; 
	text-decoration: underline;
	font-size: medium;
}
a:visited {
	color: #ccffcc; 
	text-decoration: underline;
	font-size: medium;
}
a:hover {
	color: #ffff66; 
	text-decoration: underline;
	font-size: medium;
}
a:active {
	color: #ff0000; 
	text-decoration: none;
	font-size: medium;
}
