body {
 font-family: helvetica, arial, sans-serif;
 font-size: 90%;
}

div#header {
 text-align: right;
 font-style: italic;
 font-size: 2em;
 margin-bottom: 0;
/* background: #151a57; */
 color: white;
 background: url(images/logobg.jpg);
}

div#header h1 {
 margin-bottom: 0;
 margin-top: 0;
 margin-right: 5px;
}

div#navigation {
 text-align: center;
 font-size: 120%;
 margin-bottom: 5px;
 margin-top: 0;
 padding: 0;
 background: url(images/menubg.jpg);
 color: white;  
}

div#navigation img {
 border: none;
 margin: 0;
}

div#navigation a:link {
 text-decoration: none;
 color: white;  
}

div#navigation a:visited {
 color: white;
 text-decoration: none;
}

div#navigation a:hover {
 color: red;
}

div#navigation a:active {
 color: red;
}

div#page_content {
 float: left;
 width: 75%; 
 border-right: 1px dotted black;
 padding-right: 4px;
}

div#newsbox, div#blurbbox {
 float: left;
 width: 100%;
}

div#page_sidebar {
 float: right;
 width: 24%;
}

hr {
 width: 90%;
 height: 1px;
}

div#footer {
 font-style: italic;
 font-size: 80%;
 color: #ccc;
 clear: both;
 text-align: center;
 position: relative;
 top: 20px;
}

.details {
 font-size: 80%;
} 

a.link_more {
 font-style: italic;
 font-size: 90%;
}

td.label {
 font-weight: bold;
 width: 15%;
}

table.location {
 background: #eee;
 border: 2px inset;
 width: 90%;
 margin-bottom: 1em;
}

h4 {
 border-bottom: 1px solid black;
 font-size: 110%;
}

h5 {
  font-size: 100%;
  font-weight: bold;
  margin: .5em 2.5em .5em 2.5em;
  border-bottom: 1px solid black;
}
