body {
	background-color: 2A357F;
}

a:link {
	text-decoration: none;
	color: #EA2822;
	border: 0;
}
a:visited {
	text-decoration: none;
	color: #EA2822;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

/* #header {
	width:980px;
	top:10px;
	border: none;
	padding: 0;
	margin: 0;
	position:absolute;
	
 }
 */
 
 #headerwrap {
 	width:980px;
 	height:220px;
 	background-image: url(images/swtxbanner.jpg);
 	background-repeat: no-repeat;
	top:0;
 }
 
 #headertop {
	width:980px;
	position:absolute;
	border: none;
  }

 #headerbottom {
	width:980px;
	position:absolute;
	top: 200px;
	border: none;

 }

#headertop, #headerbottom {
	background-image: url(images/transwhite60.png);
	background-repeat: none;
	
}

#headertop ul > li, #headerbottom ul > li {
	list-style: none;
	display:inline;
}


#headertop a, #headerbottom a {
	color:#c71f26;
	text-decoration:none;
	padding: 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-left: 1px red dashed;
	border-right: 1px red dashed;
}

#headertop ul, #headerbottom ul {
	text-align:center;
	margin:5px;
}

#content {
	background-image: url(images/logoback.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	width: 760px;
	background-color:#FFFFFF;
	min-height: 500px;
	position: absolute;
	top: 230px;
	vertical-align: middle;
	border-right-width: thick;
	border-right-color: #FFFFFF;
	padding:30px;
}


#content li {
	text-indent: 20px;
	padding: 5px;
}

h1 {
	text-align: center;
	color: #ea2822
}

#footer {
	color: #000000;
	font-family:Times;
	font-size: 12px;
	width: 800px;
	vertical-align: text-bottom;
	bottom:0px;
	overflow: hidden;	
	left: 10px;
	padding: 15px 0 0 0;
}

#ad {
	left:838px;
	width:150px;
	height:400;
	overflow: hidden;
	position: absolute;
	top: 230px;
}
.style2 {
	color: #000000;
	font-weight: bold;
	font-size: 24px;
}

.style3 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.style5 {
	color: #000000; 
	font-size: 18px; 
	font-weight: bold; 
}
.style6 {color: #ea2822
}

.floatleft {
	float:left;
	margin:0 20px 10px 0;
}

.floatright {
	float:right;
	margin:0 0 10px 20px;
}
