* { padding: 0px; margin: 0px; border: none; outline: none; }
.superScriptMark { font-size: 8px; position: relative; top: -8px; }

/*
Darkest Grey: #4a4e51
Mid Grey: #AAB3B6
*/


body {
	/*background-color: #EFEFEF;*/
	/*background-color: #999999;*/
	background-color: #AAB3B6;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

#bodyWrapper {
	/*border: 1px solid black;*/
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#bodyHeader, #bodyContent, #bodyFooter {
	/*border: thin solid green;*/
	width: 960px;
	float: left;
}
#plug{
	background-image: url('../images/longer_plug.png');
	background-repeat: no-repeat;
	height: 63px;
	z-index: 100;
	margin-top: -20px;
	margin-bottom: 10px;
	
}
#bfClear { clear: both;	}

#bodyHeader {
/*	background-image: url('../images/tnmp_new_header_2.jpg');*/
	height: 135px;
	background-color: #ffffff;
	position: relative;
	z-index: 100;
}

#bodyHeader #logo, #bodyHeader #programBanner {
	position: relative;
/*	top: 13px;
	left: 29px;*/
	width: 280px;
}

#bodyHeader #programBanner { 
	top: -76px; 
	left: 600px; 
	width: 330px; 
	height: 28px;
	text-align: right;
}
#bodyHeader #programBanner a { color: #FFF; }
#bodyHeader #programBanner h3 { color: #FFF; font-size: 14px; font-style: italic; font-weight: bold; }
#bodyHeader #programBanner h3 span { color: #FF0000; }
#bodyHeader #programBanner h4 { color: #FFF;  font-size: 12px; font-style: italic; }

#bodyHeader #texasLink {
	position: relative;
	top: -50px;
	left: 587px;
	width: 340px;
	font-size: 12px;
	color: #FFF;
	font-style: italic;
	text-align: right;
}
#bodyHeader #texasLink a {
	color: #FFF;
	text-decoration: none;
}
#bodyHeader #texasLink a:hover {
	text-decoration: underline;		
}

/* ############# TEXT STYLING ############### */
.txtBlueH1, .txtBlueH4 {
	font-size: 26px;
	font-weight: bold;
	color: #017dc3;
}

.txtBlueH4 { font-size: 16px; }


/* ############# NAVIGATION ############### */
a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FEBE10;
	text-decoration: underline;
}

/* ############# Footer Links ############### */
#bodyFooter {
	margin-top: 30px;
	margin-bottom: 50px;
	padding-top: 10px;
}
#bodyFooter #footerLinks {
	width: 960px;
	float: left;
	margin-bottom: 20px;
}
#bodyFooter #footerLinks ul {
	margin-left: 320px;
}
#bodyFooter #footerLinks li {
	list-style: none;
	float: left;
}

#footerLinks li a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
#footerLinks li a:hover { color: #FEBE10; text-decoration: underline;}
.footLinkSep { padding: 0 10px; color: #000000 }
#footerLegal {
	width: 960px;
	font-size: 12px;
	float: left;
	text-align: center;
}

#logoFooter1, #logoFooter2 {
	position: relative;
	top: -20px;
	left: 720px;
	width: 237px;
	height: 59px;	
}
#logoFooter2 {
	top: -72px;
	left: 537px;
	width: 150px;
	height: 62px;	
}
#esQuote {
	position: relative;
	top: -66px;
	font-size: 13px;
	font-weight: bold;
	color: #017dc3;
	color: #000;
	width: 960px;
	text-align: center;
}
td.txtNormal {
	padding: 6px;
}
.breadcrumbs {
	position: relative;
	font-size: .7em;
	color: #FEBE10;
	top: -8px;
}
.breadcrumbs a:link, .breadcrumbs a:hover, .breadcrumbs a:visited, .breadcrumbs a:active {
	color: #FEBE10;
	text-decoration: underline;
}
hr {
	border: 0;
	border-bottom: 1px solid #000000;
}