/* green print css nnunn2007-11-07 */
body		   { background-color:	#626e6c; 
				 font-family: skia, verdana, serif; }
h1			   { font-size: large; 
				 font-family: sans-serif; }
.absolute	   { position: absolute; }
.transparent   { opacity: .33;	-moz-opacity: .33; 	filter: alpha(opacity=33); }
/* background element */
#frame_elem { background-image: url('images/green-print-lg.jpg'); 
				 width: 936px;
				 height: 702px;
				 visibility: hidden;
				 overflow: hidden; }
/* logo element */
#logo_elem { background-image: url('images/texas-green-print.gif');
				position: absolute;
				width: 386px;		height: 203px;  
				z-index: 20; }
/* page element */
#page_elem { position: absolute;
				background-color: #FCFFDE;
				border: 1px inset gray; 
				}
/* content */
#content_elem { position: relative;
				margin: 1.1618em;
				line-height: 1.1618em;
				z-index: 10; }
#content_elem ul {
				padding-left: 1.1618em; }
#content_elem ul li {
				margin-top: 1.1618em; }
#content_elem ul ul li { 
				margin-top: 0.3em; }
/* footnote */
#foot_elem {	margin-top: 1.1618em; 
				font-size: x-small;
				text-align:center;
				font-family: geneva, arial, sans-serif;
				color: #aaddaa; }
#foot_elem a:link {	color: #ccffcc; }
#foot_elem a:visited {	color: #bbccbb; }

