@charset "utf-8";
#mainContent #linkbox {
	border: medium solid #003300;
}
#mainContent #outer {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}


td img {
	display: block;
	padding: 0px;
}

body  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #006600;
}

.Content {
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 18px;
	text-indent: 10px;
}
.SubHeading {
	font-size: 18px;
	font-style: normal;
	color: #003300;
	text-decoration: underline;
	background-color: #009900;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.FootNote {
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.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;
	margin-top: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 0px;
}
.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;
	margin-left: 8px;
	margin-right: 8px;
}
#Right {
	padding: 5px;
	width: 85px;
}

#mainContent {
	padding-top: 5px;
	padding-right: 10px;
	font-size: 14px;
	padding-left: 10px;
	
} 
#container {
	padding: 0px;
	left: 0px;
	top: 0px;
}
#menu {



}

#menu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
	margin: 5px;
	padding-left: 10px;
}
a:visited {
	color: #660066;


}
a:link {
	color: #000066;



}

a:hover {
	color: #0033CC;


}
#divtexas {
	background-color: #FFFFFF;
	border: medium solid #000000;
}
#menu #mitem {
	border: 1px none #009933;
	padding-top: 1px;
}
