@media print {

.printhide { display: none }

}

@media screen {

.screenhide { display: none }

}

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, form, fieldset, legend, input, select, textarea {
	margin: 0;
	padding: 0;
}
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, form {
	border: 0;
}

h1 {
	font-size: 140%;
	color: #500000;
	margin: 1em 0;
}

div#news-home h2, div#links h2 {
	font-size: 125%;
	color: #500000;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 125%;
	color: #500000;
	margin: 1em 0;
}

h3 {
  font-size: 110%;
  color: #500000;
  margin: 1em 0;
}

h4 {
  font-size: 110%;
  color: #000;
  margin: 1em 0 -1em;
}

h5 {
  font-size: 100%;
  color: #000;
  font-weight: bold;
  margin: 1em 0 -1em;
}

h6 {
  font-size: 100%;
  color: #000;
  font-weight: bold;
  font-style: italic;
  margin: 1em 0 -1em;
}

p {
	margin: 1em 0;
}

a:link, a:visited {
  color: #500000;
  text-decoration: underline;
}

a:hover, a:focus {
	color: #C40000;
	text-decoration: none;
}

a img {
  border: none;
}

a:link.noline, a:visited.noline {
	color: #500000;
	text-decoration: none;
}

a:hover.noline, a:focus.noline {
	color: #C40000;
	text-decoration: none;
}
	

ul {
	margin: 1em 0 1em 2em;
}

ol {
	margin: 1em 0 1em 3em;
}

li {
	margin: .25em 0 .25em 0;
}

ul.disc
{
	list-style-type: disc;
}

ul.circle 
{
	list-style-type: circle;
}

ul.square 
{
	list-style-type: square;
}

ul.none 
{
	list-style-type: none;
	margin-left: 0px;
}

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;
}




/* Data Tables */

table.data {
    border-spacing: 0px;
    border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

table.data caption {
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

table.data th {
    font-weight: normal;
    padding: 0.2em 1em;
    border-bottom: 4px solid #FFFFFF;	
	background: #8F8F8C;
    color: #FFFFFF;
    text-align: left;
	text-transform: uppercase;	
}

table.data td {
    text-align: left;
	border-left: 4px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    padding: 0.5em 1em;
    background: #D7D3C7;
	font-size: .85em;
}



/* Schedule Table */

table.schedule {
    border-spacing: 0px;
    border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 551px;
	clear: right;
}

table.schedule th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 1em;
    border-bottom: 4px solid #FFFFFF;
	color: #FFFFFF;
    background: #8F8F8C;
	text-transform: uppercase;
}

table.schedule td {
    text-align: left;
    border-bottom: 4px solid #FFFFFF;
    padding: 0.5em 1em;
/*    background: #E7DED0;
    background: #EEE1C6;
    background: #D3BF96;*/
    background: #D7D3C7;
	font-size: .85em;
}

table.schedule thead th {
    background: #545454;
    color: #FFFFFF;
    text-align: left;
	text-transform: uppercase;
}

table.schedule tbody tr {
	vertical-align: top;
}



caption {
	font-weight: bold;
	padding-bottom: .5em;
	font-size: 1.1em;
}



acronym, abbr {
	border: none;
}


/*  Collapsible Panels  */
/*  http://www.kleenecode.net/2008/03/29/valid-and-accessible-collapsible-panels-with-mootools/  */

.collapsible {
	border: 1px solid #545454;
	width: 35%;
	margin-bottom: 1em;
}

.collapsible h2 {
	padding: 0;
	margin: 0;
	border: solid 1px #D7D3C7;
}

#innercontent .collapsible h2 a, #innercontent .closed h2 a {
	display: block;
	color: #500000;
	text-decoration: none;
    background-image: url(../images/dropdown_button.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width: 100%;
}

#innercontent .collapsible h2 a:hover, #innercontent .closed h2 a:hover {
	display: block;
	color: #C40000;
	text-decoration: none;
    background-image: url(../images/dropdown_button_roll.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.collapsible p {
	margin: 1em 0;
}

.collapsible ul {
	margin: 0;
	padding: 0 0 1em 1em;
	list-style-type: none;
}

.collapsible ul li {
	padding-left: 10px;
	background-image: url(../images/about_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}




/* *************** */
/* Generic Classes */
/* *************** */

.hidden {
  display: none;
  visibility: hidden;
}

.printMe, .printme {
  display: none;
  visibility: hidden;
}

.small {
  font-size: .9em;
}

.smaller {
	font-size: .70em;
}

.bigger {
  font-size: 1.1em;
}

.center, .centered {
  text-align: center;
  margin: auto;
}

.clear, .spacer {
  clear: both;
}

.clear-rt {
  clear: right;
}

.indent {
  padding-left: 3em;
}


.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.strong {
	font-weight: bold;
}

.notstrong {
	font-weight: normal;
}

.allcaps {
	text-transform: uppercase;
}

.listintro {
	margin-bottom:0;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */




#skip span, #tamulogo span, #reclogo span {
	position:absolute;
	left:-9999px;
}

.hide {
	position:absolute;
	left:-9999px;
	}

.doctype {
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
	color: #333;
}

.levelhighlight {
	font-size: 1em;
	display: block;
/*	text-transform: uppercase;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}



/* *************** */
/*      Forms      */
/* *************** */

form#webform {
	width: 98.4%;
	/*font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

#webform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #D7D3C7;
}

#webform p {
	margin: 0 0 1em 0;
	padding: 0;
}

#webform div.fieldset {
	margin-bottom: 1em;
	padding: .85em;
	background:#D7D3C7;
}

#webform legend {
	display: block;
	width: 98.5%;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: -.5em;
	padding: 3px;
	background: #8F8F8C;
}

#webform legend span {
	display: block;
	width: 517px;
}

#webform label {
	display: block;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .25em;	
}

#webform input, #webform textarea, #webform select {
	margin-left: 0em;
	margin-bottom: .5em;
}

/*    NESTED FIELDSET   */

#webform fieldset fieldset {
	border: 0;
	margin-bottom: .5em;
}

#webform fieldset fieldset legend {
	display: block;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .25em;
	padding: 0;
	background: none;
	text-transform: none;
}

#webform fieldset fieldset label {
	display: inline;
	font-style: normal;
	font-weight: normal;
}

#webform fieldset fieldset input {
	margin-bottom: 0em;
}
