body {
	background-color: #00004d;
	color: #000;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}
	
table {
	line-height:18px;
	text-align:left;
	}
td {
	text-align:left;
	vertical-align:top;
	}

a, a:visited {
	color: #00f;
	text-decoration: none;
	border: none;
	}
	
a:hover {
	color: #00f;
	border: none;
	text-decoration: underline;
	}
	
img {
	border: none;
	}

#container { 
	width: 900px; 
	background-color: #fff;
	text-align: left; 
	margin: 20px auto; 
	border: 1px solid #FFFFFF;
	}
	
#header { 
	background: #000066 url(images/TexasFlag.jpg) no-repeat;
	background-position: right;
	height: 116px;
	padding: 15px 0px 0px 0px;
	}
	
#header h2 {
	color: #ffffff;
	font-family: goudy old style, "Times", verdana, serif;
	font-size: 26pt;
	font-variant: small-caps;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 13px;
	letter-spacing: 2px;
	}

#header h3 {
	color: #F0F0F0;
	font-size: 16pt;
	font-family: georgia, verdana, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	margin-left: 15px;
	}
	
/*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	position:relative;
	float:left;
	margin-top:0px;
	padding:0;
	border:0;
	height:23px;
	width:900px;
	background:#660000;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 11px;
	color: #fff;
	border-top: 1px solid #A3A300;
	border-bottom: 1px solid #A3A300;
	z-index:101;
	}

.menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;
	text-align:left;
	line-height:1.0em;
	}

.menu li {
	float:left;
	position:relative;
	margin:0;
	}

.menu ul li table {
	margin:-1px 0;
	m\argin:0;
	border-collapse:collapse;
	font-size:11px;
	}

.menu a {
	padding: 5px 15px;
	text-decoration: none;
	color:#fff;
	}

.drop {
	display:block;
	padding:0px 5px;
	margin:0;
	text-align:right;
	cursor:pointer;
	cursor:hand;
	}

.drop span {
	float:left;
	}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;
	padding:0;
	}

.menu ul li a,
.menu ul li a:visited {
	display:block;
	float:left;
	text-decoration:none;
	}

.menu ul li:hover a,
.menu ul li a:hover {
	background-color: #800000;
	border-top:none;
	height:13px;
	}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {
	display:block;
	position:absolute;
	margin:0;
	top:23px;
	left:-1px;
	height:auto;
	width:13.5em;
	color:#fff;
	background:#660000;
	}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {
	left:0px;
	line-height:1.0em;
	}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	border:0;
	margin:0;
	padding-left:5px;
	padding-right:5px;
	height:auto;
	color:#fff;
	background:#660000;
	width:13.5em;
	}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {
	color:#fff;
	background:#800000;
	}

.menu ul li:hover ul.skinny li a,
.menu ul li a:hover ul.skinny li a,
.menu ul li:hover ul.skinny li a:hover,
.menu ul li a:hover ul.skinny li a:hover {
	width:8.08333em;
	}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	visibility:hidden;
	}
     
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {             /* 3rd level drop-down box */
	visibility:visible;
	position:absolute;
	margin-top:0;	      /* bring the top edge of the 3rd level menu up one */
	top:0;
	left:14.3em;
	width:14em;
	}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:14em;
	color:#fff;
	background-color:#660000;
	}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {    /* level3 selected items */
	width:14em;
	background-color:#800000;
	color: #fff;
	}

#text {
	height:1.215em;
	# 
	}

/*======================== END MENU DEFINITIONS ========================*/

#text {
	height:1.215em;
	# 
	}

#content { 
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size:12px;
	width: 600px; 
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	position:relative;
	padding: 0 18px 15px 18px;
	text-align: left;
	}
	
#content b {
	color: #777;
	line-height: 14pt;
	}

#content .postauthor {
	font-size:11px;
	color: #777;
	line-height: 14pt;
	}

#content p {
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	margin-top: 5px;
	}
	
#content p img {
	border: none;
	}

#content p .alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	}

#content p .alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	}

#content h1 {
	color: #000099;
	font-size: 20px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #455A79;
	text-align: left;
	font-weight: bold;
	}
	
#content h1 a {
	color: #000099;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #777;
	text-decoration: none;
	}

#content h2 {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	color: #000099;
	margin: 0px;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #455A79;
	text-align: left;
	font-weight: bold;
	}

#content h2 a {
	color: #455A79;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h3 {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px; 
	color: #000099;
	margin: 0px;
	line-height: 120%;
	font-variant: small-caps;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 7px;
	border-bottom: none;
	font-weight: bold;
	}
	
#content h3 a {
	color: #455A79;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}

#content ul {
	list-style: disc;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	}
	
#content ul li {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}

#content ul li a {
	color: #0000FF;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #0000FF;
	text-decoration: underline;
	}
	
#content ol li {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
.more-link {
	font-weight: bold;
	line-height: 150%;
	}	

blockquote {
	background-color: #F3F3F3;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 12px;
	padding: 7px;
	width: 520px;
	font-size:11px;
	font-style: none;
	color: #333;
	border: 1px solid #cccccc;
	}

.postspace {
	background: #fff;
	width: 540px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}

