body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width: 575px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #336699;
	float: left;
	padding-left: 5px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	width: 1000px;
}
#footer {
	margin-top: 12px;
	clear: both;
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#pageTitle {
	float: right;
	width: 120px;
}
#logo {
	background-image: url(../images/nbLogo2.jpg);
	background-repeat: no-repeat;
	height: 220px;
}
#leftNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 450px;
	float: left;
	padding-left: 45px;
	font-size: 18px;
	font-weight: bold;
}
#rightNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	width: 495px;
	float: right;
	font-size: 18px;
	padding-right: 5px;
	font-weight: bold;
}
#leftColumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	float: left;
	width: 570px;
	padding-left: 5px;
	padding-right: 5px;
}
#rightColumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 420px;
	float: right;
}

.warning {
    font-weight: bold;
    color: #f00;
	font-size:12px;
}

th {
	color:#336699;
	font-weight:bold;
	text-align:left;
	}

/* Links */

.navText a:link, .navText a:visited {
	text-decoration: none;
	color: #333333;
    font-variant: small-caps;
}

.navText a:hover, .navText a:active {
	text-decoration: underline;
	font-variant: small-caps;
}

.navText a#here {
    color: #666666 !important;
}

.navLocal a:link, .navLocal a:visited {
	text-decoration: none;
	color: #336699;
}

.navLocal a:hover, .navLocal a:active {
	text-decoration: underline;
	color: #336699;

}

.navLocal a#here {
    color: #666666 !important;
}

.courtbar a:link {color: #FFFFFF;}
.courtbar a:visited {color: #999999;}
.courtbar a:hover {color: #CCCCCC;}
.courtbar a:active {color: #FF6600;}

.titlebar a:link {color: #FFFFFF;}
.titlebar a:visited {color: #CCCCCC;}
.titlebar a:hover {color: #0A164F;}
.titlebar a:active {color: #000000;}

/* image gallery */
#gallery {
    width: 525px;
}

#picCount {
  color:#00425E;
  font-weight:bold;
  }

#thumbs {
    float: left;
    margin-top: 10px;
}

#thumbs td {
    text-align: center;
}

#thumbs img {
    border: none;
}

#thumbs a:link, #thumbs a:visited, #thumbs a:hover, #thumbs a:active {
    border: none;
    padding: 0;
}

#main_image {
    float: right;
    text-align: center;
    width: 350px;
}

#main_image p {
   color:#00425E;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

