body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-color:#64CBE3;
}

a:link {color:#333333; text-decoration:none;}
a:visited {color: #333333; text-decoration:none;}
a:hover {color: #000000; text-decoration:underline;}
a:active {color: #333333; text-decoration:none;}

.header {
    display:block;
	padding:4px;
	height:100px;
	border: black solid thin;
	background-image:url('../images/linkbar.gif');
	text-align:right;
}

.linkbar {
	display:block;
	height:32px;
	background-image:url('../images/navfiller.gif');
	background-repeat:repeat-x;
}

.main {
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0px;
	width: 600px;
	background-color: #64CBE3;
	overflow:none;
	position:relative;
}

.footer {
	display:block;
	clear:left;
	margin:4px;
	height:20px;
	text-align:center;
	font-size:12px;
}

/* nav links bar */
.nav {
	background-color:#000000;
	text-align: center;
	width:850px;
}
		.nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
	
		.nav li {
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
			background-image:url('../images/navbg.gif');
			background-repeat:repeat-x;
		}
		
		.nav li a {
			display: block;
			height: 32px;
			overflow: hidden;
			color: #fff;
			text-indent: -10000px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
			margin-left:0px;		
		}
	
		.nav li a:hover {
			background-position: 0px -32px;
		}	
		
		.nav li em a,
		.nav li em a:hover {
			background-position: 0px -64px;
		}
				
		.nav li.home a {
			background-image: url('../images/home.gif');
			width: 100px;
		}
	
		.nav li.cont a {
			background-image: url('../images/cont.gif');
			width: 100px;
		}
	
		.nav li.biog a {
			background-image: url('../images/biog.gif');
			width: 100px;
		}
	
		.nav li.work a {
			background-image: url('../images/work.gif');
			width: 100px;
		}
	
		.nav li.pres a {
			background-image: url('../images/pres.gif');
			width: 100px;
		}
	
		.nav li.link a {
			background-image: url('../images/link.gif');
			width: 100px;
		}
		
		.nav li.even a {
			background-image: url('../images/even.gif');
			width: 100px;
		}
	
		.nav li.fres a {
			background-image: url('../images/fres.gif');
			width: 100px;
		}	
		
.footer {
	color:#666600;
}

/* individual styles */
.smallbutton {
	font-size:9px;
}

/* temp styles on events page */
.style1 {font-size: 10px}
.style2 {font-size: 12px}
.style3 {font-size: 1px}
.style4 {font-size: 12px; font-style: italic; }