.imageleft { float: left; margin: 0 10px 3px 0; }
.imageright { float: right; margin: 0 0 3px 10px; }

#searchResults dl { margin: 10px 0 20px 0px; }
#searchResults dl dt, #searchResults dl dd { margin-left: 0px; }
#searchResults .info { font-size: 0.8em; color: #666; text-decoration: none; font-weight: normal; }


/* @group Sitemap */

ul#sitemap {
    margin: 0;
    padding: 0;
}
ul#sitemap li {
    font-weight: bold;
    list-style-type: none;
    margin: 10px 0 20px;
}
ul#sitemap li ul li {
    color: #6E5751;
    font-weight: normal;
    list-style-type: square;
    margin: 10px 0;
}
ul#sitemap-alpha {
    color: #6E5751;
    font-weight: normal;
    list-style-type: square !important;
    margin: 0;
    padding: 0 0 0 0;
}
ul#sitemap-alpha li {
    color: #6E5751;
    font-weight: normal;
    list-style-type: square !important;
    margin: 10px 0 10px 25px;
}

#subscribe-form {
    margin-bottom: 2em;
}
#subscribe-form label {
    display: block;
    float: left;
    font-weight: bold;
    width: 100px;
}
#subscribe-form input {
    margin-bottom: 1em;
}
.newscontent h2 a {
	text-decoration:none;
	font-weight:normal;
}

