@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
}
.customBody #content {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	height: 833px;
	background-image: url(Assets/Graphics/bgTSSBase.png);
	vertical-align: top;	
}
.customBody  #banner {
	text-align: left;
	left: 327px;
	top: 10px;
	position: relative;
	width: 675px;
	height: 120px;
	font-size: large;
	color: #003366;
}
.customBody #banner #title {
	text-align: left;
	clear: none;
	float: right;
	padding-right: 25px;
	margin-top: -5px;
	margin-right: 25px;
	top: 40px;
	position: relative;
}
.customBody #menuBar {
	text-align: left;
	left: 20px;
	top: 16px;
	position: relative;
	width: 945px;
}
.customBody #LeftBar {
	text-align: left;
	width: 275px;
	height: 655px;
	position: relative;
	left: 18px;
	top: 30px;
	padding-right: 5px;
	color: #FFFFFF;
}
.customBody  #main {
	text-align: left;
	width: 680px;
	height: 655px;
	position: relative;
	left: 310px;
	top: -655px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
}
.customBody #main h1 {
	text-align: left;
	color: #003366;
	padding-top: 15px;
}
.customBody #main h2 {
	text-align: left;
	color: #003366;
	padding-top: 15px;
}
.customBody #main #imageLeft {
	float: left;
	width: 425px;
	margin-left: 12px;
	padding-top: 20px;
	visibility: visible;
}
.customBody  #main  #imageRight {
	text-align: left;
	float: right;
}
.customBody #main #quote {
	text-align: left;
	float: right;
	color: #003366;
	background-image: url(Assets/Graphics/bgQuote.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 208px;
	clear: none;
	font-size: small;
	margin-top: 20px;
	margin-right: 28px;
}
.customBody #main #mainText {
	text-align: left;
	color: #000000;
	background-repeat: no-repeat;
	clear: left;
	width: 640px;
	margin-left: 12px;
}

