div.header
{
	margin: 0 1em;
	clear:left;
}

div.content
{
	margin:0 1em;
}

div.footer
{
	height: auto;
	margin: 10px 0.5em 0 0.5em;
	border-style: groove none;
	border-width: 2px;
	text-align: left;
}

div.left, div.middle, div.right
{
	width: 30%;
}

div.left
{
	float: left;
	text-align: left;
}

div.middle
{
	float: right;
	text-align: center;
}

div.right
{
	float: right;
	text-align: right;
}

div.section#second{
	clear: left;
}

table
{
	border-style: none;
}

table#events td
{
        padding-right: 1em;
}

table#footertable{ 
        width: 100%;
}

img
{
	border-style: none;
}

img.photo{
	float:left;
	margin: 0px 20px 10px 0px;
}

a:link {
	color: #00008b;
	text-decoration: none
}
a:visited {
	text-decoration: none
}	
a:hover {
	text-decoration: underline
}

p.title{
	display: block;
	margin: 10px 0em;
	font-style: italic;
	text-align: center;
}

.new{
	font-weight: bold;
}
