body {
    margin: 0px;
    background-color: #c60000;
}

p, li, td {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}

#top {
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 755px;
    border: 2px solid black;
    background: white;
    text-align: center;
}

#main {
	position: absolute;
	top: 140px;
	margin: 10px;
    margin-left: 155px;
    width: 590px;
    padding: 10px;
    border: 2px solid black;
    background: white;
}

#sidebar {
    position: absolute;
    top: 140px;
    left: 0px;
    margin: 10px;
    padding: 10px;
    border: 2px solid black;
    background: white;
    width: 105px;
}

#navigation a{
    color: black;
    font-family: sans-serif;
    font-size: small;
    line-height: 150%;
}

#navigation a:hover {
    color: maroon;
    text-decoration: underline;
}


#moto {
    font-family: serif;
	text-align: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px;
}


.title {
    font-size: large;
    color: #c60000;
    font-family: sans-serif;
    font-weight: bold;
    text-align: right;
    border-bottom: 1px solid #333;
}

.date {
	font-weight: bold;
	font-family: serif;
	color: #333;
}

.photo {
    text-align: center;
}

.photo_blurb {
    text-align: center;
    font-family: serif;
    font-size: 8pt;
}

.faq {
	font-weight: bold;
}