body, td, p, div, li {
	font-family: Arial, "Times New Roman", Helvetica, sans-serif;
	font-size: 15px;
}
body {
	background: url('images/tile.jpg');
	background-attachment: fixed;
}
table {
	background-color: #fff;
}
h1 {
	font-size: 18px;
}
p {
	font-size: 13px;
	text-align: justify;
}
.righthead {
	text-align: center;
	font-size: 17px;
}
#navbar {
	width: 725px;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 5px;
}
#navbar li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#list li {
	font-size: 13px;
}
#navbar li a {
	text-decoration: none;
	color: #fff;
	display: inline;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;	padding-left: 17px;
	padding-right: 17px;
}
#navbar li a:hover {
	background-image: url('images/highlight.gif');
	background-position: bottom center;
}

h1,h2,h3 {
	text-align:left;
}
td {
	padding-right: 1px !important;
	margin-right: 0px;
}

h1, .purple { color: #6C2F86; }
