@CHARSET "UTF-8";
h3.shaded {background-color: yellow}
	
table {max-width: 980px}
tr.header {background-color: #181818 }
tr.shaded {background-color: #383838 }
tr.subject {font-weight: bold;
			color: DarkGray}
tr.a {background-color: aqua}
tr.b {background-color: greenyellow}
tr.c {background-color: yellow}
tr.d {background-color: orange}
tr.f {background-color: red}
th.bio {font-weight: bold;
		font-size: 150%;
		text-align: left}
th.bio2 {text-align: right}
p.bio {max-width: 456px}

#biolist {

		}

#biolist a:link {color: white}    /*unvisited link */
#biolist a:visited {color: white}  /* visited link */
#biolist a:hover {color: Blue}   /* mouse over link */

/* #biolist table {border:1px solid dimgray;} */
#biolist tr {text-align:left}	
#biolist tr.shaded {
		background-color: dimgray;
	}
/*
	#frame {
		width:980px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		border:1px solid black;
		background:black;
		}
*/
	#frame {
		width:982px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		border:1px solid gray;
		background:black;

		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		voice-family: "\"}\"";
		voice-family: inherit;
		width:980px;
   		margin-left: auto;
   		margin-right:auto;
		}
	html>body #centercontent {
		width:980px
  		margin-left: auto;
   		margin-right:auto;
		float:left;
		}
		
	#myDIV {
   	border:10px solid black;
	width:200px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:180px;
	}
html>body #myDIV {
	width:180px;
	}
		
	#hat {
		width:980px;
		margin-right:auto;
		margin-left:auto;
		color: white;
		height:120px;
		text-align:center;
		/*
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		*/
		// border:1px solid gray;
		border-bottom:2px solid gray;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:119px;
		}
	html>body #hat {
		height:119px;
		}
		
	#left_content {
		width:210px;
		padding:5px;
		float:left;
		background:black;
		}
		
	#centercontent {
		width:750px;
		padding:5px;
		float:left;
		background:black;
		}
	
	#middlecontent {
		width:550px;
		padding:5px;
		float:left;
		background:black;		
		}

	#middlecontentindex {
		width:585px;
		padding:5px;
		float:left;
		background:black;		
/*		border:1px solid #FFF; */
		}

	#middlecolumn {
		width:585px;
		padding:5px;
		float:left;
		background:black;
/*              border:1px solid #FFF; */
										                }

/*		
	#rightcontent {
		width:180px;
		padding:5px;
		float:left;
		background:black;
		}
*/	
	// should use rightcolumn instead of content
	#rightcontent {
		float: right;
		right:10px;
		/* top:50px; 
		width:196px; */
		width:162;
		height:700px;
		border:1px solid #000;
		}

        #rightcolumn {
		float: right;
		right:10px;
		/* top:50px; 
*                 width:196px; */
		width:162;
		height:700px;
		border:1px solid #000;
		}
		
	#video {
		width:425px;
		padding:5px;
		float:left;
		background:black;
		}
		
	#video_list {
		width:435px;
		padding:5px;
		float:left;
		background:black;
		}
		
body
{ 
background-color: black;
background-image:url('img/background');
background-repeat:no-repeat;
background-attachment:fixed;
background-position: center;
color: white;
}

/*unvisited link */
a:link {
	color: DarkGray;
	font-weight: bold;
	}    
	
/* visited link */
a:visited {
	color: DarkGray;
	font-weight: bold;
	} 

a:hover {color: Blue}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */

font {color:white}
.found {color:red}
.error {color:red}

div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 2px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 150px;
  margin: 1px;
}

div.result_header 
{
	color:0066FF;
	font-weight:bold;
	font-size: 120%;
}


	#footer {
		background:black;
		color: white;
		height:20px;
		text-align:center;
		/*
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		*/
		border-top:2px solid gray;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:19px;
		clear: both;
		padding: 5px;
		}

legend {
        color: #ffffff;
	background: #336633;
	border: 1px outset #cccccc;
	padding: 2px 2px 0 2px;
	font-weight: bold;
	}

