body {
	margin: 0;
	padding: 5em 0;
	background: #F1F2F7;
}

body img {
	border: 0;
}

#main {
	position: relative;
	width: 685px;
	height: auto;
	margin: 0 auto;
	padding: 1em 1em 1.5em;
	font: 0.8em arial, helvetica, sans-serif;
	background: white;
	border: 2px solid #5769B8;
}

#main a {
	font-weight: bold;
	color: #5769B8;
	text-decoration: none;
}

#main a:hover {
	color: red;
	text-decoration: underline;
}

#masthead {
	position: relative;
	height: 50px;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom: 2px solid #5769B8;
}

#mastpic {
	position: absolute;
	right: -13px;
	top: -75px;
}

#middle {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 1.5em;
}

#menu {
	width: 12em;
	height: 99.9%;
	position: absolute;
	top: 0;
	left: 0;
	background: #F1F2F7;
	border: 1px solid #5769B8;
}

#menu .title {
	color: black;
}

#menu .sectioncontent {
	padding-left: 0;
}

#menu a {
	display: block;
	padding: 0.3em;
	padding-left: 1em;
}

#menu a:hover {
	background: #B9BFD9;
	color: #F1F2F7;
	text-decoration: none;
}

#menu a#current {
	color: red;
	font-style: italic;
	background: #F1F2F7;
}

#menu a:hover#current {
	text-decoration: none;
}

#content {
	min-height:14em;
	position: relative;
	margin: 0 0 0 12em;
	padding-left: 2em;
}

.event {
	border-bottom: 2px solid #5769B8;
	width: 100%;
	padding: 1em 0;
}

h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}

em {
	font-style: italic;
}

.urgent {
	color: orange;
}

.announcement {
	color: #000000;
	border-bottom: 2px solid #5769B8;
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 0.75em;
}


#footer {
	position: relative;
	width: 100%;
	height: 10em;
	clear: both;
	font: 0.8em arial, helvetica, sans-serif;
	border-top: 2px solid #5769B8;
}

#footer .section {
	position: absolute;
	width: 30%;
	height: 8em;
	border: 1px solid #5769B8;
	margin-top: 2em;
	background: #F1F2F7;
}

.title {
	background: #818BBC;
	border: 1px solid #5769B8;
	border-width: 0 0 1px 0;
	font: bold 1.1em arial, helvetica, sans-serif;
	padding: 0.2em 0 0.2em 1em;
	color: #F1F2F7;
}

.sectioncontent {
	padding: 0.2em 0 0.2em 1em;
}

#footer #address {
	left: 0;
}

#footer #phone {
	left: 35%;
}

#footer #list {
	left: 70%;
}

#footer #list #subscribe {
	margin: 0;
}
