@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	padding:0;
	margin:0;
}
h3{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}
p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#FFF;
}
img {
	border:0;
}
a:link {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}	
a:visited {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}	
a:active {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#FF0;
	text-decoration:underline;	
}	
a:hover {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#FF0;
	text-decoration:underline;		
}	
.nav {
	background-image:url(images/nav-bg.png);
	background-repeat:no-repeat;
	background-position:center;
}
a.nav:link {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}	
a.nav:visited {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}	
a.nav:active {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FF0;
	text-decoration:underline;	
}	
a.nav:hover {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FF0;
	text-decoration:underline;		
}	
.footer{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FF0;
	text-decoration:none;		
}	
a.footer:link{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FF0;
	text-decoration:none;		
}	
a.footer:visited{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FF0;
	text-decoration:none;		
}	
a.footer:active{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FF0;
	text-decoration:none;		
}	
a.footer:hover{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#FF0;
	text-decoration:underline;		
}	
.midsection {
	background-image:url(images/midBG.jpg);
	background-repeat:repeat-y;
	width:952;
	min-height:200px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;	
}
.bottomArea {
	background-image:url(images/bottomBG.jpg);
	background-repeat:no-repeat;
	height:100px;
	width:952px;
	padding:20px;
}
.blckTexas t {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	color:#000;
	font-weight:bold;
}