/*** Style Sheet for the NBBA web site ***/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF9900;
}
body.directions {
	background-color: white;
}
p, td, th {
	font-size: 14px;
	color: black;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
li {
	list-style-type: square;
	font-size: 14px;
	font-weight: bold;
}

/*** Navigation menu on left ***/
.nav {
	color: white;
	background-color: #3366CC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}
a.nav:link {
	text-decoration: none;
	color: white;
}
a.nav:visited {
	text-decoration: none;
	color: white;
}
a.nav:hover {
	text-decoration: none;
	color: red;
/*    border: 2px solid red;
    padding: 2px 2px 2px 2px; */
}

/*** Navigation menu on home page ***/
.homenav {
	font-size: 16px;
	text-align: center;
}

a.homenav {
	font-weight: bold;
}

/*** Body text on non-home pages ***/
.body {
	background-color: #E1E1FF;
	vertical-align: top;
}
a.body:link {
	text-decoration: none;
	color: #0033CC;
	font-weight: bold;	
}
.time {
	text-align: right;
}

.bluebox {
	color: #99FFFF;
	background-color: #3366CC;
	text-align: center;
	font-weight: bold;	
}

/*** Header on top ***/
.header {
	background-color: white;
	vertical-align: top;
}

/*** Footer on bottom ***/
.footer {
	font-size: 10px;
	color: white;
	font-style: italic;
}
