@media print {

.printhide { display: none }

}

@media screen {

.screenhide { display: none }

}

body {
	background: #CCCCCC; 
	margin: 0;
	padding: 0;
	height:100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .72em;
	color: #000000;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

#dbtw_ID_Toolbar_Top table {
margin-right: auto;
margin-left: auto;
}

#container {  
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	color: inherit;
	/*border: 1px solid #000000;*/
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	overflow: visible;
}

#titlebar {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	height: 108px;
	background-repeat: no-repeat;
	background-position: top;
	border-bottom: 1px solid #000000;
}

body#home #titlebar {
	background-image: url(/images/title_home.jpg);
}

body#about #titlebar {
	background-image: url(/images/title_about.jpg);
}

body#coordch #titlebar {
	background-image: url(/images/title_coordination.jpg);
}

body#maintch #titlebar {
	background-image: url(/images/title_maintenance.jpg);
}

body#txregions #titlebar {
	background-image: url(/images/title_txregions.jpg);
}

body#contactus #titlebar {
	background-image: url(/images/title_contactus.jpg);
}

#search {
	float: right;
	padding: 8px;
}

input.searchtopnav {
	width: 175px;
	border: 1px solid #333333;
	padding: 2px 2px 2px;
	font-size: 10px;
	margin: 0; }

#topnav {
	width: 750px;
/*	height: 25px;*/
	margin: 0;
	padding: 7px 0;
	font-size: .98em;
	text-align: right;
	background-color: #B66725;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#topnav ul {
	margin: 0 2em 0 0;
	padding: 0;
	display: inline;
	/*border: 1px solid #33eefd;*/
	} 

#topnav ul li {
	margin: 0;
	padding: 0 6px 6px 8px;
	border-left: 1px solid #000000;
	list-style: none;
	display: inline;
	}
			
#topnav ul li.first {
	border-left: none;
	}



#subnav {
	width: 740px;
	margin: 1em 0 7px 0;
	padding: 0 0 0 10px;
	font-size: .98em;
	text-align: left;
	background-color: #FFFFFF;
}

#subnav ul {
	margin: 0;
	padding: 0;
	display: inline;
	/*border: 1px solid #33eefd;*/
	} 

#subnav ul li {
	margin: 0;
	padding: 0 5px 0 7px;
	border-left: 1px solid #666666;
	list-style: none;
	display: inline;
	}
			
#subnav ul li.first {
	padding-left: 1px;
	border-left: none;
	}






#graphic-row {
	width: 750px;
	height: 73px;
	background-image: url(/images/home_graphicrow.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-top: 8px solid #000000;
}

#contentarea {
	width: 740px;
	padding: 0 0 0 10px;
	background: #FFFFFF;
	background-image: url(/images/home_contentarea.gif);
	background-repeat: repeat-y;
	overflow: auto;
}

#contentarea2 {
	width: 730px;
	margin: 0 auto;
	padding-bottom: 2em;
	background: #FFFFFF;
	overflow: auto;
	text-align: left;
}

/* HOME PAGE */

#announcements {
	width: 205px;
	float: left;
	padding-right: 10px;
	/*border-right: 1px solid #000000;*/
	overflow: visible;
}

#feature {
	width: 280px;
	float: left;
	padding: 0 10px;
	/*background-color: #DADADA;*/
	/*border-right: 1px solid #000000;*/
	overflow: visible;
}

#calendar {
	width: 205px;
	float: left;
	padding-left: 10px;
	overflow: visible;
}

#online-community {
	width: 203px;
	background-color: #E7E7E7;
	border: 1px solid #666666;
}

#online-community h2 {
	margin-top: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #666666;
}

#online-community p {
	padding: 0 4px;
}

#announcements strong, #calendar strong {
	color: #B66725;
	font-weight: bold;
}

/* END HOME PAGE */


#footer {
	width: 750px;
	margin: 0 auto;
	padding: 1em 0 2em 0;
	font-size: .90em;
	color: #FFFFFF;
	text-align: center;
	background-color: #868686;
	border: 1px solid #000000;
	overflow: visible;
}

#footer img {
	margin: .50em 0 -.50em 0;
}

