body {
	text-align: justify;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 100%;
	font-family: Georgia, serif;
	line-height: 1.5; 
	color: #303840;
	background-color: #e6edf7;
}

#titlebar {
	width:780px;
	margin-left: auto;
        margin-right: auto;
	height: 90px;
}

#navbar{
	width:780px;
	height: 50px;
	margin-left: auto;
        margin-right: auto;
	padding-top: 10px;
	margin-bottom: 20px;
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3,h4,h5,h6 {
	font-size: 125%;
}
h1,h2,h3,h4,h5,h6 {
	background-color: inherit;
	color: #005ba3;
	font-weight: normal;
	font-family: Helvetica, Verdana, sans-serif;
	font-style: normal;
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 20px;
}
a:link, a:visited, a:active { 
	color: #804020; 
	border-bottom: 1px dotted #804020; 
	text-decoration: none; 
}
a:hover {
  	color: #a04020;
	border-bottom: 1px dotted #a04020;
  	background-color: #b6bdc7;
}
a.selected {
	font-weight: bold;
}
.numbers {
	line-height: 20px;
	word-spacing: 4px;
}
address {
	font-family: Georgia, serif;
	font-style: normal;
	font-size: 90%;
	font-weight: bold;
	color: #4a525a;
	margin-top: 1em;
	padding-top: 1em;
}
em {
	font-family: Georgia, serif;
	color: #208040;
	font-style: italic;
	font-weight: bold;
}
ul.plain {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 20px;
}
ul.eventlist {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.eventlist #date-head {
	background-color: #b6bdc7;
	text-align: right;
	font-weight: bold;
	color: #302010;
	font-size: 100%;
}
#sidebar li {
	border-bottom:1px dotted #005c9b;
	background-color: #a8c5de;
	font-size:90%;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: left;
}
#sidebar li.head {
	display: block;
	font-size: 100%;
	padding:5px 0 5px 10px;
	margin:0;
	border-top:2px solid #e6edf7;
	border-bottom:none;
	background-color: #005c9b;
	color: #e6edf7;
	font-variant: small-caps;
	letter-spacing: 1px;	
}	

hr {
	border: 0 #005c9b dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin-bottom: 20px;
}

blockquote { 
	margin-left: 1.5em; 
	margin-bottom: 1em;
	margin-top: 0.5em;
}

