body {
		font-family: Verdana, Arial, sans-serif;
		margin:0px;
		padding:0px;
		background: url(images/background2.gif) repeat-x #068EB2;
		
		}			
#navbox {
	margin-top: 8px;
	margin-bottom: 2px;
	top: 0;
	height: 25px;
	
	/*
		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;
	padding: 2px 0 0 -2px;
		}
#navbox ul {padding: 6px 0 0 20px; border: 0; margin: 0 45px 0 0; text-indent: 0; float: left;}
#navbox li {display:inline; padding:0; margin:0; border: 0; text-indent: 0; }
#navbox li a {text-transform:uppercase; font-size:8pt; color: white; letter-spacing: .03em; padding-left: 10px; padding-right: 10px; padding-top: 5px; color: #FFFFFF; text-decoration:none; text-indent: 0; text-align:left; }
#navbox li a:hover {color: white; text-decoration:none; color:#068EB2;  }
#navbox li a.current {color: #068EB2; }

#header {width: 100%; position: absolute; top: 55px;  }
.headimage {background-image: url(images/teeahead.gif); background-repeat:no-repeat; width: 361px; height: 14px; float: left; margin: 0; padding: 0; }

.imgtag {	
width: 220px;
height: 36px;
background-image: url(images/taglinesm.gif);
	background-repeat:no-repeat;
	background-position:left; 
	float:left;
	padding: 0 0 0 0;
	margin: 6px 8px 0 8px;}
	
	.img1 {width:62px; height:62px; padding:0; margin:0 40px 0 0; float:right;}

.img2, .img3, .img4,.img5, .img6 {width:62px; height:62px; padding:0 0 0 0; margin:0 10px 0 0 ; float:right; }

.img1 {background-image: url(images/dillo.gif); background-repeat:no-repeat; background-position:left;}
.img2 {background-image: url(images/sky.gif); background-repeat:no-repeat; background-position:left;}
.img3 {background-image: url(images/turtle.gif); background-repeat:no-repeat; background-position:left;}
.img4 {background-image: url(images/peach.gif); background-repeat:no-repeat; background-position:left;}
.img5 {background-image: url(images/ocean.gif);	background-repeat:no-repeat; background-position:left;}
.img6 {background-image: url(images/flowers.gif);	background-repeat:no-repeat; background-position:left;}

#centercontent {
		background-color: #FFFFFF; 
		text-align: left;
		margin-left: 0px;
   		margin-right:250px;
		padding: 40px 30px 40px 30px;
		margin-bottom: 0;
		margin-top: 30px;
		
		/*
		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;
   		margin-left: 0px;
   		margin-right:250px;
		margin-bottom: 0;
		}

#centercontent2 {
		background-color: #FFFFFF; 
		text-align: left;
		margin-left: 0px;
   		margin-right:0px;
		padding: 40px 30px 40px 30px;
		margin-bottom: 0;
		margin-top: 30px;
		width:100%;
		
		/*
		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;
   		margin-left: 0px;
   		margin-right:0px;
		margin-bottom: 0;
		}

/*the following is a hack for multiple browsers to read "height" more uniformally so that they all look the same since IE does not support min:height */
	
	/* for Mozilla/Safari/Opera */
*>#centercontent h2 {
 margin-top: -90px !important;
 font-size: 11pt;
}

*>#centercontent2 h2 {
 margin-top: -90px !important;
 font-size: 11pt;
}

*>#centercontent {
 padding-top: 100px !important;
 min-height: 200px;
 margin-top:22px;
}

*>#centercontent2 {
 padding-top: 100px !important;
 min-height: 200px;
 margin-top:22px;
}

/* for IE, with IE5/Mac backslash filter to hide the content below from Mac IE5 \*/

*>#centercontent {
 margin-top:28px;
}

*>#centercontent2 {
 margin-top:28px;
}

*>#video {
 margin-top:-40px !important; 
}

*>#video2 {
 margin-top:-40px !important; 
}

* html #centercontent {
  height: 60% !important;
}

* html #centercontent2 {
  height: 60% !important;
}

*>#centercontent h2 {
 margin-top: -80px !important;
}

*>#centercontent2 h2 {
 margin-top: -80px !important;
}

