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-image: url(../graphics/grayback.jpg);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  width:100%;
}
#banner	{
	background-image: url(../graphics/banner.jpg);
	height: 120px;
	text-align: left;
	border-bottom:2px solid #000000;
  margin: 0;
  padding: 0;
}
#main	{
  position:relative;
  width:100%;
}
#menu	{
	height: 30px;
	background-color: #ffffff;
	border-bottom: 2px solid #000000;
	padding-left:120px;
}
#burgees	{
	width: 120px;
	background-color: #ffffff;
	text-align: center;
	position: absolute;
	top: -32px;
	left: 0;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
input.c {
	font-family:courier new;
}
img.burgee {
	width:100px;
	height:70px;
	margin:5px 0;
}
#center	{
	position: absolute;
	top: 0;
	left: 120px;
}
#centerfull	{
	position: absolute;
	top: 0;
	left: 0;
}
#adminfull	{
	width: 100%;
	clear: both;
}
fieldset {
	border:1px solid black;
}
h1	{
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	padding:10px 0;
}
h2 {
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	padding:10px;
}
h3 {
	font-size:1.3em;
	font-weight:normal;
	text-align:left;
	padding:10px;
}
p {
	padding:10px;
}
table.solid { 
	border: thin solid black;
	border-collapse: collapse;
	font-size: small;
	background-color: white;
	padding:1px;
	float:left;
	margin:0 10px 20px 10px;
 }
td.c { 
	text-align: center;
	border: thin solid black;
}
table.m { 
	border: 1px solid black;
	border-collapse: collapse;
	background-color: white;
	font-size:.8em;
}
td.m { 
	text-align: left;
	border: 1px solid black;
	padding:5px;
}
th.m { 
	text-align: center;
	border: 1px solid black;
	padding:5px;
	font-weight:bold;
	vertical-align:bottom;
}
div.i {
	padding:5px 10px;
}
fieldset {
	margin:0 10px;
	clear:both;
}
hr {
	border-style:dotted;
}
dt {
	font-style:italic;
}