body {
	margin: 0 10% 0 10%;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF; /* page text color blue */
	text-align: center; /* center the page */
}

a,a:visited{color:#00F}/* all links and visited links blue */

#page {
	line-height: 1.5em;
	width: 900px;
	text-align: left; /* realign everything left */
	margin: 0 auto;
}
#content {
	padding: 5px;
	float: left;
	clear:both;
	width: 450px; /* match size of photo on home page */
	height: 290px;
}
#content a:visited { color: blue;} /* keep links blue even after clicked */
#footer {
	font-size: 90%;
	color: black;
	clear: both;
}
#footer a, #footer a:visited {
	color: black;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline;}
#news {
	border: 1px solid #000000;
	padding: 5px;
	float: left;
	background-color: #5C9ED5;
	width: 450px; /* match size of photo on home page */
}
#courts {
	padding: 5px;
	float: right;
	width: 390px;
}
.bullet_list {
	font-size: small;
}
#nav_div { /* used to center menu */
	width: 100%;
	overflow: hidden;
}
#nav_div ul {
	margin: 0;
	padding: 0;
	list-style:none;
	position:relative; /* used to center menu */
	float: left; /* used to center menu */
	left:50%; /* used to center menu */
}
#nav_div li {
	font-size: 11px;
	position:relative; /* used to center menu */
	float: left; /* used to center menu */
	right:50%; /* used to center menu */
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
}
#nav_div a, #nav_div a:visited {	
	padding: 4px 4px 4px 4px;
	margin: 3px;
	border: 1px 1px 1px 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #999999;
	background-image:  url(../images/but_blublk.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	color: white;
	text-decoration: none;
}
#nav_div a:hover {
	background-color: #5C9ED5;
	background-image:  url(../images/but_blublu_over.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	color: black;
}
