﻿body {
	background-image: url("images/g4101.png");
	font-family: helvetica;
}

#menu a:link {
	color: #F2F5ED;
	text-decoration: none;
}

#menu a:visited {
	color: #F2F5ED;
	text-decoration: none;
	}
	
#menu a:hover {
	color: #FFC200;
	}

#content a:link {
	color:#84002E;
	text-decoration: none;
}

#content a:visited {
	color: #84002E;
	text-decoration: none;
	}
	
#content a:hover {
	color: #B80028;
	}

h1,h2 {
	color: #84002E;
	}

h3 {
	color: #B80028;
	}
	
td {
	
	padding: 15px;
	padding-left: 0px;
	padding-right: 20px
}

#banner {
	background: #B80028;
	height: 1.2em;
	margin: -20px;
	margin-bottom: 0px;
	border-bottom: #84002E 3px solid;
	padding: 6px;
	padding-bottom: 4px;
	color: #F2F5ED;
	font-size: 1.2em;
	}
#banner-bottom {
	background: #B80028;

	margin: -20px;
	margin-top: 0px;
	border-top: #84002E 3px solid;
	padding: 6px;
	padding-bottom: 4px;
	color: #F2F5ED;

	}
#header img {
	border-right: #84002E 3px solid;
	}

#header {
	margin-left: -20px;
	margin-right: -20px;
	border-bottom: #84002E 3px solid;
	height: 170px;
	}

#main {
	background-color: white;
	padding: 20px;
	width: 850px;
	border: #84002E 3px solid;
	margin: auto;
	margin-top: 20px;
	}

#menu {
	border-bottom: #84002E 3px solid;
	margin-left: -20px;
	margin-right: -20px;
	background: #B80028;
	padding: 6px;
	font-size: 1em;
	}

#menu a {
	padding-left: 10px;
	padding-right: 10px;
	}

#content{
	padding: 30px;
	padding-top: 20px;
	line-height: 1.7em;
}

.author {
	color: #B80028;
	font-style: italic;
	}
.dates {
	margin-left: -10px;
	}
.lists {
	margin-left: -20px;
	}
	