/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, sans-serif;
	font-size: .75em;
	background-image: url(../../images/z-background2.gif);
	background-position: right;
	background-repeat: repeat-y;

	}
	
/*TOP OF PAGE */
table#header {
	background-color: #c30102;
	height: 15px;
	}
	
table#banner {
	background-color: #0E0E11;
	padding: 0px 0px 0px 2px;
	height: 22px;
	color: #fff;
	}
	
td#topnav2 {
	height: 25px;
	color: #fff;
	}
	
td#topnav a:link, td#topnav a:active, td#topnav a:visited {
	font-size: .95em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
	
td#topnav a:hover {
	font-size: .95em;
	font-weight: bold;
	color: #969696;
	text-decoration: none;
	}
	
/* LOGOS AND IMAGES */
#nccaa {
	position: absolute;
	width: 85px; 
	height: 47px; 
	z-index: 1;
	left: 900px; 
	top: -1px;
	}
	
#logo {
	position:absolute; 
	width:287px; 
	height:104px; 
	z-index:2; 
	left: 30px; 
	top: 8px;
	}
	
/* NAVIGATION LEFT */

select#jump {
	font-family: Trebuchet MS, sans-serif;
	font-size: 1em;
	border: 1px solid #c30102;
	color: #c30102;
	}

td#middleone {
	border-bottom: 1px solid #fff;
	background-color: #969696;
	padding: 25px 10px 0px 15px;
	}
	
td#middleone2 {
	background-color: #c30102;
	padding: 20px 10px 0px 15px;
	}
	
td#redfill {
	background-color: #c30102;
	}

td#middleone ul {
	width: 185px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
	
td#middleone li a:link, td#middleone li a:active, td#middleone li a:visited {
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	} 
	
td#middleone li a:hover {
	color: #c30102;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
td#lmiddleone li#subnav {
	font-size: 1em;
	padding: 5px 5px 0px 5px;
	line-height: 15px;
	}
	
td#middleone li {
	line-height: 16px;
	border-top: 1px #fff solid;
	list-style: none;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	text-align: left;
	}
	
td#middleone2 ul {
	width: 185px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
	
td#middleone2 li a:link, td#middleone2 li a:active, td#middleone2 li a:visited {
	font-size: 1em;
	color: #ededed;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	} 
	
td#middleone2 li a:hover {
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
td#lmiddleone2 li#subnav {
	font-size: 1em;
	padding: 5px 5px 0px 5px;
	line-height: 15px;
	}
	
td#middleone2 li {
	line-height: 16px;
	border-top: 1px #fff solid;
	list-style: none;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	text-align: left;
	}
	
/*CENTER COPY SECTION */
td#copy {
	padding: 18px 18px 18px 18px;
	color: #333;
	}
	
td#copy a:link, td#copy a:active, td#copy a:visited {
	text-decoration: underline;
	color: #c30102;
	font-style: normal;
	}
	
td#copy a:hover{
	text-decoration: none;
	color: #999;
	font-style: normal;
	}
	
td#copy img {
	padding: 10px 10px 10px 10px;
	/*border: 1px #999 solid;*/
	}
	
td#copy {
	border-left: 8px #ededed solid;
	border-right: 8px #ededed solid;
	border-top: 8px #ededed solid;
	border-bottom: 8px #ededed solid;
	}
	
/* BIO SECTION */	

td#bio {
	padding: 18px 18px 18px 18px;
	color: #333;
	}
	
td#bio a:link, td#copy a:active, td#copy a:visited {
	text-decoration: underline;
	color: #c30102;
	font-style: normal;
	}
	
td#bio a:hover{
	text-decoration: none;
	color: #999;
	font-style: normal;
	}
	
td#bio {
	border-left: 8px #ededed solid;
	border-right: 8px #ededed solid;
	border-top: 8px #ededed solid;
	border-bottom: 8px #ededed solid;
	}

/* FAR RIGHT SECTION */
td#right {
	border-right: 1px #ededed dashed;
	border-top: 8px #ededed solid;
	border-bottom: 8px #ededed solid;
	font-size: .95em;
	letter-spacing: 1px;
	padding: 18px 18px 18px 18px;
	color: #333;
	}
	
td#right a:link, td#right a:active, td#right a:visited {
	text-decoration: none;
	color: #c30102;
	font-style: normal;
	}
	
td#right a:hover{
	text-decoration: none;
	color: #999;
	font-style: normal;
	}

	
/*FOOTER */
table#footer {
	font-size: .90em;
	color: #999;
	}
	
td#foot {
	padding: 2px 2px 2px 13px;
	}
td#foot a:link, td#foot a:active, td#foot a:visited, td#foot a:hover {
	text-decoration: underline;
	color: #999;
	font-style: normal;
	}