@charset "utf-8";
body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(../resources/tsa-background.gif);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 10px;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 1px;
}
h4 {
	font-size: 110%;
}
li {
	padding-top: 3px;
	padding-bottom: 3px;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	margin-bottom: 10px;
}

.banner {
	margin: 0px;
	padding: 0px;
}





.oneColLiqCtr #container {
	width: 782px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
}
a:link {
	color: #123E62;
	text-decoration: underline;
}
a:visited {
	color: #123E62;
	text-decoration: underline;
}
a:hover {
	color: #0773CB;
	text-decoration: underline;
}
