body {
	background-image: url(images/TSGS-bg.gif);
	background-repeat: repeat-x;
	background-color: #084055;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
}
img {
	text-align: center;
}
#wrapper {
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/TSGS-body.gif);
	background-repeat: repeat-y;
	text-align: center;
}
h1 {
	color: #003366;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}
h2 {
	font-size: 20px;
	color: #FF6600;
	text-align: center;
	text-decoration: underline;
}
ul {
	margin-left: 5px;
	list-style-image: url(images/checkmark.png);
	font-size: 14px;
	text-align: left;
	margin-right: 5px;
}
li {
	padding-bottom: 5px;
}
h3 {
	font-style: italic;
	font-size: 18px;
	text-align: center;
	
}
.HL {background: #ffff00;
color: #000000;}
#header {
	background-image: url(images/TSGS-Header.jpg);
	height: 118px;
	width: 910px;
}
#main {
	padding-right: 30px;
	padding-left: 30px;
}
#copyright {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin-top: 10px;
	margin-bottom: 15px;
}
#footer {
	background-image: url(images/TSGS-Footer.gif);
	height: 9px;
	width: 910px;
}