#topnav a:link, #topnav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#topnav a:hover, #topnav a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#subnav a:link, #subnav a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#subnav a:hover, #subnav a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:link, a:visited {
	color: #2F682F;
	text-decoration: underline;
}

a:hover {
	color: #B66725;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	font-weight: bold;
	color: #2F682F;
	text-decoration: none;
}

.capsbold {
	color: #2F682F;
	font-weight: bold;
}

.capsbold a {
	text-decoration: none;
}



.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clear 	 {
	clear: both;
}

li {
	margin: .5em 0;
}

li.none {
	list-style-type: none;
}

ul.disc
{
        list-style-type: disc;
}

ul.circle 
{
	list-style-type: circle;
}

ul.square 
{
	list-style-type: square;
}

ul.none 
{
	list-style-type: none;
}

ul.nonepad 
{
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

ul.nonepad li
{
	padding: .5em .7em;
	letter-spacing: 0.05em;
}

ul.nonepad li.sub
{
	font-size: .7em;
	padding: .5em .7em .5em .8em;
	letter-spacing: 0.05em;
	font-weight: normal;
	letter-spacing: 0em;
}

ol.decimal 
{
	list-style-type: decimal;
}

ol.lroman 
{
	list-style-type: lower-roman;
}

ol.uroman 
{
	list-style-type: upper-roman;
}

ol.lalpha 
{
	list-style-type: lower-alpha;
}

ol.ualpha 
{
	list-style-type: upper-alpha;
}

table.search {
	width: 100%;
	font-size: .9em;
	background-color: #EEEEEE;
	border-collapse: separate ;
	border-spacing: 0px ;

}

table.search td {
	vertical-align: top;
	padding: .5em;
}

.nobr {
	white-space: nowrap;
}


ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE   { display: block }
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }

H1 {
	color: #666666;
	font-size: 1.25em;
	font-style: normal;
	font-weight: bold;
	margin: 1.0em 0;
}

H2 {
	color: #666666;
	font-size: 1.0em;
	font-weight: bold;
	margin: 1.0em 0;
	padding: 4px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

H3 {
	color: #B66725;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1.0em 0;
	padding: 4px;
	border: 1px solid #B66725;
	background-color: #FFFFFF;
}

H4 {
	color: #B66725;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 1em 0;
}

H5 {
	color: #333333;
	font-size: 1.10em;
	margin-bottom: 0em;
	font-weight: bold;
}

H6 {
	color: #333333;
	font-size: 1.00em;
	margin-bottom: -1em;
	font-weight: bold;
}

P, UL {
	margin-top: 0;
	margin-bottom: -.25em;
}
 
BLOCKQUOTE,
FIELDSET, FORM,
DIR, MENU, IMG       { margin: 1em 0 }

LEGEND        { color: #003366; }

OL, DL      { margin-top: 1.0em; margin-bottom: 1.0em; }

B, STRONG   { font-weight: bolder }

BLOCKQUOTE      { color: #663300; margin-left: 5%; margin-right: 5%; }

BLOCKQUOTE.byline      { color: #000000; margin-left: 5%; margin-right: 5%; }

I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace }

CODE		{ font-size: 1.1em; }

PRE             { white-space: pre }
BIG             { font-size: 1.17em }
SMALL, SUB, SUP { font-size: .83em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
HR              { border: 1px inset }

OL              { list-style-type: decimal }
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
U, INS          { text-decoration: underline }
CENTER          { text-align: center }
BR:before       { content: "\A" }

/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em }
/*A[href]         { text-decoration: underline } */
:focus          { outline: thin dotted invert }


/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

/* Elements that are block-level in HTML4 */
ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, 
COL, COLGROUP, TD, TH, CAPTION 
                { unicode-bidi: embed }
/* End bidi settings */


@media print {
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
}

@page { margin: 10%; }

@media aural {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
  H1            { pitch: x-low; pitch-range: 90 }
  H2            { pitch: x-low; pitch-range: 80 }
  H3            { pitch: low; pitch-range: 70 }
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  DFN           { pitch: high; pitch-range: 60; stress: 60 }
  S, STRIKE     { richness: 0 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
