﻿/* CSS layout */
#wrapper {
	 font-family: "Times New Roman", Times, serif;
	 width: 740px; margin:0 auto; 
}
#header {
	text-align: center;
}#masthead {
	border: 0;
}
th {
	text-align: center;
}
.li-a {
	list-style-type: lower-alpha;
}
.li-i {
	list-style-type: lower-roman;
}
.center {
	border-width: 0px;
	text-align: center;
}
.image-left {
	vertical-align: middle;
	border-width: 0;
	padding-right: 5px;
}
.footertext {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #800000;
	text-align: justify;
}
.footertext2 {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #008000;
	text-align: justify;
	margin-bottom: 1em;
}
.footertext-center {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #800000;
	text-align: center;
}
.ul-sq {
	list-style-type: square;
}

