@charset "UTF-8";
/* index CSS */

body{
	background: #003C1E url(../images/nbtc_bg_main.jpg) 50% 0 repeat-y;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #003C1E;
	}
div#wrapper{
	width: 800px;
	margin: 0 auto;
	}
div#logo{
	width: 800px;
	height: 170px;
	background:url(../images/head_right.jpg) right no-repeat;
	position: relative;
	}
div#center_court{
	position: absolute;
	top: 50px;
	right: 10px;
}
div#center_court img{
	border: none;
}
/* OLD
div#head_right{
	margin-left: 191px;
	width: 584px;
	height: 95px;
	background:url(../images/head_right.jpg) right no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-align:right;
	padding-right:25px;
	padding-top:75px;
	}
*/
div#news{
	margin:0 auto;
	width: 800px;
	padding:5px 0 5px 0;
	background:#E3DEBF;
	}
table{
	border-top: 2px #B0A67A solid;
	border-left: 2px #B0A67A solid;
	}
table td{
	border-bottom: 2px #B0A67A solid;
	border-right: 2px #B0A67A solid;
	}
table th{
	border-bottom: 2px #B0A67A solid;
	border-right: 2px #B0A67A solid;
	}
	
div#navigation{
	width: 191px;
	background: url(../images/nav_bg.jpg) center top repeat-y;
	float:left;
	}
ul.nav{
	list-style: none;
	padding: 0;
	padding-left: 15px;
	margin: 0;
	}
ul.sub_nav{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 35px;
	}
a{
	font-size:9pt;
	color: #003C1E;
	text-decoration:none;
	}
a:hover{
	color:#996633;
	}
div#main_photos{
	width:603px;
	background:#E3DEBF;
	}
div#mini_photos{
	height:110px;
	width:168px;
	margin-left:10px;
	margin-top:15px;
	background:#9D946B;
	}
div#news_ticker{
	width:400px;
	height:20px;
}	
	
div#content{
	margin-left:191px;
	padding-top:0;
	margin-bottom:35px;
	}
h1{
	margin-top:5px;
	font-size:14pt;
	}
h2{
	color:#58523D;
	padding:0;
	margin:10px 0 0 0;
	font-size:10pt;
	}
p{
	padding-right:25px;
	}
	
hr{
	border:0;
	border-bottom:#9D946B solid 1px;
	margin-right:15px;
}

p.download_item{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #9d946b;
	margin-right: 20px;
}