
body {
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/bkg.gif);
	font-family: verdana, arial, sans-serif;
/*	font-family: "Comic Sans","Comic Sans MS",arial,verdana,sans-serif;
	font-weight:bold;*/
}
h1,h2,h3 {font-family:sans-serif;}
	
h1 {font-size:145%}
h2 {font-size:125%}
h3 {font-size:110%}

p,li,td	{
	font-size:12px;
	font-family: verdana, arial, sans-serif;
/*	font-family: "Comic Sans","Comic Sans MS",arial,verdana,sans-serif;
	font-weight:bold;	*/

	}
	
ul li	{
	list-style-image: url(images/star.gif);
	}

.nav	{
	border:2px solid #039;
	padding-top:.25em;
	font-size: 12px;
	}

.content	{
	border-top:2px solid #039;
	border-bottom:2px solid #039;

	}

table	{
	font-size:95%;
	}
	
form	{
	border:2px dashed #039;
	}

.nav li	{
	font-weight:bold;
	padding:.15em;
	}
	
.committee td {
	border-bottom: 1px solid #333;
/*	border-right: 1px solid #333;*/
}

.committee a:link {
	text-decoration: none;
}

.committee a:hover {
	text-decoration: underline;
}