html>body #centercontent {
   		margin-left: 0px;
   		margin-right:250px;
		margin-bottom: 0;
		height:60%;
		min-height:200px;
		}
		
		html>body #centercontent2 {
   		margin-left: 0px;
   		margin-right:250px;
		margin-bottom: 0;
		height:60%;
		min-height:200px;
		}
/* end filter */ 
/*end comment*/
	
	#centercontent p, li {font-size:10pt;}
	#centercontent {font-size:10pt;}
	#centercontent a {color:#7A4697; text-decoration:none;}
	
	#centercontent2 p, li {font-size:10pt}
	#centercontent2 {font-size:10pt;}
	#centercontent2 a {color:#7A4697; text-decoration:none;}
	
	#finalists ul li, #finalists ul {padding: 5px 0 5px 0;}

h1 span, h2 span {display:none;}
.clearboth {clear:both;}

#rightcontent {
		position: absolute;
		right:0px;
		top:120px;
		width:250px;
		color: white;
		padding-bottom: 0;
		margin-bottom: 0;
		}
		
#rightcontent p {font-size: 9pt; font-weight: normal; padding: 20px 10px 15px 12px; text-align: center; line-height: 1.7em;}
#rightcontent ul {color: white; padding-top: 20px; margin-top: 0;}
#rightcontent ul.pbefore {color: white; padding-top: 0; margin-top: 0;}
#rightcontent li {font-size: 8pt; padding: 5px 10px 0 5px; }
#rightcontent a {font-size: 10pt; color: white; text-decoration: none; font-weight: bold; }
#rightcontent a:hover {text-decoration: underline; }
#rightcontent li a.current {color: black;  }
		
  h1.sectionname { color: #068EB2; background: black; font-size: 18pt; margin-top: 35px; margin-right: 10px; margin-bottom: -15px; margin-left: 30px; font-weight: normal; padding:0;  }
  
  /* IE5/Mac backslash filter to hide the content below from Mac IE5 \*/
   h1.sectionname {margin-top: 15px;}
  *html h1.sectionname {margin-top: 30px; font-size: 18pt; color: #068EB2;  }
}
   /* end filter */ 
/*end comment*/
    
   h2 { padding-top: 0; margin-top: -20px; weight: normal; font-size: 11pt; letter-spacing: .03em; margin-bottom:5px; text-transform: uppercase;}

	p {	margin:0px 10px 10px 0px;}
	
	#footer {
	height:50px;
margin-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	background-color: #262221;
	margin-top: 0;
;}
	
#video {width:320px; height:260px; float:right; padding:0 8px 8px 8px; margin: 1px;}
#video2 {width:337px; height:155px; float:right; padding:0 8px 8px 8px;}
#video3 {border-left: 1px solid gray; width:170px; height:290px; float:right; padding:8px 0 8px 15px; margin-left: 8px;}
#video4 {border-left: 1px solid gray; width:320px; height:360px; float:right; padding:8px 0 8px 15px; margin-left: 8px;}
#video5 {border-left: 1px solid gray; width:250px; height:279px; float:right; padding:8px 0 8px 15px; margin: 12px 0 8px 10px;}

p.pvideo2 {font-size:10pt; margin:0 10px 10px 0; padding:0 350px 0 0;}
p.pvideo {font-size:10pt; margin:0 10px 10px 0; padding:0 330px 0 0;}
p.qtlink {font-size:7pt;}

p.copyright {color: white;
	font-size: 7pt;
	padding-left: 30px;
	padding-top: 18px;
	margin-top: 0;}
	
p.copyright a {	font-size: 7pt;}	
	
#centercontent a {color: #068EB2; text-decoration: none;}
#centercontent a:hover {text-decoration: underline;}
#centercontent a:visited {color: #035F77;}

#centercontent2 a {color: #068EB2; text-decoration: none;}
#centercontent2 a:hover {text-decoration: underline;}
#centercontent2 a:visited {color: #035F77;}

td {font-size: 10pt;}
a {color: #068EB2; text-decoration: none; font-size: 9pt;}
a:hover {text-decoration: underline;}	

ul {margin-top: 0; padding-top: 0;}
h3 {color: #068EB2; font-size: 11pt;}