/* CSS Document
Author: Pat Terman
Date created: 4/8/06
Last modified: 01/04/10
Copyright © 2006 Pat Terman
*/

body 	{	background-color:#FFFFFF; 
		background-image: url(images/pink_stripe.gif);
		background-repeat: repeat-y; 
		color:#000033;
		font-family: georgia, "times new roman", times, serif;
		width:760px;
		position: absolute; top: 8px; left: 8px;
	}
	
#banner	{	position: absolute; top: 0px; left: 0px;
	}
	
#cover	{	position: relative; top: -25px; left: 0px;
	}

		
h0	{}
h1	{	text-align: center;
		color: #660099;
	}

h2	{	color: #660099;
		font-size: 1.3em;
	}

h3	{	color: #660099;
		font-size: 1.2em;
	}

h4	{
		color: #660099;
		font-size: 1em;
		margin-bottom: 0;
		padding-bottom: 0;
		clear: both;
	}
	
h5	{
		color: #660099;
		font-size: 1em;
	}
	
.testimonial	{	
				margin: 0px 0px 5px 15px;
				width: 150px;
				clear: right;
				}
		
.testimonial a 	{	text-transform: lowercase;
		}

.testimonial a:link 	{	
				color: #cc99cc;
			}
.testimonial a:visited 	{	
				color: #cc99cc;
			}
.testimonial a:hover 	{	
				color: #660099;
			}
.testimonial a:active 	{	
				color: #cc99cc;
			}
		
.quote	{	color: #cc3399;
		font-style: italic;
	}

.biopic {	float: left; 
		margin-right: 10px;
		margin-bottom: 5px;
	}

.name	{	font-style: italic;
	}
	
.boardMemName	{	font-weight: bold;
		}

#events		{	background-image: url(images/parchPink.jpg);
			color: #660099;
			width: 150px;
			margin: 20px 0px 5px 15px;
			padding: 0px 10px 10px 10px;
			font-family: arial, helvetica, sans-serif;
			font-size: 12px;
		}
		
#eventsHeader	{	color: #660099;
			font-size: 1.5em;
			font-weight: bold;
			text-align: center;
			text-transform: uppercase;
	}

#events hr		{	width: 100px;
				color: #660099;
			}
#events a:link 		{	
				color: #660099;
			}
#events a:visited 	{	
				color: #660099;
			}
#events a:hover 	{	
				color: #660099;
			}
#events a:active 	{	
				color: #660099;
			}
.newsDate	{
				text-align: left;
				font-size: 90%;
				margin: 0;
				padding: 0;
			}

#navbar 	{ 	width: 101px;
			position: absolute; top:160px; left: 8px;

		}
		
#navbar a 	{	display: block;
			margin-top: 30px;
		}	

#content	{	position: absolute; top:125px; left: 145px;
			width: 610px;
		}
			
#footer		{	clear: both;
			text-align:center;
			font-size: .8em;
			font-family: arial, helvetica, sans-serif;
			color: #333366;
			margin-bottom: 20px;
		}