/* Andrew Paul Landells - Generic Cascading Style Sheet for most web pages.
 *
 * Last.Update="20030429" */

/*a {
	border: 2px outset;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	background-color: #ccc;
}*/

a:link {
	color:blue;
}
a:visited {
	color:navy;
}
a:active {
	color:red;
/*	border: 2px inset; */
}
a:hover {
	background-color:#ccffff;
}
body {
	font-family:palatino, georgia, serif;
	font-size:12pt;
	font-weight:normal;
	font-style:normal;
	color:black;
	text-align: center;
	padding: 0px;
	margin: 0px;
}	
p {	/* Standard writing text */
	text-align:justify;
}
h1, h2 {
	font-family:"gill sans", verdana, sans-serif;
	color:navy;
	font-style:italic;
	text-align:center;
}
h1 {	/* Titles */
	font-size:24pt;
	font-weight:bold;
	margin-top: 0px;
}
.main h2 {	/* Smaller Titles */
	font-size:18pt;
	font-weight:lighter;
}
.heading {
	margin-left: auto;
	margin-right: auto;
	background-color: #99ccff;
	border: 5px outset navy;
	padding: 5px;
	margin-top: 1em;
}
.heading p {
	margin: 0px;
	text-align:center;
}
.sidebar {	/* LEFT table cell */
	background-color:#99ccff;
	text-align:left;
	vertical-align:top;
	width: 15em;
	padding: 5px;
	margin: 0px;
}
.sidebar ul {
	padding-left: 0px;
}
.sidebar li {
	list-style-type: none;
}
.layout {
	border-top: 3px inset gray;
/*	padding-top: 1em; */
	margin-top: 1em;
}
.main	/* RIGHT table cell */
	{
	background-color:white;
	text-align:justify;
	vertical-align:top;
	width:100%;
}
dt {
	background-color: #eeeeee;
}
dd {
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.c {	/* Use with <div> to center images */
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.pi, a.pi:link, a.pi:visited, a.pi:active, a.pi:hover {
	font-family: "gill sans", verdana, sans-serif;
	text-align:right;
	vertical-align:bottom;
	color:black;
	background-color:white;
	text-decoration:none;
}
