@charset "utf-8";
body {
	background: #7D1B15 url(images/TXS-bkg-logo-lt-2.png) repeat;
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
a:link, a:visited {
	color: #D33254;
}
a:hover {
	color: #161616;
	text-decoration: none;
}
#container {
	background: #FFFFFF;
	margin: 20px auto 0px;
	text-align: left;
	border: 2px solid black;
	max-width: 880px;
	min-width: 400px;
}
#header {
	padding: 20px 15% 0;
	text-align: center;
	overflow: hidden;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	font-style: italic;
}
#header h2 {
	font-size: 16px;
	font-style: italic;
}
#header #logo {
	float: left;
	padding-bottom: 50px;
}
#header .letterhead {
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	line-height: 150%;
}
#header .smletter {
	font-size: 60%;
}
#contactinfo {
	/* [disabled]float: right; */
}
#mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
}
#mainContent h2 {
	font-size: 16px;
	font-style: italic;
	line-height: 130%;
	color: #D33254;
}
#mainContent h3 {
	color: #D63153;
	font-style: italic;
	font-size: 14px;
}
#mainContent p {
	line-height: 140%;
}
#mainContent p {
	font-size: 14px;
	font-style: italic;
}
#mainContent .message {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
#mainContent .closing {
	line-height: 120%;
	font-weight: bold;
	font-style: normal;
}

.associations { width: 60%; padding: 2%; }
.associations .stsclogo {
	max-width: 110px;
	margin: 0 20px 20px 0;
}
.associations .tapalogo {
	max-width: 190px;
	margin: 40px 20px 20px;
}

@media only screen and (min-width: 750px) { 
    .associations { float: left; }
	.tapalogo { float: left; }
	.stsclogo { float: left; }
	
}
.associations { width: 60%; padding: 2%; }
	
#locations {
	max-width: 100%;
	clear: both;
	padding-top: 10px;
}
#locations p {
	text-align: justify;
	font-size: 12px;
}
#locations h2 {
	text-align: center;
	margin-top: 30px;
}
#locations td {
	vertical-align: top;
}
#locations ul { padding-left: 0; list-style-type: none; }

#locations li {	
	margin-left: 5px; 
	margin-top: 18px; 
	padding-left: 0; 
	color: #d33254; 
	font-weight: bold;
}

#locations li li {
	margin-left: 18px;
	margin-top: 0;
	color: black;
	font-weight: normal;
}
#locations .lonelink {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#footer {
	margin: 0 auto;
	max-width: 880px;
	min-width: 400px;
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
#copyright {
	margin: 0;
	font-size: 12px;
}
#copyright p {
	color: #000;
	margin: 0;
	text-align: left;
}
#copyright a:link, #copyright a:visited {
	color: #000;
}
#copyright a:hover {
	text-decoration: none;
	color: #999;
}
#copyright .hosting {
	float: right;
}
.redtext {
	color: #D33254;
	padding-top: 0px;
	margin-top: 0px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
