BODY 
{
 background-image: url(img/texasbg2.jpg);
 margin: 10;
}

#page 
{
  width: 780px;

  margin-left: auto;
  margin-right: auto;

  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  
  background-color: #FFFFCC;
}

#page p
{
  margin-right: 10px;
  margin-left: 10px;
}

#page A
{
  text-decoration: none;
  color: #333399;
}

.header
{
  background-color: #999966;
}

.header1
{
  display: block;
  color: #000066;

  font-family: sans-serif;
  font-style: italic;
  font-size: 20pt;
  font-weight: bold;

  padding-top: 5px;
  padding-bottom: 5px;
}

.header2
{
  display: block;
  color:#333399;

  font-family: sans-serif;
  font-style: italic;
  font-size: 12pt;
}

#page TABLE
{
  font-family: serif;
  font-weight: normal;
  font-size: 12pt;

  color:black;
}

#page TABLE.small
{
  font-family: sans-serif;
  font-weight: normal;
  font-size: 10pt;

  border: 1px solid #999966;
  color:black;
}

#page TD
{
  vertical-align:top;
}

#page TABLE.small TD
{
  padding: 3px;
  border: 1px solid #999966;
  background-color: #FFFFDD;
}

.plain A
{
  display: block;
  text-decoration: none;
  color: white;
}

.hover A
{
  display: block;
  text-decoration: none;
  color: white;
}

.plain
{
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  background-color: #999999;
  padding-left: 3px;
  padding-right: 3px;
}

.current
{
  color: white;
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  background-color: blue;
  padding-left: 3px;
  padding-right: 3px;
}

.hover
{
  border-color: black;
  border-style: solid;
  border-width: 1px;
  background-color: #6666FF;
  padding-left: 3px;
  padding-right: 3px;
}

.main_menu
{
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  background-color: #CCCC99;
}

.main_menu_table
{
}

.main_menu_item
{
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
}

.sub_menu
{
  width: 175px;
  margin-top: 5px;
  background-color: #CCCC99;
}

.sub_menu_table
{
  width: 100%;
}

.sub_menu_item
{
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
}

.footer 
{ 
  font-family: sans-serif; 
  font-size:8pt; 
  color: #999999; 
  text-align: center;
}

#page A.foot
{
  color: #999966; 
  text-decoration: none;
}

.heading
{
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12pt;
  color: #996633;

  margin-top: 5px;

  border-bottom-color: black;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.heading2
{
  font-family: sans-serif;
  font-weight: normal;
  font-size: 12pt;
  color: #996633;
}

