body

{
   
	width: 75%;

   	margin: 0 auto;
}


ul.nav

{
   
	list-style-type: none;

	text-align: center;
	font-size: 16pt;

}


ul.nav li

{
   
	display: inline;
	padding: 20px;

}


ul.faq

{
   
	list-style-type: square;

}


ul.faq li, ul.resource li

{
   
	padding: 10px;

}


a

{
   
	transition: color 1s;

	-moz-transition: color 1s; /* Firefox 4 */
   
	-webkit-transition: color 1s; /* Safari and Chrome */
   
	-o-transition: color 1s; /* Opera */
   color: #000080;
   
	text-decoration: none;

}


a:hover
{
   
	transition: color 1s;
   
	-moz-transition: color 1s; /* Firefox 4 */
   
	-webkit-transition: color 1s; /* Safari and Chrome */
   
	-o-transition: color 1s; /* Opera */
   
	color: #138808;

}


h1

{
   
	text-align: center;
	color: #FF9933;

}


h2

{
   
	color: #138808;

}


#headerimage

{
   
	text-align: center;

}


#headerimage img

{
   
	height: 240px;

}


h3.eventchanged

{
   
	color: #FF0000;

}


div.poster

{
   
	float: left;
	width: 30%;

}


div.content

{
   
	float: right;
   
	width: 20%;

}


img.poster

{
   
	width: 75%;

}