@charset "UTF-8";
a:link {
	color: #333366;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
.linktext {
	margin-bottom: 5px;
}
a:hover {
	text-decoration: underline;
	color: #3399FF;
	font-weight: bold;
}
ul.MenuBarVertical ul {
	text-decoration: none;
}
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container  {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F2eee0;
} 
#header  {
	background-image: url(images/2009banner.jpg);
	background-repeat: no-repeat;
	height: 213px;
	width: 760px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 20px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #663300;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent  {
	width: 480px;
	margin-top: 1px;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
#leftside {
	width: 178px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer  {
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	height: 35px;
	width: 760px;
	background-color: #000000;
	clear: both;
	background-image: url(images/texasfooter.jpg);
} 
.sidebartext {
	font-size: 12px;
	line-height: 17px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.buttontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 11px;
	font-weight: normal;
	margin: 0px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#designby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
#linkslist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	list-style-type: square;
}
a.button{
	width: 120px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	text-transform: none;
	height: 48px;
	padding-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 12px;
}
a:hover.button{
	background-image: url(images/button_over.png);
	background-color: transparent;
}
a.bigbutton{
	width: 135px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	text-transform: none;
	height: 145px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(images/button_big.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
a:hover.bigbutton{
	background-image: url(images/button_over_big.png);
	background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.pageheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #000000;
	font-size: 22px;
	text-indent: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 480px;
	line-height: 26px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin: 0px;
}
.bodytextitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.bodytextbold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
}
.bodybolditalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 19px;
	font-weight: bold;
}
.columntext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
}
.column-h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -4px;
	margin-left: 0px;
}
.cutline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 4px;
}
.cutlinelong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	font-weight: bold;
	text-align: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.superscript {
font-size: smaller;
vertical-align: baseline;
position: relative;
bottom: 0.33em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.picture img {
	vertical-align:middle;
	margin-bottom: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.right {
	float:right;
	margin-left: 10px;
}
.left {
	float:left;
	margin-right: 10px;
}
.deck {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
}
.editornote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	margin: 0px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.newsroomheading {
	background-color: #336699;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #339999;
}
.liststyle {
	list-style-type: square;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-style: normal;
}
.callout150-left {
	background-color: #d3cfc2;
	font-size: 13.5px;
	width: 151px;
	float: left;
	padding: 5px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 19px;
	font-weight: bold;
	text-align: center;
}
.callout150-right {
	background-color: #d3cfc2;
	font-size: 9.5px;
	width: 151px;
	float: right;
	padding: 5px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
}
.photobox150-left {
	background-color: #d3cfc2;
	font-size: 9.5px;
	width: 151px;
	float: left;
	padding: 5px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
}
.photobox150-right {
	background-color: #d3cfc2;
	font-size: 9.5px;
	width: 151px;
	float: right;
	padding: 5px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
}
.photobox300-left {
	background-color: #d3cfc2;
	font-size: 9.5px;
	width: 301px;
	float: left;
	padding: 5px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
}
.photobox300-right {
	background-color: #d3cfc2;
	font-size: 9.5px;
	width: 301px;
	float: right;
	padding: 5px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.photobox440 {
	background-color: #d3cfc2;
	font-size: 9.5px;
	width: 441px;
	float: left;
	padding: 5px;
	margin-right: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-align: center;
}
.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	font-style: italic;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}
.longbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	margin: 0px;
	background-color: #003366;
	padding-left: 10px;
}
a:hover.longbutton {
	background-image: url(images/button_over.png);
	background-color: transparent;
	color: #FFFFFF;
}
a.longbutton {
	width: 135px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	text-transform: none;
	height: 145px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(images/button_big.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

