/*
 * Style for IE browsers
 */
#indexbox
	{
	width: 80.0%;	/* 60.0em; */
	height: 30em; 
	border: 0em solid red; 
	padding: 0 0 2.0em 0;
	margin: 0;
float: left;
clear: right;
	background-image: url(jpgfiles/texas2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 107;
	}
.welcomebox
	{
	float: left; 
	text-align: left;
	width: 90%;
	height: 2.0em;
	letter-spacing: .2em; 
	padding-left: 0.0em; 
	padding-bottom: 0.0em;
	font-size: 150%; 
	font-family:'Monotype Corsiva', verdana;
	margin: 0;
	border: 0em solid black;
	}
.m200
	{
	margin-left: 12%;
	margin-top: 0px;
	}

