/* CSS Document */

body {
	background-color: #100E01;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}
td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 26px;
	font-family:Verdana, arial, helvetica;
	font-style:italic;
}
h2 {
	font-size: 20px;
	color: #670001;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
h3 {
	font-size: 14px;
	color: #670001;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
p {
	text-align: justify;
}
img {
	border: none;
}
img.b {
	border: 1px solid #000000;
}
a { 
	color: #670001;
}
a:hover {
	color: #000000;
}
input, textarea, select {
	border: 1px solid #670001;
	color: #000000;
	background-color: #DEDFD6;
}
input.selected, textarea.selected, select.selected {
	border: 1px solid #670001;
	background-color:	#EFEFE7;
	color: #000000;
}
#contentcontainer {
	width:779px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	vertical-align:top;
}

/* Header */
#navcontainer {
	width:779px;
	text-align:right;
	background-image: url("/~texastoo/images/navbg.jpg");

}
#navalignright {
	text-align:right;
	padding-right:30px;
	height:24px;
	vertical-align:middle;
}
.menitem {
	font-family:Verdana, arial, helvetica;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.menitem:hover {
	color:#670001;
	text-decoration:underline;
}
#header {
	width:779px;
	
}

/* Content Area */
#maincontent {
	width:779px;
	background-color: #FFFFFF;
}
#rightimage {
	width:132px;
	background-color: #100E01;
	
}
#rightimage a {
	color: #FFFFFF;
	text-decoration: none;
}
#rightimage a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#copy {
	width:647px;
}
#padding {
	padding-left:30px;
	padding-right:30px;
}

.padded {
	padding: 5px;
}
/* Footer */
#footercontainer {
	width:779px; 
	background-image: url("../images/footerbg.jpg");
	color:#ffffff;
	font-size:11px;
	font-family:verdana, arial, helvetica;
	text-align:left;
	padding-left: 25px;
	padding-bottom:3px;
}





