html {
	background-color: navy;
}
#doc4 #hd {
	text-align: center;
	padding-bottom: 1em;
}
#bd {
	background-color: white;
	min-height: 500px;
}
#content {
	padding: 1em;
	min-height: 460px;
}
#ft {
	color: #fffea3;
    font-weight: bold;
    text-align: center;
    height: 50px;
    padding-top: 1em;
}
#topgrad{
    background-image: url("/images/grad_top.png");
    height: 20px;
}
#lowergrad{
    background-image: url("/images/grad_lower.png");
    height: 20px;
}

#feedbox {
    padding: 5px;
    background-color: #CCFFCC;
}

h1 {
	font-size: 153.9%;
}

h2 {
	font-size: 123.1%;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	padding-top: .5em;
	padding-top: .5em;
}

ul.list {
    padding: 5px;
}

ul.list li {
    list-style: disc outside;
    padding-left: 3px;
    margin-left: 5px;
}

.event_start {
    font-weight: bold;
}

