body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #9ACFFA;
	color: #000000;
	line-height: 1.3em;
}
h1 {
 	font-size: 125%;
	font-weight: bold;
	text-align: center;
}
h2 {
 	font-size: 110%;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #0066CC;
	margin-top: 30px;
}
a:link {
	color: #0066CC;
}
a:active, a:hover, a:visited {
	color: #000066;
}
#mainTable {
	width: 800px;
	background-image: url(Images/Watermark.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.ClickImagesText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
	text-align: center;
}
.BodyTextSubHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #0066CC;
}
#header {
	height: 180px;
	background-image: url(Images/tscLogo.jpg);
	background-repeat: none;
	background-position: center;
	background-color: #000000;
}
#navbar {
	width: 150px;
	border: 2px solid #000000;
	border-top: none;
	vertical-align: top;
}
#mainContent {
	padding: 20px;
	padding-bottom: 0px;
	border-right: 2px solid #000000;
	border-bottom: none;
	border-top: none;
	border-left: none;
	margin: 0px;
}
#innerTable {
	height: 570px;
	border: 2px solid #000000;
	vertical-align: text-top;
	text-align: justify;
	padding: 20px;
	margin: 0px;
}
#footer {
	padding: 2px;
	font-size: 60%;
	border: 2px solid #000000;
	border-top: none;
	border-left: none;
	vertical-align: middle;
	text-align: centre;
}
p {
	text-align: justify;
}
.centreLinkPageAnchors {
	text-align: center;
}
#fieldset1 {
	padding: 25px 30px 15px 30px;
	border: 2px groove #0066CC;
	background-color: #CCCCCC;
}
#contactUsTable {
	width: 95%;
	margin: 0 auto;
}
#contactUsTable td {
	padding: 3px;
}
.floatImageRight {
	float: right;
	margin: 0px 0px 20px 20px;
}