
/*English Department Top Navigation - common to site_*/

#tnav
{
	width:70em;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
} 

#tnav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#tnav li
{
	float: left;
	margin: 0;
}

#tnav li a
{
	
	height: 1.7em;
	line-height: 1.7em;
	float: left;
	width: 9.965em;
	display: block;
	border: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size:.88em;
	
}

#tnav a {
	background:url(../../images/nav_gradient.jpg) repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}

#tnav a:hover {
	background:url(../../images/nav_gradient_h.jpg) repeat-x;
	font-weight: bold;
	color:#006633;
}



/*#pgmtitlebox{
	text-align: center;
	vertical-align:middle;	
	padding: 10px;
	width:300px;
	height:50px;
	clear: both;
	position:absolute;
	left:100px;
	top:80px;
	background: #FFFFFF repeat-y;
	margin: 0px auto;
	font-size: 2.5em;
	font-weight:bold; 
  	filter:alpha(opacity=50);
  	opacity:0.5;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#pgmtitle {
	text-align: center;
	vertical-align:middle;	
	padding: 10px;
	width:auto;
	height:auto;
	clear: both;
	position:absolute;
	left:100px;
	top:80px;
	background:none;
	margin: 0px auto;
	font-size: 2.5em;
	font-family:"Century Gothic", "URW Gothic L", sans-serif;
} */

#shadowwrapper #lowercontent #textcontentsingle #rules hr {
	color: #999999;
	margin: 0px;
	padding: 0px 0px 0px;
	clear: both;
	width: 100%;
}


