/* General Body Stuff */
body
	{
	background-color: #FFFFF0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #0e1b99;
	background-image: url('images/bkgnd.gif');
	}
	
p
	{
	margin-top: 6px;
	margin-bottom: 0px;
	}
	
address
	{
	margin-top: 0px;
	margin-left: 24px;
	margin-botton: 0px;
	}
	
address.bio
	{
	margin-top: 12px;
	margin-left: 0px;
	margin-botton: 0px;
	}
	
div.indent1
	{
	margin-left: 1em;
	}

tr.nav
	{	
	background-color: #FFFF00;
	text-decoration: none;
	}

a {color: #0066FF;	 text-decoration: none; }
a:link {font-family: sans-serif; font-size: 18px; }
a:visited {color: #9900CC; }
a:hover {color: #CC0000; text-decoration: underline; }
a:active {color: #66FF66; text-decoration: underline; }


table.maintbl
	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	width: 740px;
	border: 0px;
	}
	
table.thumbs
	{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	background-image: url('images/tblbkgnd.gif') repeat;
	}
	
table.nav
	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	position: fixed;
	}
	
ul
	{
	list-style: none;
	margin-top: 10px;
	margin-bottom: 0px;
	}
	
ul.bullet
	{
	list-style: circle;
	}
	
td.level1
	{
	padding-left: 15px;
	padding-bottom: 6px;
	}
	
p.level1
	{
	padding-left: 15px;
	padding-bottom: 6px;
	}
	
a.level1
	{
	padding-left: 15px;
	padding-bottom: 6px;
	}
	
img.scsc
	{
	margin-top: 40px;
	margin-bottom: 20px;
	}


h1
	{
	font-family: sans-serif;
	font-size: 44px;
	color: #883309;
	margin-top: 10px;
	margin-bottom: 0px;
	}

h2
	{
	font-family:  sans-serif;
	font-size: 28px;
	color: #883309;
	margin-top: 10px;
	margin-bottom: 0px;
	}

h3 
	{
	font-family:  sans-serif;
	font-size: 20px;
	color:#883309;
	margin-top: 10px;
	margin-bottom: 0px;
	}

h4
	{
	font-family:  sans-serif;
	font-size: 13px;
	color: #883309;
	margin-top: 10px;
	margin-bottom: 0px;
	}

hr
	{
	color: #6E3113;
	background-color:tan;
	width:90%;
	height:2px;
	}


/* External Links Page (includes one internal link [groups.html])  */
ul.linkspagemenu
	{
	list-style-type: none;
	}

h3.linkspagemenu
	{
	margin-left: 20px;
	}
	
ul.peoplepage
	{
	list-style-type: none;
	}

	
/* special link for EVENTS  */
a.events
	{
	font-family: georgia, "times new roman", serif;
	text-transform: uppercase;
	color: red;
	font-weight: bold;
	} 	
a.events:visited {color: #9900cc; font-family: georgia, "times new roman", serif; }
a.events:hover { color: green; font-family: georgia, "times new roman", serif; font-weight: bolder; }
a.events:active {color: blue; font-family: georgia, "times new roman", serif; }


