body{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:750px;
}
#header{
	width:100%;
}
#logo{
	margin-left:auto;
	margin-right:auto;
	width:300px;
}
#navigation{
	width:750px;
	text-align:center;
	background-color:#0193CF;
	color:white;
	padding:5px;
}
#lowerbar{
	width:750px;
	background-color:#0193CF;
	padding:5px;
	height:1em;
	clear:both;
}
#navigation a{
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
	color:white;
	text-decoration:underline;
}
#navigation a:hover{
	text-decoration:underline;
	color:#A40234;
}
.pagetitle{
	font-size:2em;
	width:100%;
	text-align:center;
	color:#A40234;
	margin:10px;
}
.twocol{
	height:774px;
}
.content{
	height:774px;
}
.eventtitle{
	color:#A40234;
}
.eline{
	margin-left:10px;
}
#body{
	line-spacing:1.5em;
	margin-top:3px;
	margin-bottom:3px;
}
.next{
	font-size:1.2em;
	text-align:right;
	width:40%;
	float:right;
	clear:both;
}
.prev{
	font-size:1.2em;
	text-align:left;
	width:40%;
	float:left;
	clear:left;
}
.curlink{
	color:#A40234;
}
#copyright{
	font-size:smaller;
	color:gray;
	text-align:center;
}
.rightgraphic{
	float:right;
}
