body {
	margin: 0px;
	font-family: verdana, arial, sans-serif
}
	
.masthead {
	background-image: url('images/stripes.png');
	height: 100px;
	width: 100%;
	padding-top: 12px
}

.navigation {
	border-bottom: solid 1px #800000;
	padding-left: 50px;
	height: 20px;
	padding-top: 10px
}

.navigation a {
	color: #AD1313;
	text-decoration: none;
	font-weight: bold;
	font-size: 13pt;
	border-top: solid 1px #800000;
	border-left: solid 1px #800000;
	border-right: solid 1px #800000;
	background: #FEF4DC;
	height: 30px;
	padding-top: 4px
}

.navigation a:hover {
	color: #AD1313;
	text-decoration: none;
	font-weight: bold;
	font-size: 13pt;
	border-top: solid 1px #800000;
	border-left: solid 1px #800000;
	border-right: solid 1px #800000;
	background-color: #F5C249
}

.content {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 100%
}

.addbar {
	padding-top: 15px;
	padding-bottom: 35px;
	padding-right: 18px
}

.footer {
	border-top: solid 1px #800000;
	width: 100%;
	text-align: right;
	color: #800000;
	font-size: 8pt
}

td {
	vertical-align: top
}

li {
	padding-bottom: 20px
}

h1 {
	font-size: 13pt;
	font-weight: bold
}

a {
	color: #800000
}