
/* Standard styles */
#footer em {
  font-style: italic;
}

#footer strong {
	font-weight: bold;
}

/* Indent uses this */
#footer blockquote {
	margin-left: 20px;
}

/* Align text properly */
#footer *[align="center"] {
  text-align: center;
}

#footer *[align="left"] {
  text-align: left;
}

#footer *[align="right"] {
  text-align: right;
}

/* float images */
#footer img[align="left"] {
	float: left;
}

#footer img[align="right"] {
	float: right;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: black;
	text-decoration: none;
	text-align: justify;
	margin: 8px 0 2px 0;
}

#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #003F5E;
	text-decoration: none;
	text-align: justify;
	margin: 4px 0 2px 0;
}

#footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
	color: #F78009;
	text-decoration: none;
	text-align: justify;
	margin: 4px 0 2px 0;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
	color: #003F5E;
	text-decoration: underline;
	text-align: justify;
	margin: 4px 0 2px 0;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
	color: black;
	background-color: #F78009;
	text-decoration: none;
	text-align: justify;
	margin: 4px 0 2px 0;
}