.postspace2 {
	background: #fff;
	width: 540px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

.postspace3 {
	background: #fff;
	width: 540px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

#right { 
	background-color: #fff;
	color: #000000;
	width: 258px;
	float: right; 
	margin-top: 0px;
	margin-bottom: 20px;
	}
	
#right p {
	margin: 0px;
	line-height: 16px;
	padding: 5px 10px 5px 10px;
	}
	
#right h2 {
	color: #fff;
	background: #000066;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	list-style: none;
	padding: 6px;
	margin: 0 0 10px 0;
	border-top: 8px solid #fff;
	border-bottom: 1px solid #fff;
	}

#right ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#right li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#right ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#right ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 5px 10px 5px 0px;
	line-height: 12pt;
	}

#right ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#right h2.widgettitle {
	color: #fff;
	background: #455A79;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	}

#right-widgeted-content {
	background-color: #f2f2f2;
	text-align: left;
	}

#right-widgeted-content ul {
	padding-left: 10px;
	}

#right-widgeted-content-chipin {
	background-color: #ffffff;
	margin-top: 10px;
	}

#right-widgeted-content-chipin img {
	margin-left: 10px;
	}

#right-top {
	width: 258px;
	background-color: #fff;
	float: right; 
	margin-top: 0px;
	margin-bottom: 10px;
	}	

.right-column-image {
	border: none;
	margin-top: 10px;
	}	

.right-centered {
	text-align: center;
	}

#footer-top {
	height: 5px;
	border-bottom: 1px solid #A3A300;
	background-color: #660000;
	clear: both;
	}

#footer {
	background: #000066;
	width: 900px;
	overflow: hidden;
	font-size: 8pt;
	margin: 0px auto 0px;
	padding:  9px 0px 7px 0px;
	text-align: center;
	line-height: 17px;
	clear: both;
	}
	
#footer p {
	color: #fff;
	padding: 0px;
	margin: 0px;
	}
	
#footer a, #footer a:visited {
	color: #EAEAEA;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #eaeaea;
	}
	
#footer a:hover {
	text-decoration: none;
	border: none;
	}

#searchform {
	margin-left: 25px;
	margin-bottom: 0px;
	}
	
#searchform input {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 9pt;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	background-color: #EAE9CF;
	border: 1px solid #d5c8a6;
	width: 190px;
	margin-top: 10px;
	margin-bottom: 0px;
	}

#searchform .submit input {
	visibility:hidden;
	width: 25px;
	}
	
/* comments */
	
.entry {
	margin-bottom: 12px;
	border-bottom: 1px solid #E3E3E3;
	}	

#s,#submit {	
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#505050;
	font-size:0.9em;
	margin:0 0 16px;
	padding:4px;
	width:230px;
	}
	
#author {
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
	}
	
#email {
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
	}

#url {
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
	}

#comment {
	width: 450px;
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
	}

/* CODE FOR TABBED BOX */
#tab-box {
	background-color: #fff;
	width: 254px;
	margin-top: 0;
	padding-bottom: 10px;
	}
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display:none;
	}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	}

.tabberlive {
	margin-top:1em;
	}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	text-align:left;
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #778;
	font: bold 11px Verdana, Helvetica, Arial, Sans-Serif;
	}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
	}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-right: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background-color: #000066;
	text-decoration: none;
	}

ul.tabbernav li a:link {
	color: #fff;
	}

ul.tabbernav li a:visited {
	color: #667;
	}

ul.tabbernav li a:hover {
	color: #000;
	background-color: #AAE;
	border-color: #227;
	}

ul.tabbernav li.tabberactive a {
	background-color: #600;
	border-bottom: 1px dotted #227;
	}

ul.tabbernav li.tabberactive a:hover {
	color: #000;
	background-color: #AAE;
	border-bottom: 1px solid #fff;
	}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:5px;
	border:1px solid #aaa;
	border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

	/* height:200px; */
	max-height: 170px;
	
 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

	overflow:auto;
	}

.tabbertab {
	margin-top: 0;
	margin-left: 0;
	padding: 0;

	}

.tabbertab ul {
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	}

.tabbertab ul li {
	list-style: none;
	text-align: left;
	font-size: 11px;
	padding-left: 10px;
	}

.tabbertab ul ul li {
	padding: 0 0 10px 0;
	}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	margin-bottom:0;
	display:none;
	}

.tabberlive .tabbertab h4 {
	margin-bottom:0;
	display:none;
	}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive.tab1 {
	}

.tabberlive.tab2 {
	}

.tabberlive.tab2 .tabbertab {
	height:200px;
	overflow:auto;





	}
/* CODE FOR TABBED BOX - END */

.bodysmall {
	font-size:11px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin: 0 0 2px 7px;
	}

.alignleft {
	float: left;
	margin: 0 7px 2px 0;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-family: Arial, Sans-Serif;
/*	line-height: 17px;
*/	padding: 0 4px 5px;
	margin: 0;
	text-align: center;
}
/* End captions */

/* COUNTDOWN START */
#cd {
	width:110px;
	margin:auto;
	padding-top:82px;
	font-family:Arial;
	font-size:18pt;
	font-weight:bold;
	color:#000099;
	}
/* COUNTDOWN END */

.wp-polls {
	margin-left: 10px;
	margin-right: 10px;
}

/* COLLAPSIBLE LINK EDITS */
.collapsLinkList {
	margin-left: 10px;
	margin-right: 10px;
}

.collapsLinkItem {
	margin-left: 15px;
	margin-right: 10px;
}



