body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 67.5%;
	font-family: "Times New Roman", Times, serif, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #C40701;
	font-size: 26px;
	margin: 0px;
	font-weight: bold;
	clear: both;
}

li {
	margin-left: 20px;
}

#header {
	color: #C40701;
	font-size: 30pt;
	font-weight: bold;
	text-align: center;
	min-width: 875px;
}

#title {
	background-color: #000;
	height: 182px;
	padding: 10px 0px 0px 30px;
	white-space: nowrap;
}

#topNav {
	background-color: #fff;
	color: #C40701;
	text-align: right;
	height: 32px;
	font-family: Georgia, times, serif, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	padding: 10px 15px 0px 30px;
	white-space: nowrap;	
}

#topNav img {
	margin-top: -10px;
}

#topNav a {
	color: #C40701;
	margin: 0px;
}

#topNav .navItem {
	padding-right: 15px;
}

#body {
	background-color: #e9dcc6;
	padding: 20px;
	font-size: 14pt;
}

#content {
	width: 750px;
	margin: 0px auto;
	text-align: justify;
}

#content p {
	padding-left: 45px;
	margin-top: 5px;
}

#content p a {
	color: #000;
	text-decoration: underline;
}

#content p a:hover {
	font-weight: bold;
}

.red {
	color: #C40701;	
}

.smaller {
	font-size: 70%;
}

#footer {
	background-color: #000;
	color: #C40701;
	font-family: Georgia, times, serif, sans-serif;
	font-size: 8pt;
	padding-top: 10px;
	text-align: center;
}

#footer a {
	color: #C40701;
	margin: 0px;
	font-size: 11pt;
	font-weight: bold;
}

#footer .navItem {
	padding-right: 15px;
}

.inline-right {
	float: right; 
	padding-left: 15px;
}
.inline-left {
	float: left; 
	padding-right: 15px;
}
