/* ucstyle.css  John Iverson - 2004 */

	body {
		background-color: #fff;
		background-image: url(../ucover/images/brickbkg.gif);
		background-repeat: repeat;
		background-attachment: fixed;
	}

	h1 {
		color: #006;
		font-size: 16pt;
		font-family: Verdana, Arial;
		text-align: center;
		line-height: 120%;
	}

	h2 {
		color: #006;
		font-size: 12pt;
		font-family: Verdana, Arial;
		line-height: 110%;
	}

	h3 {
		color: #000;
		font-size: 8pt;
		font-weight: normal;
		font-family: Verdana, Arial;
	}

	h4 {
		color: #006;
		font-size: 10pt;
		font-weight: normal;
		font-family: Verdana, Arial;
	}

	h5 {
		color: #000;
		font-size: 10pt;
		font-weight: normal;
		font-family: Verdana, Arial;
	}

	p {
		color: #000;
		font-size: 10pt;
		font-weight: normal;
		font-family: Verdana, Arial;
	}

	td, th, ol, ul, li {
		color: #000;
		font-family: Verdana, Arial;
		font-size: 10pt;
		line-height: 150%;
	}

	a:link {
		color: #00c;
	}

	a:visited {
		color: #000;
	}

	a:hover {
		color: #c00;
		background-color: transparent;
	}

	.center {
		text-align: center;
	}

	.indent {
		text-indent: 96px;
	}

	.list {
		text-indent: 96px;
		text-align: left;
	}

	fieldset {
		color: #000;
		font-size: 10pt;
		font-family: Verdana, Arial;
		border: 1px solid #999;
		padding: 20px;
		text-align: left;
	}

	legend {
		color: #006;
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight:bold;
		border: 1px solid #999;
		padding: 5px;
		background-color: #ccc;
	}

	#footer { 
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 10;
	 	visibility: visible;
	}

	#kevin { 
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 20;
	 	visibility: hidden;
	}

	#ray { 
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 21;
	 	visibility: hidden;
	}

	#dave { 
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 22;
	   	visibility: hidden;
	}

	#jerry { 
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 23;
	 	visibility: hidden;
	}

	#mike { 
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 24;
	 	visibility: hidden;
	}

	#bob { 
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 25;
	 	visibility: hidden;
	}

	#bio { 
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 50;
	   	visibility: visible;
}

	#bodyCenter {
		position:absolute;
		width:850px;
		left:50px;
		top:90px;
		text-align:center; 
	}


/*  For Javascript menu bar */
	#chromemenu {
		position:absolute;
		width:940px;
		height:60px;
		left:20px;
		top:20px;
	}
		
	.chromestyle {
		width: 99%;
		padding: 0px;
		font-weight: bold;
	}

	.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.chromestyle ul {
		border: 1px solid #999;
		width: 100%;
		background: url(../ucover/images/UCmenu.jpg) center center repeat-x;
		padding: 5px 0;
		margin-left: 0;
		margin-top: 1px;
		margin-bottom: 0;
		text-align: center;
	}

	.chromestyle ul li {
		display: inline;
	}

	.chromestyle ul li a {
		color: #000;
		padding: 4px 7px;
		margin: 0;
		text-decoration: none;
		border-left: 1px solid #999;
		border-right: 1px solid #999;
	}

	.chromestyle ul li a:hover {
		background: url(../ucover/images/brickbkg.gif) center center repeat-x;
		color: #000;
	}

	.chromestyle ul li a[rel]:after { /* HTML to indicate drop down link */
		content: " "; 
		/*content: " " url(handc.jpg); /*uncomment this line to use an image instead*/
	} 

	/* ######### Style for Drop Down Menu ######### */

	.dropmenudiv {
		position: absolute;
		top: 0;
		border: 1px solid #999; /*THEME CHANGE HERE*/
		border-bottom-width: 0;
		font: normal 12px Verdana;
		line-height: 16px;
		z-index: 500;
		background-color: white;
		width: 150px;
		visibility: hidden;
	}


	.dropmenudiv a {
		width: 150px;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #999; /*THEME CHANGE HERE*/
		padding: 4px 0;
		text-decoration: none;
		font-weight: bold;
		color: black;
	}

	* html .dropmenudiv a { /*IE only hack*/
		width: 100%;
	}

	.dropmenudiv a:hover { /*THEME CHANGE HERE*/
		background-color: white;
	}
