body {
	color: #222;
	font:  90% "helvetica, ariel",sans-serif;
	line-height: 110%;
	margin: 0 auto;
	background-image: url(img/bgs2.jpg);
}


a.menu:link  {
	font-size:1.2em;
	font-weight:600;
	color: #111111;
	text-decoration: none;
	margin-left:14px;
	text-align:center;
	}

a.menu:visited  {
	font-size:1.2em;
	font-weight:600;
	font-style:italic;
	line-height:1.6em;
	color: #222222;
	text-decoration: none;
	margin-left:14px;
	
	}

a.event:link  {
	font-size:1.2em;
	font-weight:600;
	line-height:1.8em;
	font-style:italic;
	color: #660033;
	text-decoration: none;
	margin-left:14px;
	border:medium
	
	}

a.event:visited  {
	font-size:1.2em;
	font-weight:600;
	line-height:1.8em;
	font-style:italic;
	color: #660033;
	text-decoration: none;
	margin-left:14px;
	border:medium
	
	}


p, ul			{
	font-size: 1.1em;
	line-height:1.3em;
}


h1 {
	color: #000000;
	padding-top: 6px;
	font-size:2.4em;
	margin-bottom: 4px;
}


h2 {
color: #367ea6;
	padding-top: 6px;
	font-size: 1.4em;
			
}

h3 {color: #367ea6;
	padding-top: 6px;
	font-size: 1.2em;
	margin: 0;
}


.image   {
	float:left;
	margin-top:10px;
	margin-left:6px;
	margin-right: 10px;
	margin-bottom: 7px;
}


.imageright    {
	float:right;
	margin-top:0px;
	margin-left:6px;
	margin-right: 10px;
}	

.indent     {
	margin-left:15px;
	}

.indent2   {
margin-left: 300px;
}
	
.box {
	width: 500px;
	margin: auto;
	text-align: left;
	background-color: #d1c37c;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
	
	.box2 {
	width: 500px;
	margin: auto;
	text-align: center;
	background-color: #d1c37c;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}

/* search form */
form {
	padding: 0 0 6px 8px;
}



cite {
	background: url(img/icons/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "helvetica, ariel",serif;
	padding-left: 28px;
}

#content li {
	list-style: url(img/icons/li.gif);
	margin-left: 18px;
	}
	
