body {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans Serif;
	color: black;
}

td {
	text-align: left;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	color: red;
	text-decoration: underline;
}

/*  select box on home page */

select {
	color: #003300;
	background-color: #FFFFCC;
	font-size: 14px;
	font-weight: bold;
	margin-left: 27%;
}

/*  top header on each page  */

.banner {
	background-color: #003300;
	width: 700px;
	height: 75px;
	border-top: double;
	border-bottom: double;
	border-left: solid black 1px;
	border-right: solid black 1px;
}

/*  block for navigation buttons  */

.top_nav {
	text-align: center;
	background-color: #003300;
	width: 700px;
	height: 25px;
	padding-top: 10px;
	border: solid black 1px;
}

/*  navigation menu buttons  */

.top_nav a {
	color: #FFFFFF;
	background-color: #00CC00;
	text-decoration: none;
	font-weight: bold;
	border: solid black 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 2px;
}

.top_nav a:hover {
	background-color: #FFCC00;
	text-decoration: none;
	color: #663300;
}

/*  navigation button when on that page  */

.on {
	color: #003300;
	font-weight: bold;
	border: solid black 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 2px;
	background-color: #FFCC00;
}

/* parent container for page content  */

.body {
	height: auto;
	width: 700px;
	padding: 5px;
	clear: all;
/*border: dotted blue 1px; */
}

/* footer on each page  */

.footer {
	height: 50px;
	width: 700px;
	border-bottom: solid black 1px;
	padding-bottom: 5px;
	clear: both;
	text-align: center;
	vertical-align: middle;
}
 
.date {
	font-size: 80%;
	font-style: italic;
}

.large {
	font-size: 150%;
	color: #003300;
}

.small {
	font-size: 10px;
}

/* containers that create two column layout - used to contain blocks */

.container {
	width: 345px;
	height: auto;
	float: left;
}

/*  small block for content */

.block_small {
	width: auto;
	height: auto;
	padding: 6px;
	margin: 5px;
	border: solid #663300 1px;
	text-align: left;
}

/*  standard size block for content */

.block {
	width: 315px;
	height: auto;
	padding: 6px;
	border: solid #003300 1px;
	text-align: left;
}

/*  heading for content blocks  */

.block_heading {
	text-align: center;
	background-image: url(images/header2_new.jpg);
	background-color: #003300;
	background-repeat: repeat-x;
	background-position: left;
	color: #FFEEA6;
	font-size: 120%;
	font-weight: bold;
	height: 20px;
}

/* board member titles  */

.title {
	background-color: #FFFFCC; 
	font-weight: bold; 
	color: #003300;
}
.center {
	text-align: center;
}