* { margin: 0; padding: 0; font-family: "Times New Roman", serif;
    background: #000000;  }
body { color: #AAAAAA; }
a img { border: none; }

.header { color: white; padding-left: .5em; }
.header a:link, .header a:visited { color: #FFFFFF; text-decoration: none; }
.logo { float: right; }
.topics { float: left; }
.topics li {
    list-style-type: none;
    font-size: x-large;
    line-height: 150%;
    text-align: right;
}

.topics li a:hover {
    border-top: medium solid red;
    border-bottom: medium solid red;
}
.banner {
    height: 10%;
    color: white;
    clear: both;
    text-align: center;
    font-size: xx-large;
    line-height: 120%;
    border-top: thick solid white;
    border-bottom: thick solid white;
    padding: 1em;
}
.banner a:link, .banner a:visited { color: #FFAAAA; text-decoration: none; }
.banner a:hover { border-bottom: thin solid #FFAAAA; }
.banner .subbanner {
    font-size: x-large;
}
.content {
    clear: both; border-bottom: thin solid white; border-top: thin solid white;
    padding: .5em;
}
.content a:link, .content a:visited, .footer a:link, .footer a:visited {
    color: #AA7777; text-decoration: none;
}
.content a:hover, .footer a:hover  { border-bottom: thin solid #AA7777; }

.content p { padding: .5em; }

.footer { padding: .5em }
.contact { float: left; width: 33%; text-align: left; }
.slogan { font-style: italic; float: left; width: 33%; text-align: center;}
.update { float: right; width: 33%; text-align: right; }


.title { text-align: right; font-size: 3em; color: yellow; padding-top: 1em; padding-bottom: .5em; padding-right: 1em; font-style: italic}

ul.navigation {
	padding-right: .5em;
	padding-top: 1em;
}

ul.navigation li { 
	list-style-type: none;
	text-align: right;
	font-size: 1.2em;
	line-height: 150%;
}
