html,body,div,span,ul,ol,li,p,a,img,h1,h2,h3,h4,h5,table,td,tr	{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
body {
	background:url(./images/Pale_Fractal.jpg);
  font-family: arial, sans-serif;
  font-size:12pt;
	width:100%;
  margin: 0;
  padding: 0;
  border: 0;
	}
#main {
  width:800px;
  margin:0 auto;
	}
#banner {
	width: 800px;
	margin:10px auto;
	}
#mainhome {
	width:800px;
	margin:0 auto;
	clear:both;
	padding-bottom:30px;
	}
#left {
	float:left;
	width:200px;
	margin-top:60px;
	}
#center {
	float:left;
	width:600px;
	margin-top:30px;
	}
#footer {
	width: 800px;
	text-align:center;
	padding:20px 0;
	font-size:.8em;
	}
div.center {
	text-align: center;
	}
h1 {
  font-family: "times new roman";
	font-size:1.6em;
  color:#308296;
  text-align:center;
	padding:10px;
	}
h2 {
  font-family: "times new roman";
	font-size:1.4em;
  color:#308296;
  text-align:center;
	padding:10px;
	}
caption {
  font-family: "times new roman";
	font-size:1.6em;
  color:#308296;
  text-align:center;
	padding:10px;
}
th {
	text-align:center;
	font-weight:bold;
}
td {
	text-align:center;
}
ul {
  font-family: "times new roman";
	font-size:1.2em;
	color:#308296;	
}
li {
  margin-top:20px;
}
li.pdf {
  margin-top:20px;
  list-style-image:url(./images/pdf.jpg);
}
a.l:link, a.l:active, a.l:visited {
	text-decoration:none;
	color:#308296;
}
a.l:hover {
	text-decoration:underline;
	color:#0000ff;
	cursor:pointer;
}
a.n:link, a.n:active, a.n:visited, a.n:hover {
	text-decoration:none;
	color:#308296;
}
	
p {
	padding:5px 10px;
  text-align:left;
	}
a:link, a:active, a:visited {
	text-decoration:none;
	color:#0000ff;
}
a:hover {
	text-decoration:underline;
	color:#0000ff;
	cursor:pointer;
}

