/***********************************************/
/* TXRPC Style sheet                            */
/* Print Image version         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

p{
	font-size:12pt;
}

h1, h2, h3, h4, h5, h6 {
	color:black;
}

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 130%;
}

h2{
 font-size: 120%;
}

h3{
 font-size: 110%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial, Helvetica, sans-serif;
}

#pageContainer{
	margin-left: 5px;
	border-left:none;
}

#pageWrapper{
	border:none;
}

#siteName{
	margin: 0px;
	padding: 10px 2px 2px 10px;
	font-size: 15pt;
}

#masthead{
	border:none;
}

#mastheadText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 2px;
	
}

#navBar{
	display:none;
	float:none;
}


#members{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #000000;
}

#members table{
	border: 1px solid black;
}

#members th, #members td{
	border: 1px solid #999999;
}

/*************** #pageName styles **************/



#pageTitle{
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteNameImage{display:none}
#siteNameText{display:block}
#adBanner{clear:both;}
